Gem syntax error questions

后端 未结 1 944
栀梦
栀梦 2020-12-20 07:34

I can\'t figure out what\'s wrong with my syntax in my Gemfile. Any time I try to run $ bundle install I get this error message:

Gemfile syntax          


        
相关标签:
1条回答
  • 2020-12-20 08:28

    I had opened the gemfile in Text Edit and it replaced the single quotes with different ASCII encoded quotes. Opened it in Sublime 2 and replaced the single quotes and that fixed it.

    0 讨论(0)
提交回复
热议问题