diff --git a/Gemfile b/Gemfile index 2069616a7c181e5418a838fd9210f1ac2ce05d77..f48ee3d4b945e392d9fbb00e4bdb19404c5c2f1e 100644 --- a/Gemfile +++ b/Gemfile @@ -85,7 +85,7 @@ gem 'omniauth-facebook', '1.6.0' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '1.0.1' gem 'twitter', '4.8.1' -gem 'omniauth-wordpress','0.2.0' +gem 'omniauth-wordpress','0.2.1' # Tags diff --git a/Gemfile.lock b/Gemfile.lock index 1a5a77754d8e9b5fb8ea6e9e4f56bd976b9921e7..532c8e41b1b54e185cbb7bdb820bf1704533a80e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -203,7 +203,6 @@ GEM hashie (2.1.1) hike (1.2.3) http_accept_language (1.0.2) - httpauth (0.2.0) i18n (0.6.9) i18n-inflector (2.6.7) i18n (>= 0.4.1) @@ -226,8 +225,7 @@ GEM jquery-rails railties (>= 3.1.0) json (1.8.1) - jwt (0.1.10) - multi_json (>= 1.5) + jwt (1.0.0) kaminari (0.15.1) actionpack (>= 3.0.0) activesupport (>= 3.0.0) @@ -255,6 +253,7 @@ GEM rails multi_json (1.10.1) multi_test (0.1.1) + multi_xml (0.5.5) multipart-post (1.2.0) mysql2 (0.3.16) nested_form (0.3.2) @@ -264,11 +263,11 @@ GEM nokogiri (1.6.2.1) mini_portile (= 0.6.0) oauth (0.4.7) - oauth2 (0.8.1) - faraday (~> 0.8) - httpauth (~> 0.1) - jwt (~> 0.1.4) - multi_json (~> 1.0) + oauth2 (0.9.4) + faraday (>= 0.8, < 0.10) + jwt (~> 1.0) + multi_json (~> 1.3) + multi_xml (~> 0.5) rack (~> 1.2) omniauth (1.2.1) hashie (>= 1.2, < 3) @@ -278,15 +277,17 @@ GEM omniauth-oauth (1.0.1) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.1.1) - oauth2 (~> 0.8.0) - omniauth (~> 1.0) + omniauth-oauth2 (1.1.2) + faraday (>= 0.8, < 0.10) + multi_json (~> 1.3) + oauth2 (~> 0.9.3) + omniauth (~> 1.2) omniauth-tumblr (1.1) omniauth-oauth (~> 1.0) omniauth-twitter (1.0.1) multi_json (~> 1.3) omniauth-oauth (~> 1.0) - omniauth-wordpress (0.2.0) + omniauth-wordpress (0.2.1) omniauth-oauth2 (~> 1.1.0) opengraph_parser (0.2.3) addressable @@ -515,7 +516,7 @@ DEPENDENCIES omniauth-facebook (= 1.6.0) omniauth-tumblr (= 1.1) omniauth-twitter (= 1.0.1) - omniauth-wordpress (= 0.2.0) + omniauth-wordpress (= 0.2.1) opengraph_parser (= 0.2.3) rack-cors (= 0.2.8) rack-google-analytics (= 0.14.0)