You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was an error parsing Gemfile: syntax error, unexpected symbol literal, expecting `do' or '{' or '(' - group :jekyll_plugins do ^ . Bundler cannot continue.
#2394
There was an error parsing Gemfile: syntax error, unexpected symbol literal, expecting `do' or '{' or '(' - group :jekyll_plugins do
^
. Bundler cannot continue.
I am trying to run a Jekyll project using the command
bundle exec jekyll serve
I have all envirounmend setted up but I am getting this error. It might be a fool syntax error in the Gemfile but I wasn't able to solve it yet
Steps to reproduce:
Expected behavior:
Actual behavior:
Additional notes:
I have already done Bundle Install and update but nothing changed. I new to Jekyll so if someone could help would be great! Thanks a lot
The text was updated successfully, but these errors were encountered:
Summary:
There was an error parsing
Gemfile
: syntax error, unexpected symbol literal, expecting `do' or '{' or '(' - group :jekyll_plugins do^
. Bundler cannot continue.
I am trying to run a Jekyll project using the command
bundle exec jekyll serve
I have all envirounmend setted up but I am getting this error. It might be a fool syntax error in the Gemfile but I wasn't able to solve it yet
Steps to reproduce:
Expected behavior:
Actual behavior:
Additional notes:
I have already done Bundle Install and update but nothing changed. I new to Jekyll so if someone could help would be great! Thanks a lot
The text was updated successfully, but these errors were encountered: