Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created October 27, 2015 07:20
Show Gist options
  • Save YumaInaura/b032207500012e8f4af9 to your computer and use it in GitHub Desktop.
Save YumaInaura/b032207500012e8f4af9 to your computer and use it in GitHub Desktop.
クオートとバッククオートを間違って bundle install できなかった話 ref: http://qiita.com/Yinaura/items/553d98d8c7a3948a5211
$ bundle install
There was an error parsing `Gemfile`: No such file or directory - devise. Bundler cannot continue.
- gem `devise`
+ gem 'devise'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment