Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
Pin beaker to < 2.10 in Gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanevet committed Apr 23, 2015
1 parent 1e1f7ef commit f607dbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -22,9 +22,9 @@ group :development, :unit_tests do
end

group :system_tests do
gem 'beaker', :require => false
gem 'beaker-rspec', :require => false
gem 'serverspec', :require => false
gem 'beaker', '< 2.10', :require => false
gem 'beaker-rspec', :require => false
gem 'serverspec', :require => false
end

if facterversion = ENV['FACTER_GEM_VERSION']
Expand Down

0 comments on commit f607dbf

Please sign in to comment.