Skip to content

Commit c3138a9

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: Id3479c9c65c8aa2533d4f7311887fbe715dae707
1 parent 80ec3a7 commit c3138a9

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)