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 added a fix to dealing with the bundler output. However, there are also situations when bundler platform --ruby outputs additional text after the version:
`/` is not writable.
Bundler will use `/tmp/bundler/home/myuser' as your home directory temporarily.
ruby 2.3.4p301
The latest bundler is 1.16.1, but you are currently running 1.15.1.
To update, run `gem install bundler`
In this case my fix of just using the last line of the output does not cut it.
Running the following command in our project with pkgr 1.6.0 results in error:
This seems to be a problem in the ruby buildpack. The used buildback is at https://github.com/pkgr/heroku-buildpack-ruby I can't create an issue there.
The text was updated successfully, but these errors were encountered: