_whitelogger has joined #bundler
brieweb has joined #bundler
<
brieweb>
I am looking at the docs for bundler for jekyll and it appears that it lists a deprecated command
<
brieweb>
bundle install --path vendor/bundle
<
brieweb>
what's the command I should use?
<
brieweb>
I used the command anyway and then I tried installing jekyll
<
brieweb>
bundle add jekyll
<
brieweb>
An error occurred while installing http_parser.rb (0.6.0), and Bundler cannot continue
<
brieweb>
Make sure that `gem install http_parser.rb -v '0.6.0' --source
<
brieweb>
oh, let me check the log file
<
brieweb>
x86_64-w64-mingw32-gcc.exe: error: ruby_http_parser: No such file or directory
<
brieweb>
yet, there is a file with a .c extension in the folder it tries to reference...
<
brieweb>
I wonder if it is because I have a space in my path?
<
brieweb>
fails on a space in the path
<
brieweb>
it works if there is no space in the path.