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 Jul 25, 2015
1 parent b31076e commit 570b105
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 @@ -6,6 +6,8 @@ facterversion = ENV.key?('FACTER_VERSION') ? ENV['FACTER_VERSION'] : ['>= 1.6']
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper', '>= 0.1.0'
gem 'facter', facterversion
# https://github.com/rspec/rspec-core/issues/1864
gem 'rspec', '< 3.2.0', :platforms => :ruby_18

unless RUBY_VERSION =~ /^1.8/
gem 'coveralls', :require => false
Expand Down

0 comments on commit 570b105

Please sign in to comment.