-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Two days ago it was announced that "Ruby 2.6.0-rc1 is now available":
https://devcenter.heroku.com/changelog-items/1534
But when I try to deploy Rails applications using (locally) with "Bundler version 1.17.1" it fails with the error:
"Could not detect rake tasks ensure you can run
$ bundle exec rake -P
against your app"
Using the build in bundler (which now is part of Ruby, since 2.6.0-preview3), the deploy fails with error:
You must use Bundler 2 or greater with this lockfile.
So, I was not able to deploy using 2.6.0.... is there anything to workaround this? How am I supposed to deploy using the newest Ruby?
Metadata
Metadata
Assignees
Labels
No labels