Skip to content

Commit

Permalink
Remove beaker from Gemfile
Browse files Browse the repository at this point in the history
we already pull it in via beaker-docker.gemspec.
  • Loading branch information
bastelfreak committed Feb 11, 2022
1 parent b49e259 commit f7ce737
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ def location_for(place, fake_version = nil)
end


# We don't put beaker in as a test dependency because we
# don't want to create a transitive dependency
group :acceptance_testing do
gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '>= 4.30')
end


if File.exists? "#{__FILE__}.local"
eval(File.read("#{__FILE__}.local"), binding)
end
Expand Down

0 comments on commit f7ce737

Please sign in to comment.