Skip to content

Commit

Permalink
Merge pull request #1003 from cmurphy/rspec
Browse files Browse the repository at this point in the history
Pin rspec gems
  • Loading branch information
hunner committed Feb 4, 2015
2 parents df3f136 + df385d6 commit 9dd5058
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org"

group :development, :unit_tests do
gem 'rake', :require => false
gem 'rspec-puppet', :require => false
gem 'rspec-core', '3.1.7', :require => false
gem 'rspec-puppet', '~> 1.0', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', :require => false
gem 'simplecov', :require => false
Expand Down

0 comments on commit 9dd5058

Please sign in to comment.