Skip to content

Instantly share code, notes, and snippets.

@jerith
Created March 9, 2016 08:55
Show Gist options
  • Save jerith/af34d75b155ac47758fb to your computer and use it in GitHub Desktop.
Save jerith/af34d75b155ac47758fb to your computer and use it in GitHub Desktop.
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