Skip to content

Commit 55ef5b5

Browse files
committed
Pin neutron 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. Partial-Bug: 1326034 Change-Id: I17ffd9255de6e04d0b036fa9466bf59171b1a762
1 parent 35ca33a commit 55ef5b5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ source 'https://rubygems.org'
33
gem 'json'
44

55
group :development, :test do
6-
gem 'puppetlabs_spec_helper', :require => false
6+
gem 'puppetlabs_spec_helper', '~> 0.4.1', :require => false
7+
gem 'rspec', '~> 2.14.0'
8+
gem 'mocha', '~> 0.10.5'
9+
gem 'rspec-puppet', '~> 1.0.1'
710
gem 'puppet-lint', '~> 0.3.2'
811
gem 'rake', '10.1.1'
9-
gem 'webmock'
12+
gem 'webmock', '~> 1.18.0'
1013
end
1114

1215
if puppetversion = ENV['PUPPET_GEM_VERSION']

0 commit comments

Comments
 (0)