diff --git a/Gemfile b/Gemfile index 9a510704ffdc7a1390b56b77d0c01484a48a5203..6578b9431218d057419be88a33db7e3739fb786a 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ gem 'strong_parameters' # Services gem 'omniauth', '1.1.4' -gem 'omniauth-facebook', '1.4.1' +gem 'omniauth-facebook', '1.6.0' gem 'omniauth-tumblr', '1.1' gem 'omniauth-twitter', '1.0.0' gem 'twitter', '4.8.1' diff --git a/Gemfile.lock b/Gemfile.lock index 72c8774f9f5efb70d96ec7a30d51dc58209f9a1a..d73c85f4cb27b752ecb279f9fb9a26606575dda8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM jquery-rails railties (>= 3.1.0) json (1.8.0) - jwt (0.1.8) + jwt (0.1.10) multi_json (>= 1.5) kaminari (0.14.1) actionpack (>= 3.0.0) @@ -238,8 +238,8 @@ GEM omniauth (1.1.4) hashie (>= 1.2, < 3) rack - omniauth-facebook (1.4.1) - omniauth-oauth2 (~> 1.1.0) + omniauth-facebook (1.6.0) + omniauth-oauth2 (~> 1.1) omniauth-oauth (1.0.1) oauth omniauth (~> 1.0) @@ -468,7 +468,7 @@ DEPENDENCIES mysql2 (= 0.3.14) nokogiri (= 1.6.1) omniauth (= 1.1.4) - omniauth-facebook (= 1.4.1) + omniauth-facebook (= 1.6.0) omniauth-tumblr (= 1.1) omniauth-twitter (= 1.0.0) omniauth-wordpress (= 0.2.0)