From 4d2311326566e7d863c90c3224cf829c1d745919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 09:04:45 +0000 Subject: [PATCH] Bump oauth2 from 1.4.10 to 1.4.11 Bumps [oauth2](https://gitlab.com/oauth-xx/oauth2) from 1.4.10 to 1.4.11. - [Release notes](https://gitlab.com/oauth-xx/oauth2/tags) - [Changelog](https://gitlab.com/oauth-xx/oauth2/blob/main/CHANGELOG.md) - [Commits](https://gitlab.com/oauth-xx/oauth2/compare/v1.4.10...v1.4.11) --- updated-dependencies: - dependency-name: oauth2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ba22c0b267..94ec7b0502 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,12 +279,12 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faraday (2.3.0) - faraday-net_http (~> 2.0) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-follow_redirects (0.3.0) faraday (>= 1, < 3) - faraday-net_http (2.0.3) + faraday-net_http (3.0.1) ferrum (0.11) addressable (~> 2.5) cliver (~> 0.3) @@ -425,12 +425,12 @@ GEM nokogiri (1.13.9) mini_portile2 (~> 2.8.0) racc (~> 1.4) - oauth2 (1.4.10) + oauth2 (1.4.11) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) + rack (>= 1.2, < 4) omniauth (2.1.0) hashie (>= 3.4.6) rack (>= 2.2.3)