I keep getting the following errors and have tried different variations. Would appreciate any suggestions!
$ bundle install
Gemfile syntax error on line 16: syntax error, unexpected tIDENTIFIER, expecting
end-of-input
gem 'sqlite3' group :development :test
^
$ bundle install
Gemfile syntax error on line 16: syntax error, unexpected tIDENTIFIER, expecting
end-of-input
gem 'sqlite3' group: :development, :test
^
$ bundle install
Gemfile syntax error on line 16: syntax error, unexpected tIDENTIFIER, expecting
end-of-input
gem 'sqlite3' group :development, :test
^
$ bundle install
Gemfile syntax error on line 16: syntax error, unexpected tIDENTIFIER, expecting
end-of-input
gem 'sqlite3' group :development, :test do
^