You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Add gem 'rubocop' to the Gemfile.
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.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Trying to install the most recent version of
rubocop
(1.31.1) in the container fails.rubocop
now requiresjson ~> 2.3
which needsmake
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
gem 'rubocop'
to the Gemfile.pdk bundle install
.Environment
Additional Context
I use
gem 'rubocop', '1.31.0'
in my Gemfile as a workaround.The text was updated successfully, but these errors were encountered: