Update default beaker version

Without this change tests explode with the error
"uninitialized constant Pry::Command::ExitAll"
This commit is contained in:
Gene Liverman 2020-07-07 16:12:02 -04:00
parent c0f0b1336d
commit c576883d62
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6

View file

@ -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