Created
October 27, 2015 07:20
-
-
Save YumaInaura/b032207500012e8f4af9 to your computer and use it in GitHub Desktop.
クオートとバッククオートを間違って bundle install できなかった話 ref: http://qiita.com/Yinaura/items/553d98d8c7a3948a5211
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bundle install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was an error parsing `Gemfile`: No such file or directory - devise. Bundler cannot continue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- gem `devise` | |
+ gem 'devise' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment