Skip to content

Commit e0c078a

Browse files
committed
pin rspec on Ruby 1.8.7 (rspec/rspec-core#1864)
1 parent 0e5fc57 commit e0c078a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ end
1414

1515
group :development, :test do
1616
gem 'rake', :require => false
17+
# https://github.com/rspec/rspec-core/issues/1864
18+
gem 'rspec', '< 3.2.0', {"platforms"=>["ruby_18"]}
1719
gem 'puppetlabs_spec_helper', :require => false
1820
gem 'puppet-lint', '>= 1.1.0', :require => false
1921
gem 'puppet-syntax', :require => false

0 commit comments

Comments
 (0)