generated from actions/javascript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Description
On actions that run against ruby-dev, it currently prints the following output (example workflow):
Using Bundler 2 shipped with ruby-head
But ruby-head ships with bundler 4. There is also the following deprecation from bundler:
[DEPRECATED] Using the
configcommand without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Usebundle config set --local path /home/runner/work/rubocop/rubocop/vendor/bundleinstead.
There is a bit of code to handle bundler 1/2 for a variety of different configurations already, so I won't open a PR for this. It's a bit too complicated to really understand what is going on for me
Metadata
Metadata
Assignees
Labels
No labels