From 8574c6999fe14eee060045cb9327343945bc9293 Mon Sep 17 00:00:00 2001 From: Dakota Schneider Date: Mon, 18 Jun 2018 14:52:04 -0700 Subject: [PATCH] (MAINT) Drop conflicting, unused dependency on beaker-abs --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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