Skip to content

Commit de46d7e

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: Iacf3a246adf1fc3ca1b5e42f0e0711cbfb1e1c9c
1 parent 308d098 commit de46d7e

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)