mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 02:58:42 -05:00
Merge pull request #36 from mhashizume/PA-6510/main/beaker-6
Add support for Beaker 6
This commit is contained in:
commit
f055e1202b
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -15,7 +15,7 @@ end
|
|||
# We don't put beaker in as a test dependency because we
|
||||
# don't want to create a transitive dependency
|
||||
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"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue