bump omniauth-twitter
This commit is contained in:
parent
b7424b52e2
commit
b771287893
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -79,7 +79,7 @@ gem 'strong_parameters'
|
||||||
gem 'omniauth', '1.1.4'
|
gem 'omniauth', '1.1.4'
|
||||||
gem 'omniauth-facebook', '1.6.0'
|
gem 'omniauth-facebook', '1.6.0'
|
||||||
gem 'omniauth-tumblr', '1.1'
|
gem 'omniauth-tumblr', '1.1'
|
||||||
gem 'omniauth-twitter', '1.0.0'
|
gem 'omniauth-twitter', '1.0.1'
|
||||||
gem 'twitter', '4.8.1'
|
gem 'twitter', '4.8.1'
|
||||||
gem 'omniauth-wordpress','0.2.0'
|
gem 'omniauth-wordpress','0.2.0'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -248,7 +248,7 @@ GEM
|
||||||
omniauth (~> 1.0)
|
omniauth (~> 1.0)
|
||||||
omniauth-tumblr (1.1)
|
omniauth-tumblr (1.1)
|
||||||
omniauth-oauth (~> 1.0)
|
omniauth-oauth (~> 1.0)
|
||||||
omniauth-twitter (1.0.0)
|
omniauth-twitter (1.0.1)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
omniauth-oauth (~> 1.0)
|
omniauth-oauth (~> 1.0)
|
||||||
omniauth-wordpress (0.2.0)
|
omniauth-wordpress (0.2.0)
|
||||||
|
|
@ -470,7 +470,7 @@ DEPENDENCIES
|
||||||
omniauth (= 1.1.4)
|
omniauth (= 1.1.4)
|
||||||
omniauth-facebook (= 1.6.0)
|
omniauth-facebook (= 1.6.0)
|
||||||
omniauth-tumblr (= 1.1)
|
omniauth-tumblr (= 1.1)
|
||||||
omniauth-twitter (= 1.0.0)
|
omniauth-twitter (= 1.0.1)
|
||||||
omniauth-wordpress (= 0.2.0)
|
omniauth-wordpress (= 0.2.0)
|
||||||
opengraph_parser (= 0.2.3)
|
opengraph_parser (= 0.2.3)
|
||||||
rack-cors (= 0.2.8)
|
rack-cors (= 0.2.8)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue