Created
March 9, 2016 08:55
-
-
Save jerith/af34d75b155ac47758fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/puppet/Gemfile b/puppet/Gemfile | |
index c0f5d47..dcbc199 100644 | |
--- a/puppet/Gemfile | |
+++ b/puppet/Gemfile | |
@@ -7,7 +7,7 @@ gem 'librarian-puppet' | |
gem 'inifile' # Required by camptocamp-openssl module after the first run. | |
group :test do | |
- gem 'rake' | |
+ gem 'rake', '<11.0.0' # See https://github.com/invadersmustdie/puppet-catalog-test/pull/29 | |
puppet_version = case ENV['PUPPET_VERSION'] || '4' | |
when '3.4'; '3.4.3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment