diff --git a/Gemfile b/Gemfile index 0f6f8d9..c900a5a 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ end # don't want to create a transitive dependency group :acceptance_testing do gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.0') - gem "beaker-abs", *location_for(ENV['ABS_VERSION'] || '~> 0.3.0') + # gem "beaker-abs", *location_for(ENV['ABS_VERSION'] || '~> 0.3.0') end