Gemfile in beaker-vagrant-0.6.2 vs Gemfile in beaker-vagrant-0.6.3

- old
+ new

@@ -16,10 +16,10 @@ # 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 if File.exists? "#{__FILE__}.local" eval(File.read("#{__FILE__}.local"), binding)