From dce1fcf49a429ced61602a58d82252da2c609c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 00:41:45 +0000 Subject: [PATCH] build(deps): bump resque from 2.6.0 to 2.7.0 (#7363) Bumps [resque](https://github.com/resque/resque) from 2.6.0 to 2.7.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.6.0...v2.7.0) --- updated-dependencies: - dependency-name: resque dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7657a11cc1..208967b56f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -375,8 +375,8 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - resque (2.6.0) - mono_logger (~> 1.0) + resque (2.7.0) + mono_logger (~> 1) multi_json (~> 1.0) redis-namespace (~> 1.6) sinatra (>= 0.9.2)