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