Skip to content

Commit 6509520

Browse files
author
Chris Hoge
committed
Fixed gate by Updating Gemfile to pin Rake to 10.1.1
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: Ic0338578860a069c1cab86b94e7aac2049dd88dd
1 parent 6b35e78 commit 6509520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
33
group :development, :test do
44
gem 'puppetlabs_spec_helper', :require => false
55
gem 'puppet-lint', '~> 0.3.2'
6+
gem 'rake', '10.1.1'
67
end
78

89
if puppetversion = ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)