Skip to content

Commit

Permalink
Pin rspec to ~> 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberious committed Jun 9, 2014
1 parent 359b3a1 commit 3ad5b24
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 @@ -8,7 +8,8 @@ group :development, :test do
gem 'puppet-lint', :require => false
gem 'beaker', :require => false
gem 'beaker-rspec', :require => false
end
gem 'rspec', '~> 2.11', :require => false
end

if facterversion = ENV['FACTER_GEM_VERSION']
gem 'facter', facterversion, :require => false
Expand Down

0 comments on commit 3ad5b24

Please sign in to comment.