(MAINT) Drop unused beaker-abs dependency

Could have sworn I fixed that... maybe in a different branch?
This commit is contained in:
Dakota Schneider 2018-06-27 15:22:01 -07:00
parent 3918427d66
commit a25b442e64

View file

@ -19,7 +19,6 @@ 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')
end