bump omniauth-twitter
This commit is contained in:
parent
b2e7eb4e2b
commit
70d1384cb1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -70,7 +70,7 @@ gem 'ruby-oembed', '0.8.8'
|
|||
gem 'omniauth', '1.1.4'
|
||||
gem 'omniauth-facebook', '1.4.1'
|
||||
gem 'omniauth-tumblr', '1.1'
|
||||
gem 'omniauth-twitter', '0.0.16'
|
||||
gem 'omniauth-twitter', '1.0.0'
|
||||
gem 'twitter', '4.8.1'
|
||||
|
||||
# Tags
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@ GEM
|
|||
omniauth (~> 1.0)
|
||||
omniauth-tumblr (1.1)
|
||||
omniauth-oauth (~> 1.0)
|
||||
omniauth-twitter (0.0.16)
|
||||
omniauth-twitter (1.0.0)
|
||||
multi_json (~> 1.3)
|
||||
omniauth-oauth (~> 1.0)
|
||||
orm_adapter (0.4.0)
|
||||
|
|
@ -455,7 +455,7 @@ DEPENDENCIES
|
|||
omniauth (= 1.1.4)
|
||||
omniauth-facebook (= 1.4.1)
|
||||
omniauth-tumblr (= 1.1)
|
||||
omniauth-twitter (= 0.0.16)
|
||||
omniauth-twitter (= 1.0.0)
|
||||
rack-cors (= 0.2.8)
|
||||
rack-google-analytics (= 0.11.0)
|
||||
rack-piwik (= 0.2.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue