Skip to content

Commit

Permalink
Merge pull request redhat-openstack#106 from apenney/pin-rspec
Browse files Browse the repository at this point in the history
Pin rspec
  • Loading branch information
cyberious committed Jun 9, 2014
2 parents e21dc0c + 8ca578c commit 37cb6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source ENV['GEM_SOURCE'] || "https://rubygems.org"

group :development, :test do
gem 'rake', :require => false
gem 'rspec', '~> 2.11', :require => false
gem 'rspec-puppet', :require => false
gem 'puppetlabs_spec_helper', :require => false
gem 'simplecov', :require => false
Expand Down

0 comments on commit 37cb6d4

Please sign in to comment.