mirror of
https://github.com/puppetlabs/beaker-vmpooler.git
synced 2026-01-26 11:08:40 -05:00
Update default beaker version
Without this change tests explode with the error "uninitialized constant Pry::Command::ExitAll"
This commit is contained in:
parent
c0f0b1336d
commit
c576883d62
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -18,7 +18,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'] || '~> 3.0')
|
||||
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 4.0')
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue