Skip to content

Commit

Permalink
Merge pull request redhat-openstack#240 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 e57ad70 + 81913cb commit 955ef51
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 955ef51

Please sign in to comment.