Skip to content

Commit

Permalink
Pin neutron gem versions for stable branch
Browse files Browse the repository at this point in the history
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
  • Loading branch information
claytono committed Jun 12, 2014
1 parent 35ca33a commit 55ef5b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ source 'https://rubygems.org'
gem 'json'

group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppetlabs_spec_helper', '~> 0.4.1', :require => false
gem 'rspec', '~> 2.14.0'
gem 'mocha', '~> 0.10.5'
gem 'rspec-puppet', '~> 1.0.1'
gem 'puppet-lint', '~> 0.3.2'
gem 'rake', '10.1.1'
gem 'webmock'
gem 'webmock', '~> 1.18.0'
end

if puppetversion = ENV['PUPPET_GEM_VERSION']
Expand Down

0 comments on commit 55ef5b5

Please sign in to comment.