From 9f307f22cf4ff15ccc2c686ec149f2ac452b3d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 05:15:31 +0000 Subject: [PATCH 1/2] Bump omniauth from 1.9.1 to 2.1.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.1 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v1.9.1...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b5f4a5a36..bac6365bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -393,7 +393,7 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 3) oj (3.13.22) - omniauth (1.9.1) + omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-facebook (9.0.0) From 853d1dd103c4888fd34e10e2e255f853743397c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 06:08:48 +0000 Subject: [PATCH 2/2] Bump sidekiq from 6.5.5 to 7.0.1 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.5.5 to 7.0.1. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v6.5.5...v7.0.1) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0270a9cae..0c90a1757 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,7 @@ GEM adamantium (~> 0.2.0) equalizer (~> 0.0.9) concurrent-ruby (1.1.10) - connection_pool (2.2.5) + connection_pool (2.3.0) crass (1.0.6) csv_shaper (1.3.2) activesupport (>= 3.0.0) @@ -479,7 +479,8 @@ GEM rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.8.0) + redis-client (0.11.1) + connection_pool regexp_parser (2.6.0) responders (3.0.1) actionpack (>= 5.0) @@ -575,10 +576,11 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sidekiq (6.5.5) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.5.0) + sidekiq (7.0.1) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.9.0) simplecov (0.13.0) docile (~> 1.1.0) json (>= 1.8, < 3)