Skip to content

Commit

Permalink
Merge branch 'master' into 4.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hunner committed Nov 10, 2014
2 parents 19f2dd3 + 85d7edd commit d8b86fd
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 @@ -10,15 +10,18 @@ def location_for(place, fake_version = nil)
end
end

group :development, :test do
group :development, :unit_tests do
gem 'rake', '~> 10.1.0', :require => false
gem 'rspec-puppet', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'serverspec', :require => false
gem 'puppet-lint', :require => false
gem 'pry', :require => false
gem 'simplecov', :require => false
end

group :system_tests do
gem 'beaker-rspec', :require => false
gem 'serverspec', :require => false
end

ENV['GEM_PUPPET_VERSION'] ||= ENV['PUPPET_GEM_VERSION']
Expand Down

0 comments on commit d8b86fd

Please sign in to comment.