Skip to content

Commit 1121a77

Browse files
committed
(maint) Update very old Beaker version in Gemfile
Currently beaker is pinned at version 2.x which causes issues on Windows with modern Ruby. Beaker 2.x pulls in VERY old versions of nokogiri which cannot be compiled on Windows. This commit updates the Beaker version pin to version 3.x as this has been out for over a year, and will allow developers on Windows to at least do a bundle install. Later commits may update this to the latest beaker version (4.x)
1 parent 5942871 commit 1121a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :test do
2323
end
2424

2525
group :acceptance do
26-
gem 'beaker', '< 3.0'
26+
gem 'beaker', '< 4.0'
2727
gem 'beaker-rspec'
2828
gem 'beaker-hostgenerator'
2929
gem 'beaker-abs'

0 commit comments

Comments
 (0)