bump omniauth-twitter
This commit is contained in:
parent
9028616bdc
commit
90c294c4d5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -68,7 +68,7 @@ gem 'ruby-oembed', '0.8.8'
|
|||
gem 'omniauth', '1.1.3'
|
||||
gem 'omniauth-facebook', '1.4.1'
|
||||
gem 'omniauth-tumblr', '1.1'
|
||||
gem 'omniauth-twitter', '0.0.15'
|
||||
gem 'omniauth-twitter', '0.0.16'
|
||||
gem 'twitter', '4.6.2'
|
||||
|
||||
# Tags
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@ GEM
|
|||
omniauth (~> 1.0)
|
||||
omniauth-tumblr (1.1)
|
||||
omniauth-oauth (~> 1.0)
|
||||
omniauth-twitter (0.0.15)
|
||||
omniauth-twitter (0.0.16)
|
||||
multi_json (~> 1.3)
|
||||
omniauth-oauth (~> 1.0)
|
||||
orm_adapter (0.4.0)
|
||||
|
|
@ -451,7 +451,7 @@ DEPENDENCIES
|
|||
omniauth (= 1.1.3)
|
||||
omniauth-facebook (= 1.4.1)
|
||||
omniauth-tumblr (= 1.1)
|
||||
omniauth-twitter (= 0.0.15)
|
||||
omniauth-twitter (= 0.0.16)
|
||||
rack-cors (= 0.2.7)
|
||||
rack-google-analytics (= 0.11.0)
|
||||
rack-piwik (= 0.2.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue