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
If you have a gem with credentials in its URL (e.g. via the instructions at Getting Started with Karafka Pro), then Bundler 2.5.10 or later no longer writes the credentials to Gemfile.lock.
When you try to deploy to Heroku, this buildpack fails because Bundler 2.5.6 does not properly support this use case.
Relevant build output:
-----> Installing dependencies using bundler 2.5.6
Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4
Fetching gem metadata from https://rubygems.org/........
Authentication is required for gems.karafka.io.
Please supply credentials for this source. You can do this by running:
`bundle config set --global gems.karafka.io username:password`
or by storing the credentials in the `BUNDLE_GEMS__KARAFKA__IO` environment
variable
The workaround is to downgrade back to Bundler 2.5.6 or earlier when generating Gemfile.lock.
The text was updated successfully, but these errors were encountered:
See rubygems/rubygems#7560 (comment)
This buildpack currently uses Bundler 2.5.6.
If you have a gem with credentials in its URL (e.g. via the instructions at Getting Started with Karafka Pro), then Bundler 2.5.10 or later no longer writes the credentials to
Gemfile.lock
.When you try to deploy to Heroku, this buildpack fails because Bundler 2.5.6 does not properly support this use case.
Relevant build output:
The workaround is to downgrade back to Bundler 2.5.6 or earlier when generating
Gemfile.lock
.The text was updated successfully, but these errors were encountered: