Skip to content

Commit f1155dd

Browse files
committed
Pin gem versions for stable branch
This intends to pin all the major gems to the version they were during development cycle. This should isolate the existing tests from changes in rspec, etc. Change-Id: I13b82b73e805fb87ee95743130f1485abf3fc734
1 parent b9ae517 commit f1155dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
source 'https://rubygems.org'
22

33
group :development, :test do
4-
gem 'puppetlabs_spec_helper', :require => false
4+
gem 'puppetlabs_spec_helper', '~> 0.4.1', :require => false
5+
gem 'rspec', '~> 2.14.0'
6+
gem 'mocha', '~> 0.10.5'
7+
gem 'rspec-puppet', '~> 1.0.1'
58
gem 'puppet-lint', '~> 0.3.2'
69
gem 'rake', '10.1.1'
10+
gem 'webmock', '~> 1.18.0'
711
end
812

913
if puppetversion = ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)