Closed bbuchalter closed 7 years ago
This also happens with a more stripped down ./bundle/config
file:
---
BUNDLE_PATH: "vendor/bundle"
BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_MIRROR__HTTPS://RUBYGEMS__ORG/: "http://localhost:9292"
It's also worth noting this happens when there is no ~/.bundle/config
adding further options. Here is the output of bundle config
:
Settings are listed in order of priority. The top value will be used.
path
Set for your local app (/Users/brian/workspace/solidus_13_bundler_test/core/.bundle/config): "vendor/bundle"
disable_shared_gems
Set for your local app (/Users/brian/workspace/solidus_13_bundler_test/core/.bundle/config): "true"
mirror.https://rubygems.org/
Set for your local app (/Users/brian/workspace/solidus_13_bundler_test/core/.bundle/config): "http://localhost:9292"
This looks some type of bundler issue. I am able to bundle 1.3 locally.
Can you try disabling your rubygems mirror?
Let's not worry about this any more. Bundler is crazy for now.
This may be a bundler issue, but it is preventing me from effectively upgrading from v1.2.0 to v1.3.0, so I thought I'd file the issue here and see what we can figure out.
Steps to reproduce
Expected behavior
bundle exec rake test_app
runs successfullyActual behavior
System configuration
Solidus Version: 1.3.0
Extensions in use: none