Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin rspec on Ruby 1.8.7 (rspec/rspec-core#1864)
Browse files Browse the repository at this point in the history
jhoblitt committed Jul 25, 2015
1 parent 3ad1040 commit f61ea38
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
@@ -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

0 comments on commit f61ea38

Please sign in to comment.