Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove beaker from Gemfile #62

Merged
merged 1 commit into from
Feb 11, 2022
Merged

Remove beaker from Gemfile #62

merged 1 commit into from
Feb 11, 2022

Conversation

bastelfreak
Copy link
Member

we already pull it in via beaker-docker.gemspec.

@bastelfreak bastelfreak self-assigned this Feb 11, 2022
@codecov
Copy link

codecov bot commented Feb 11, 2022

Codecov Report

Merging #62 (995f1ff) into master (5b157cc) will not change coverage.
The diff coverage is n/a.

❗ Current head 995f1ff differs from pull request most recent head 3cc63ec. Consider uploading reports for the commit 3cc63ec to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   84.00%   84.00%           
=======================================
  Files           1        1           
  Lines         300      300           
=======================================
  Hits          252      252           
  Misses         48       48           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b157cc...3cc63ec. Read the comment docs.

# 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')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only use of location_for. If you drop it here, you might as well drop it from Gemfile altogether

we already pull it in via beaker-docker.gemspec.
@ekohl ekohl merged commit 23195d6 into voxpupuli:master Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants