From 1716fd2fbd33617e791fbca7f6db561fa82da923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:34:46 +0000 Subject: [PATCH] Bump resque from 1.27.4 to 2.6.0 Bumps [resque](https://github.com/resque/resque) from 1.27.4 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/v1.27.4...v2.6.0) --- updated-dependencies: - dependency-name: resque dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 27 +++++++++++++-------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index c448c72..4b6ea23 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source "https://rubygems.org" gem "statsd-ruby" -gem "resque", "~> 1.27.4" +gem "resque", "~> 2.6.0" gem "redis", "~> 3.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index f4fabba..7829092 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,38 @@ GEM remote: https://rubygems.org/ specs: - mono_logger (1.1.0) + base64 (0.2.0) + mono_logger (1.1.2) multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - rack (2.2.6.4) - rack-protection (3.0.6) - rack + rack (2.2.8) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) redis (3.3.5) - redis-namespace (1.7.0) + redis-namespace (1.8.2) redis (>= 3.0.4) - resque (1.27.4) + resque (2.6.0) mono_logger (~> 1.0) multi_json (~> 1.0) - redis-namespace (~> 1.3) + redis-namespace (~> 1.6) sinatra (>= 0.9.2) - vegas (~> 0.1.2) ruby2_keywords (0.0.5) - sinatra (3.0.6) + sinatra (3.2.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.6) + rack-protection (= 3.2.0) tilt (~> 2.0) statsd-ruby (1.4.0) - tilt (2.1.0) - vegas (0.1.11) - rack (>= 1.0.0) + tilt (2.3.0) PLATFORMS ruby DEPENDENCIES redis (~> 3.3.0) - resque (~> 1.27.4) + resque (~> 2.6.0) statsd-ruby BUNDLED WITH