Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Gemfile syntax #1

Open
hoffmabc opened this issue Aug 17, 2012 · 0 comments
Open

Issue with Gemfile syntax #1

hoffmabc opened this issue Aug 17, 2012 · 0 comments

Comments

@hoffmabc
Copy link

There seems to be a syntax error where the line is:
gem 'warden_omniauth', git: "https://github.com/has.....

and should be:
gem 'warden_omniauth', :git => "https://github.com/has....

See LOG below:

Brians-MacBook-Pro:openid_connect_gateway brianhoffman$ bundle install
/Users/brianhoffman/Documents/RHEX/openid_connect_gateway/Gemfile:6:in evaluate': compile error /Users/brianhoffman/Documents/RHEX/openid_connect_gateway/Gemfile:6: syntax error, unexpected ':', expecting $end gem 'warden_omniauth', git: "https://github.com/hassox/wa... ^ (SyntaxError) /Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/definition.rb:18:inbuild'
/Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler.rb:135:in definition' /Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/cli.rb:220:ininstall'
/Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/vendor/thor/task.rb:22:in send' /Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/vendor/thor/task.rb:22:inrun'
/Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/vendor/thor/invocation.rb:118:in invoke_task' /Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/vendor/thor.rb:263:indispatch'
/Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/vendor/thor/base.rb:386:in start' /Library/Ruby/Gems/1.8/gems/bundler-1.1.5/bin/bundle:13 /usr/bin/bundle:19:inload'
/usr/bin/bundle:19
There was an error in your Gemfile, and Bundler cannot continue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant