mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Fixed Gemfile and removed puts.
This commit is contained in:
parent
5d5161b44e
commit
c220a81e13
2 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,6 @@ module OmniAuth
|
|||
opts[:oauth_callback] = callback_url
|
||||
end
|
||||
|
||||
puts "** OPTS ** #{opts}"
|
||||
@access_token = request_token.get_access_token(opts)
|
||||
super
|
||||
rescue ::OAuth::Unauthorized => e
|
||||
|
|
|
@ -5,6 +5,7 @@ gem 'oa-basic', :path => File.expand_path('../../oa-basic/', __FILE__)
|
|||
gem 'oa-enterprise', :path => File.expand_path('../../oa-enterprise/', __FILE__)
|
||||
gem 'oa-oauth', :path => File.expand_path('../../oa-oauth/', __FILE__)
|
||||
gem 'oa-openid', :path => File.expand_path('../../oa-openid/', __FILE__)
|
||||
gem 'oa-more', :path => File.expand_path('../../oa-more/', __FILE__)
|
||||
|
||||
# Will automatically pull in this gem and all its
|
||||
# dependencies specified in the gemspec
|
||||
|
|
Loading…
Add table
Reference in a new issue