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: Idaf26f2a2cfa532f990bd2ef85ee7c34975b42c5
This commit is contained in:
Clayton O'Neill 2014-06-18 08:54:00 -04:00
parent 0790b0bd45
commit 3f01daf77a
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,13 @@
source 'https://rubygems.org'
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', '~> 1.18.0'
end
if puppetversion = ENV['PUPPET_GEM_VERSION']