Skip to content

Commit

Permalink
Pin 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.

Change-Id: I13b82b73e805fb87ee95743130f1485abf3fc734
  • Loading branch information
claytono committed Jun 18, 2014
1 parent b9ae517 commit f1155dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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']
Expand Down

0 comments on commit f1155dd

Please sign in to comment.