(maint) Pin beaker version to < 3.0

Beaker 3.0 was recently released, and requires ruby > 2.0.
Since strings needs to support 1.9.3 in CI, we need to pin
beaker to < 3.0.
This commit is contained in:
Will Hopper 2016-09-28 14:57:28 -07:00
parent 5450fc041a
commit 99c01f06ab
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ group :test do
end
group :acceptance do
gem 'beaker'
gem 'beaker', '< 3.0'
gem 'beaker-rspec'
gem 'beaker-hostgenerator'
end