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

Can't install rubocop 1.31.1 because it requires make #37

Open
v0tti opened this issue Jun 29, 2022 · 0 comments
Open

Can't install rubocop 1.31.1 because it requires make #37

v0tti opened this issue Jun 29, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@v0tti
Copy link

v0tti commented Jun 29, 2022

Describe the Bug

Trying to install the most recent version of rubocop (1.31.1) in the container fails. rubocop now requires json ~> 2.3 which needs make to be installed.

Expected Behavior

I would expect to be able to install rubocop in the most current version with this image.

Steps to Reproduce

  1. Add gem 'rubocop' to the Gemfile.
  2. Run image with pdk bundle install.

Environment

  • Version 2.5.0.0

Additional Context

I use gem 'rubocop', '1.31.0' in my Gemfile as a workaround.

@v0tti v0tti added the bug Something isn't working label Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant