Skip to content

Commit

Permalink
Fix Travis builds
Browse files Browse the repository at this point in the history
The release of rspec 3.2.0 broke a lot of tests. Pinning to rspec 3.1.0
provides a temporary fix.
  • Loading branch information
elyscape committed Feb 12, 2015
1 parent 5863ab3 commit 8524a17
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 @@ -12,6 +12,7 @@ end

group :development, :unit_tests do
gem 'rake', '~> 10.1.0', :require => false
gem 'rspec', '~> 3.1.0', :require => false
gem 'rspec-puppet', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', :require => false
Expand Down

0 comments on commit 8524a17

Please sign in to comment.