Skip to content

Commit

Permalink
pin rspec on Ruby 1.8.7 (rspec/rspec-core#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 23, 2015
1 parent a37bf31 commit 2404339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ end

group :development, :test do
gem 'rake', :require => false
# https://github.com/rspec/rspec-core/issues/1864
gem 'rspec', '< 3.2.0', {"platforms"=>["ruby_18"]}
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '>= 1.1.0', :require => false
gem 'puppet-syntax', :require => false
Expand Down

0 comments on commit 2404339

Please sign in to comment.