diff --git a/Gemfile b/Gemfile index dc3fefffd..274f7e302 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'pundit', '~> 2.3.1' gem 'devise', '~> 4.9.3' gem 'devise-i18n', '~> 1.12.0' -gem 'omniauth', '~> 2.1.1' +gem 'omniauth', '~> 2.1.2' gem 'omniauth-rails_csrf_protection', '~> 1.0.1' gem 'omniauth-google-oauth2', '~> 1.0.1' gem 'omniauth-gitlab', '~> 3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0f10d25ab..6d4095f2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 4) - omniauth (2.1.1) + omniauth (2.1.2) hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection @@ -600,7 +600,7 @@ DEPENDENCIES letter_opener_web (~> 2.0) listen (>= 3.0.5, < 3.9) lograge (~> 0.14.0) - omniauth (~> 2.1.1) + omniauth (~> 2.1.2) omniauth-feishu (~> 0.1.8) omniauth-gitlab (~> 3.0.0) omniauth-google-oauth2 (~> 1.0.1)