bump omniauth-wordpress
This commit is contained in:
parent
ef62fb8c89
commit
b749603d1e
2 changed files with 15 additions and 14 deletions
2
Gemfile
2
Gemfile
|
|
@ -85,7 +85,7 @@ gem 'omniauth-facebook', '1.6.0'
|
||||||
gem 'omniauth-tumblr', '1.1'
|
gem 'omniauth-tumblr', '1.1'
|
||||||
gem 'omniauth-twitter', '1.0.1'
|
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.1'
|
||||||
|
|
||||||
# Tags
|
# Tags
|
||||||
|
|
||||||
|
|
|
||||||
27
Gemfile.lock
27
Gemfile.lock
|
|
@ -203,7 +203,6 @@ GEM
|
||||||
hashie (2.1.1)
|
hashie (2.1.1)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
http_accept_language (1.0.2)
|
http_accept_language (1.0.2)
|
||||||
httpauth (0.2.0)
|
|
||||||
i18n (0.6.9)
|
i18n (0.6.9)
|
||||||
i18n-inflector (2.6.7)
|
i18n-inflector (2.6.7)
|
||||||
i18n (>= 0.4.1)
|
i18n (>= 0.4.1)
|
||||||
|
|
@ -226,8 +225,7 @@ GEM
|
||||||
jquery-rails
|
jquery-rails
|
||||||
railties (>= 3.1.0)
|
railties (>= 3.1.0)
|
||||||
json (1.8.1)
|
json (1.8.1)
|
||||||
jwt (0.1.10)
|
jwt (1.0.0)
|
||||||
multi_json (>= 1.5)
|
|
||||||
kaminari (0.15.1)
|
kaminari (0.15.1)
|
||||||
actionpack (>= 3.0.0)
|
actionpack (>= 3.0.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
|
@ -255,6 +253,7 @@ GEM
|
||||||
rails
|
rails
|
||||||
multi_json (1.10.1)
|
multi_json (1.10.1)
|
||||||
multi_test (0.1.1)
|
multi_test (0.1.1)
|
||||||
|
multi_xml (0.5.5)
|
||||||
multipart-post (1.2.0)
|
multipart-post (1.2.0)
|
||||||
mysql2 (0.3.16)
|
mysql2 (0.3.16)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
|
|
@ -264,11 +263,11 @@ GEM
|
||||||
nokogiri (1.6.2.1)
|
nokogiri (1.6.2.1)
|
||||||
mini_portile (= 0.6.0)
|
mini_portile (= 0.6.0)
|
||||||
oauth (0.4.7)
|
oauth (0.4.7)
|
||||||
oauth2 (0.8.1)
|
oauth2 (0.9.4)
|
||||||
faraday (~> 0.8)
|
faraday (>= 0.8, < 0.10)
|
||||||
httpauth (~> 0.1)
|
jwt (~> 1.0)
|
||||||
jwt (~> 0.1.4)
|
multi_json (~> 1.3)
|
||||||
multi_json (~> 1.0)
|
multi_xml (~> 0.5)
|
||||||
rack (~> 1.2)
|
rack (~> 1.2)
|
||||||
omniauth (1.2.1)
|
omniauth (1.2.1)
|
||||||
hashie (>= 1.2, < 3)
|
hashie (>= 1.2, < 3)
|
||||||
|
|
@ -278,15 +277,17 @@ GEM
|
||||||
omniauth-oauth (1.0.1)
|
omniauth-oauth (1.0.1)
|
||||||
oauth
|
oauth
|
||||||
omniauth (~> 1.0)
|
omniauth (~> 1.0)
|
||||||
omniauth-oauth2 (1.1.1)
|
omniauth-oauth2 (1.1.2)
|
||||||
oauth2 (~> 0.8.0)
|
faraday (>= 0.8, < 0.10)
|
||||||
omniauth (~> 1.0)
|
multi_json (~> 1.3)
|
||||||
|
oauth2 (~> 0.9.3)
|
||||||
|
omniauth (~> 1.2)
|
||||||
omniauth-tumblr (1.1)
|
omniauth-tumblr (1.1)
|
||||||
omniauth-oauth (~> 1.0)
|
omniauth-oauth (~> 1.0)
|
||||||
omniauth-twitter (1.0.1)
|
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.1)
|
||||||
omniauth-oauth2 (~> 1.1.0)
|
omniauth-oauth2 (~> 1.1.0)
|
||||||
opengraph_parser (0.2.3)
|
opengraph_parser (0.2.3)
|
||||||
addressable
|
addressable
|
||||||
|
|
@ -515,7 +516,7 @@ DEPENDENCIES
|
||||||
omniauth-facebook (= 1.6.0)
|
omniauth-facebook (= 1.6.0)
|
||||||
omniauth-tumblr (= 1.1)
|
omniauth-tumblr (= 1.1)
|
||||||
omniauth-twitter (= 1.0.1)
|
omniauth-twitter (= 1.0.1)
|
||||||
omniauth-wordpress (= 0.2.0)
|
omniauth-wordpress (= 0.2.1)
|
||||||
opengraph_parser (= 0.2.3)
|
opengraph_parser (= 0.2.3)
|
||||||
rack-cors (= 0.2.8)
|
rack-cors (= 0.2.8)
|
||||||
rack-google-analytics (= 0.14.0)
|
rack-google-analytics (= 0.14.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue