Skip to content

Commit

Permalink
Pin rspec version to 3.1.0 (rspec/rspec-core#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Feb 25, 2015
1 parent 7a1642f commit e8da518
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, :unit_tests do
gem 'rake', :require => false
gem 'rspec', '~> 3.1.0', :require => false
gem 'rspec-puppet', :require => false, :git => 'https://github.com/camptocamp/rspec-puppet', :branch => 'rspec3'
gem 'puppetlabs_spec_helper', :require => false
gem 'metadata-json-lint', :require => false
Expand Down

0 comments on commit e8da518

Please sign in to comment.