From f4e2f4df229c66521ef7a37f78e249fdb2083585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:39:08 +0000 Subject: [PATCH] Bump resque from 2.2.1 to 2.6.0 Bumps [resque](https://github.com/resque/resque) from 2.2.1 to 2.6.0. - [Release notes](https://github.com/resque/resque/releases) - [Changelog](https://github.com/resque/resque/blob/master/HISTORY.md) - [Commits](https://github.com/resque/resque/compare/v2.2.1...v2.6.0) --- updated-dependencies: - dependency-name: resque dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index c35be283..1cb9ea82 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'pry-rails', '~> 0.3' gem 'puma', '~> 5.6' gem 'rack-cors', '~> 1.1' gem 'redis', '< 4.6' -gem 'resque', '~> 2.0' +gem 'resque', '~> 2.6' gem 'resque-scheduler', '~> 4.4' gem 'will_paginate', '~> 3.2' diff --git a/Gemfile.lock b/Gemfile.lock index 0493d609..9c7c92ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM mini_mime (1.1.2) mini_portile2 (2.8.1) minitest (5.17.0) - mono_logger (1.1.1) + mono_logger (1.1.2) multi_json (1.15.0) multi_xml (0.6.0) mustermann (3.0.0) @@ -112,11 +112,11 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.6.2) - rack (2.2.6.4) + rack (2.2.8) rack-cors (1.1.1) rack (>= 2.0.0) - rack-protection (3.0.4) - rack + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.8) @@ -148,9 +148,9 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redis (4.5.1) - redis-namespace (1.8.2) - redis (>= 3.0.4) - resque (2.2.1) + redis-namespace (1.11.0) + redis (>= 4) + resque (2.6.0) mono_logger (~> 1.0) multi_json (~> 1.0) redis-namespace (~> 1.6) @@ -163,10 +163,10 @@ GEM ruby2_keywords (0.0.5) rufus-scheduler (3.6.0) fugit (~> 1.1, >= 1.1.6) - sinatra (3.0.4) + sinatra (3.1.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.4) + rack-protection (= 3.1.0) tilt (~> 2.0) sprockets (4.0.3) concurrent-ruby (~> 1.0) @@ -177,7 +177,7 @@ GEM sprockets (>= 3.0.0) thor (1.2.1) thread_safe (0.3.6) - tilt (2.0.11) + tilt (2.3.0) tzinfo (1.2.10) thread_safe (~> 0.1) websocket-driver (0.7.5) @@ -201,7 +201,7 @@ DEPENDENCIES rack-cors (~> 1.1) rails (~> 5.0) redis (< 4.6) - resque (~> 2.0) + resque (~> 2.6) resque-scheduler (~> 4.4) will_paginate (~> 3.2)