From 90ef2493260dd8533303442250f66a193fc392c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:59:58 +0000 Subject: [PATCH] Bump omniauth from 1.9.1 to 2.1.1 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.1.1. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v2.1.1) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4d9c7461b..dcc64a2f6 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'json-schema', '~> 2.8' gem 'librato-metrics', '~> 2.1.2' gem 'lograge' gem 'mime-types' -gem 'omniauth', '~> 1.9' +gem 'omniauth', '~> 2.1' gem 'omniauth-facebook', '~> 5.0' gem 'omniauth-google-oauth2' gem 'p3p', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3903b2b12..2719d222c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,9 +287,10 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (2.1.1) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) + rack-protection omniauth-facebook (5.0.0) omniauth-oauth2 (~> 1.2) omniauth-google-oauth2 (0.5.4) @@ -520,7 +521,7 @@ DEPENDENCIES mini_racer mock_redis newrelic_rpm - omniauth (~> 1.9) + omniauth (~> 2.1) omniauth-facebook (~> 5.0) omniauth-google-oauth2 p3p (~> 2.0)