Skip to content

Commit

Permalink
Pin rspec to 3.1.x
Browse files Browse the repository at this point in the history
Puppet 2.7 and ruby 1.8.7 combined have a flaw that results in issues
with the latest version of rspec 3. This change pins rspec to 3.1.x
until we can drop support for puppet 2.7 and ruby 1.8.7.
  • Loading branch information
Colleen Murphy committed Mar 16, 2015
1 parent c4d5dc1 commit d0b8459
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 @@ -2,6 +2,7 @@ source 'https://rubygems.org'

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

0 comments on commit d0b8459

Please sign in to comment.