From 031b273e502607161c1698cd27377e71359863a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:17:28 +0000 Subject: [PATCH] chore(deps): update resque requirement in /examples/using-resque Updates the requirements on [resque](https://github.com/resque/resque) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- examples/using-resque/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-resque/Gemfile b/examples/using-resque/Gemfile index b438976..ea4dee0 100644 --- a/examples/using-resque/Gemfile +++ b/examples/using-resque/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "resque", "2.6.0" +gem "resque", "2.7.0" gem 'resque-scheduler'