From b3415bfe24ad98aa6f9a617a36ee7cd563c281c6 Mon Sep 17 00:00:00 2001 From: Spencer McElmurry Date: Mon, 27 Nov 2017 16:01:29 -0800 Subject: [PATCH] (maint) Add beaker-abs to Gemfile This is needed for acceptance testing in production. It should not affect local testing. --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index b6c0066e..51a5a7cb 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,7 @@ end group :test do gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.24') + gem "beaker-abs", *location_for(ENV['ABS_VERSION'] || '~> 0.4.0') end