Skip to content

Commit cb5d177

Browse files
committed
Merge pull request #167 from kbarber/maint/master/pin-rspec
Pin rspec to 3.1.7 so we avoid the ruby 1.8.7 errrors
2 parents b482ad8 + eff3ce1 commit cb5d177

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org"
33
group :development, :test do
44
gem 'rake'
55
gem 'puppetlabs_spec_helper', :require => false
6+
# Pinning due to bug in newer rspec with Ruby 1.8.7
7+
gem 'rspec-core', '3.1.7'
68
gem 'rspec-puppet', '~> 1.0'
79
gem 'puppet-lint', '~> 1.1'
810
end

0 commit comments

Comments
 (0)