Skip to content

Commit

Permalink
Merge pull request #135 from sbadia/fix-rake-ruby1.8
Browse files Browse the repository at this point in the history
Fix travis gate (pin rake to 10.1.0)
  • Loading branch information
sbadia committed Mar 25, 2014
2 parents fa7eb12 + 96cf57b commit 0eda776
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ else
puppetversion = ['>= 3.0']
end

gem 'rake'
gem 'puppet-lint'
gem 'rake', '10.1.0'
gem 'puppet-lint', '~> 0.3.2'
gem 'rspec-puppet', :git => 'https://github.com/rodjek/rspec-puppet.git'
gem 'puppet-syntax'
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper'
gem 'rspec-system'
gem 'rspec-system-puppet'
gem 'rspec-system-serverspec'

0 comments on commit 0eda776

Please sign in to comment.