Skip to content

Commit

Permalink
Fixed gate by Updating Gemfile to pin Rake to 10.1.1
Browse files Browse the repository at this point in the history
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: I841864dc1c84249f2989d81a7f5fd909a3dab6b6
  • Loading branch information
Chris Hoge committed Mar 24, 2014
1 parent 90dde44 commit 6026d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 6026d11

Please sign in to comment.