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
In rails/rails#51089 the .ruby-version file is being adopted by Rails in Rails 8. They're also dropping support for integrating it with bundler by default. To that end we can add support for the .ruby-version file but it's unclear which should "win" when there's a conflict.
In rails/rails#51089 the
.ruby-version
file is being adopted by Rails in Rails 8. They're also dropping support for integrating it with bundler by default. To that end we can add support for the.ruby-version
file but it's unclear which should "win" when there's a conflict.Here's an example implementation of the
.python-version
heroku/buildpacks-python#272The logic should be like this:
Gemfile.lock
, use it. Otherwise use.ruby-version
otherwise Error.Known tasks:
.ruby-version
file as described above.ruby-version
The text was updated successfully, but these errors were encountered: