Skip to content

Commit

Permalink
Pin rspec on ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stbenjam committed Mar 13, 2015
1 parent a991e24 commit e84b474
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 @@ -7,6 +7,7 @@ group :test do
gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git'
gem "puppet-syntax"
gem "puppetlabs_spec_helper"
gem 'rspec', '< 3.2.0', {"platforms"=>["ruby_18"]} # https://github.com/rspec/rspec-core/issues/1864
end

group :development do
Expand Down

0 comments on commit e84b474

Please # to comment.