From 940f63a010256853ca4b61d1430b71cd9b235490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 02:57:55 +0000 Subject: [PATCH] chore(deps): bump omniauth from 2.1.1 to 2.1.2 Bumps [omniauth](https://github.com/omniauth/omniauth) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)