]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Fixed gate by Updating Gemfile to pin Rake to 10.1.1
authorChris Hoge <chris.hoge@puppetlabs.com>
Mon, 24 Mar 2014 22:28:37 +0000 (15:28 -0700)
committerChris Hoge <chris.hoge@puppetlabs.com>
Mon, 24 Mar 2014 22:35:44 +0000 (15:35 -0700)
The latest Rake update requires Ruby >= 1.9. Bundler in the
current gate uses 1.8.x. This update fixes the gate by pinning
Rake to the last known working version.

Change-Id: I857f6638a54160a315d5d98c77357a7f6449f3bd

Gemfile

diff --git a/Gemfile b/Gemfile
index 89f2e1b25dd8f82a43b2fa1c7d1843ceb7c0610f..0d35201b4dc1016115ed7931629dcc7634ddbee2 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
 group :development, :test do
   gem 'puppetlabs_spec_helper', :require => false
   gem 'puppet-lint', '~> 0.3.2'
+  gem 'rake', '10.1.1'
 end
 
 if puppetversion = ENV['PUPPET_GEM_VERSION']