Skip to content

Commit 2291ca2

Browse files
committed
(maint) Update to Beaker 6.x
Turned out the real pain was moving from 4.x -> 5.x and I needed at least version 5.4 for Debian 12 support. Might as well move to latest while we're updating dependencies.
1 parent 459bdfe commit 2291ca2

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
@@ -18,7 +18,7 @@ gem 'rake', :group => [:development, :test]
1818

1919
group :test do
2020
gem 'rspec'
21-
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 5.4')
21+
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 6.0')
2222
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 2.4")
2323
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 1.0")
2424
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")

0 commit comments

Comments
 (0)