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
I'm using bundler = 2.1.4, and when the action runs I get "You must use Bundler 2 or greater with this lockfile." If I remove Gemfile.lock from my repo, it works fine. I'm not savvy enough to know where the bundle version used in the GitHib Actions comes from -- is there any way to control which version is being picked up?
The text was updated successfully, but these errors were encountered:
Did some digging, looks like the ruby version (and in particular the rubygems version) of the action's Docker container is old. So the preinstalled bundler version is below 2.
I'm using bundler = 2.1.4, and when the action runs I get "You must use Bundler 2 or greater with this lockfile." If I remove Gemfile.lock from my repo, it works fine. I'm not savvy enough to know where the bundle version used in the GitHib Actions comes from -- is there any way to control which version is being picked up?
The text was updated successfully, but these errors were encountered: