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
Otherwise you get this error:
[!] There was an error parsing `Gemfile`:
[!] There was an error while loading `jbuilder.gemspec`: Illformed requirement ["=> 1.2"]. Bundler cannot continue.
# from ~/code/jbuilder/jbuilder.gemspec:13
# -------------------------------------------
# s.add_dependency 'activesupport', '>= 3.0.0'
> s.add_dependency 'multi_json', '=> 1.2'
#
# -------------------------------------------
. Bundler cannot continue.
# from ~/code/jbuilder/Gemfile:3
# -------------------------------------------
#
> gemspec
#
# -------------------------------------------
0 commit comments