generated from actions/javascript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 358
Closed
Description
Currently, if I were to run a job using Ruby 2.4 and Rubygems 2.x, I'm locked to rubygems-2.6.14.4.
If there's a gem that requires Rubygems 2.7 (for security reasons), bundle install fails, forcing me to abandon the bundle-cache provided by this action.
I would therefore like to have a way to update to rubygems-2.7.11. Under the hood, it would be a system call to
gem update --system --version="~> 2.7"
dentarg, deivid-rodriguez, asbjornu and superus8r
Metadata
Metadata
Assignees
Labels
No labels