I bundled a gemfile, and all installed perfect except paperclip, I could not figure out what is the problem, anyone could help me? thanks in advance!
Errno::EINVAL: Invalid argument - c:/Ruby192/lib/ruby/gems/1.9.1/gems/paperclip-
2.5.0/test/fixtures/question?mark.png
An error occured while installing paperclip (2.5.0), and Bundler cannot continue
.
Make sure that `gem install paperclip -v '2.5.0'` succeeds before bundling.
Looks like that’s caused by trying to create a file with a question mark in the name, which isn’t valid on Windows. It looks like
2.4.4is the newest version that doesn’t contain that commit, so try forcing yourGemfileto use that exact version.File a bug here, and link to it in a comment. (I would if I had Windows and could test this).