Add support for Beaker 6

This commit is contained in:
Michael Hashizume 2024-05-28 09:54:41 -07:00
parent c309bf02ce
commit c027b1bcef

View file

@ -15,7 +15,7 @@ end
# We don't put beaker in as a test dependency because we # We don't put beaker in as a test dependency because we
# don't want to create a transitive dependency # don't want to create a transitive dependency
group :acceptance_testing do group :acceptance_testing do
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 5.0') gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '>= 5.0', '< 7')
gem "beaker-abs" gem "beaker-abs"
end end