-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade bundler to 2.x #1078
Comments
@artur-beljajev Tests seem to run fine https://travis-ci.org/internetee/registry/builds/580155989 |
Fixed by #1280 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://bundler.io/v2.0/guides/bundler_2_upgrade.html
Existing app cannot be updated via
bundle update --bundler
, since Rails 4 supports Ruby >= 1.9.3, whereas bundler 2.x does not support Ruby < 2.3.https://github.com/rails/rails/blob/v4.2.11/rails.gemspec#L10
rails/rails#34925
Rails 5 does not have such limitation.
https://github.com/rails/rails/blob/master/rails.gemspec#L36
Run on every deployment:
gem update --system
Updates RubyGems
gem install bundler
Updates bundler
Blocked by #377
The text was updated successfully, but these errors were encountered: