Skip to content

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 74080ef commit 4521840
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 4521840

Please sign in to comment.