-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Bundle install with bundler 1.11.x errors with "no implicit conversion of Array into String" #4275
Comments
Can you post your |
|
Can you post your |
I also can't find |
Sorry, I tried to sweep through and remove our internal gems, but missed a few. I can reproduce without those gems. Here's the Gemfile.lock
|
If you can help come up with a minimal Gemfile that reproduces the problem (one which people outside your org can test with) it will greatly help us speed up figuring out what's happening. Thanks! |
Should have done it in the first place, but narrowed it down to
|
Awesome, thanks! I can reproduce that. |
It looks like this is similar to #3963 in that it's likely to be caused by an invalid That version of So if you can update that gem to 2.3.1 or later, that's the best way to proceed. I'll leave this bug open for now so that we can make Bundler handle this case more gracefully, but at the end of the day there's only so much you can do with an invalid |
Closed by #4283. |
This seems to work with 1.10.x.
I ran the command
/usr/local/bin/bundle install --standalone
And got:
Environment
Bundler 1.11.2
Rubygems 2.0.14
Ruby 2.0.0p481 (2014-05-08 revision 45883) [x86_64-linux]
GEM_HOME /opt/mfp/deploy/apps/active/Main/contents/vendor/bundle/ruby/2.0.0
GEM_PATH
Git 1.9.1
Bundler settings
clean
Set for your local app (/opt/mfp/deploy/apps/active/Main/contents/.bundle/config): "true"
without
Set for your local app (/opt/mfp/deploy/apps/active/Main/contents/.bundle/config): "development:test"
frozen
Set for your local app (/opt/mfp/deploy/apps/active/Main/contents/.bundle/config): "1"
path
Set for your local app (/opt/mfp/deploy/apps/active/Main/contents/.bundle/config): "vendor/bundle"
disable_shared_gems
Set for your local app (/opt/mfp/deploy/apps/active/Main/contents/.bundle/config): "1"
The text was updated successfully, but these errors were encountered: