diff --git a/Gemfile b/Gemfile index 752649f..17c1e95 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'bcrypt', '~> 3.1.7' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false -gem "omniauth", "~> 1.9.1" +gem "omniauth", "~> 1.9.2" gem 'omniauth-rails_csrf_protection', '~> 0.1' gem 'omniauth-google-oauth2' diff --git a/Gemfile.lock b/Gemfile.lock index 330fe66..07cf30b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ GEM ffi (1.15.0) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (4.1.0) + hashie (5.0.0) i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.11.2) @@ -126,7 +126,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-google-oauth2 (0.8.2) @@ -148,7 +148,7 @@ GEM puma (4.3.11) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.4) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -252,7 +252,7 @@ DEPENDENCIES dotenv-rails jbuilder (~> 2.7) listen (~> 3.2) - omniauth (~> 1.9.1) + omniauth (~> 1.9.2) omniauth-google-oauth2 omniauth-rails_csrf_protection (~> 0.1) pg (~> 0.18.4)