(MAINT) Drop conflicting, unused dependency on beaker-abs

This commit is contained in:
Dakota Schneider 2018-06-18 14:52:04 -07:00
parent 3d547f4c1f
commit 8574c6999f

View file

@ -19,7 +19,7 @@ end
# don't want to create a transitive dependency # don't want to create a transitive dependency
group :acceptance_testing do group :acceptance_testing do
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 3.0') 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 end