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: If7e1b8a7a0f170fe901646f77e9f2f07d0f8ae5b
  • Loading branch information
claytono committed Jun 18, 2014
1 parent c4498ec commit c3bdb7f
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 c3bdb7f

Please sign in to comment.