diff --git a/Gemfile b/Gemfile index ca63de3..211ac48 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'bootsnap', '>= 1.4.5', require: false gem 'bulma-rails', '~> 0.7.5' gem 'bulma-extensions-rails', '~> 1.0.30' gem 'devise' -gem 'omniauth', '= 1.9.0' +gem 'omniauth', '1.9.2' gem 'omniauth-facebook', '= 5.0.0' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index c8daefb..21ffca7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM ffi (1.11.3) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (3.6.0) + hashie (5.0.0) i18n (1.7.0) concurrent-ruby (~> 1.0) jbuilder (2.9.1) @@ -108,7 +108,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.13.0) @@ -125,8 +127,8 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.0) - hashie (>= 3.4.6, < 3.7.0) + omniauth (1.9.2) + hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-facebook (5.0.0) omniauth-oauth2 (~> 1.2) @@ -138,7 +140,7 @@ GEM public_suffix (4.0.1) puma (4.3.1) nio4r (~> 2.0) - rack (2.0.8) + rack (2.2.4) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -245,7 +247,7 @@ DEPENDENCIES devise jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) - omniauth (= 1.9.0) + omniauth (= 1.9.2) omniauth-facebook (= 5.0.0) pg (>= 0.18, < 2.0) puma (~> 4.1)