We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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:in
definition' /Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/cli.rb:220:in
send' /Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/vendor/thor/task.rb:22:in
invoke_task' /Library/Ruby/Gems/1.8/gems/bundler-1.1.5/lib/bundler/vendor/thor.rb:263:in
start' /Library/Ruby/Gems/1.8/gems/bundler-1.1.5/bin/bundle:13 /usr/bin/bundle:19:in
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:in
build'/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:in
install'/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:in
run'/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:in
dispatch'/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:in
load'/usr/bin/bundle:19
There was an error in your Gemfile, and Bundler cannot continue.
The text was updated successfully, but these errors were encountered: