Skip to content

Commit

Permalink
Merge pull request #55 from stbenjam/rspec-310
Browse files Browse the repository at this point in the history
Pin rspec on ruby 1.8.7
  • Loading branch information
stbenjam committed Mar 13, 2015
2 parents c7ce6c2 + edee482 commit 6db5872
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 6db5872

Please sign in to comment.