-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Bundle install dies with "Syntax error: Unterminated quoted string" with config options #3053
Comments
ghetto YAML parser: always still too ghetto. :( On Fri, May 30, 2014 at 1:32 PM, Allen Fair notifications@github.com
|
We're seeing the exact same thing:
Which gave this:
Which lead to this:
Looking very closely, there is a an extra single quote at the beginning of the list of flags. This wasn't causing the syntax error, but it did lead to this error:
This is on Ruby 2.2.0 on OSX, with ZSH 5 Anything we can do to help fix this, even if we need to lobby for fixes upstream? |
@kennethkalmer this should be fixed in the latest version of Bundler, although you may have to delete your |
What version was this fixed in? |
bundle install
with nokogiri on FreeBSD require configure build configuration options:Properly creates ~/.bundle/config
However, the build died doing a
bundle install --deployment
Note a double-quote at the start of the options, none at the end.
Workaround: I edited the
~/.bundle/config
file, removed the quoting, and placed all the options on a single line. Runningbundle install --deployment
again succeeded.Probably related to #2469
The text was updated successfully, but these errors were encountered: