From 74895cde3563335450de1fc65263ede11ec67c8b Mon Sep 17 00:00:00 2001 From: Martin Gruner Date: Sat, 19 Feb 2022 04:34:59 +0100 Subject: [PATCH] Maintenance: Bump oauth2 from 1.4.7 to 1.4.8 Bumps [oauth2](https://github.com/oauth-xx/oauth2) from 1.4.7 to 1.4.8. - [Release notes](https://github.com/oauth-xx/oauth2/releases) - [Changelog](https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md) - [Commits](https://github.com/oauth-xx/oauth2/compare/v1.4.7...v1.4.8) --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b3510c75d..7627d163c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM railties (>= 5.0.0) faker (2.19.0) i18n (>= 1.6, < 2) - faraday (1.9.3) + faraday (1.10.0) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -313,8 +313,8 @@ GEM nenv (~> 0.1) shellany (~> 0.0) oauth (0.5.6) - oauth2 (1.4.7) - faraday (>= 0.8, < 2.0) + oauth2 (1.4.8) + faraday (>= 0.8, < 3.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5)