When i type in terminal
bundle install --without production
i get
[!] There was an error parsing Gemfile
: Undefined local variable or method `‘pg’' for Gemfile. Bundler cannot continue.
# from /Users/user/railsbridge/test_app/Gemfile:19
# -------------------------------------------
# group :production do
gem ‘pg’
# end
# -------------------------------------------
Not sure, i think my syntax is right?