From a9bf406515133b2d16ee72dece8b406a5d2b7014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:51:04 +0000 Subject: [PATCH] Build(deps): bump the bundler group across 1 directory with 3 updates Updates the requirements on [resque-scheduler](https://github.com/resque/resque-scheduler), [resque](https://github.com/resque/resque) and [rack](https://github.com/rack/rack) to permit the latest version. Updates `resque-scheduler` from 4.4.0 to 4.10.2 - [Release notes](https://github.com/resque/resque-scheduler/releases) - [Changelog](https://github.com/resque/resque-scheduler/blob/master/CHANGELOG.md) - [Commits](https://github.com/resque/resque-scheduler/commits) Updates `resque` from 2.0.0 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.0.0...v2.6.0) Updates `rack` from 2.2.8 to 2.2.9 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.8...v2.2.9) --- updated-dependencies: - dependency-name: resque-scheduler dependency-type: direct:development dependency-group: bundler - dependency-name: resque dependency-type: direct:production dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 43 +++++++++++++++++---------------------- resque-prioritize.gemspec | 2 +- 2 files changed, 20 insertions(+), 25 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 894e731..12e3d49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,26 +2,25 @@ PATH remote: . specs: resque-prioritize (0.1.0) - resque (~> 2.0.0) + resque (>= 2.0, < 2.7) GEM remote: https://rubygems.org/ specs: ast (2.4.0) - base64 (0.2.0) coderay (1.1.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.3) diff-lcs (1.3) - et-orbi (1.2.7) + et-orbi (1.2.11) tzinfo - fugit (1.8.1) - et-orbi (~> 1, >= 1.2.7) + fugit (1.11.0) + et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) jaro_winkler (1.5.4) method_source (0.9.2) mono_logger (1.1.2) multi_json (1.15.0) - mustermann (3.0.0) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) parallel (1.19.1) parser (2.7.0.2) @@ -30,26 +29,24 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) raabro (1.4.0) - rack (2.2.8) - rack-protection (3.2.0) - base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) + rack (2.2.9) + rack-protection (2.2.4) + rack rainbow (3.0.0) rake (13.0.1) - redis (4.1.3) - redis-namespace (1.7.0) + redis (4.4.0) + redis-namespace (1.6.0) redis (>= 3.0.4) - resque (2.0.0) + resque (2.6.0) mono_logger (~> 1.0) multi_json (~> 1.0) redis-namespace (~> 1.6) sinatra (>= 0.9.2) - vegas (~> 0.1.2) - resque-scheduler (4.4.0) + resque-scheduler (4.10.2) mono_logger (~> 1.0) redis (>= 3.3) - resque (>= 1.26) - rufus-scheduler (~> 3.2) + resque (>= 1.27) + rufus-scheduler (~> 3.2, != 3.3) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -81,17 +78,15 @@ GEM fugit (~> 1.1, >= 1.1.6) saharspec (0.0.10) ruby2_keywords - sinatra (3.2.0) - mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.2.0) + sinatra (2.2.4) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.4) tilt (~> 2.0) tilt (2.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.6.1) - vegas (0.1.11) - rack (>= 1.0.0) PLATFORMS ruby diff --git a/resque-prioritize.gemspec b/resque-prioritize.gemspec index c0c59a2..e96b514 100644 --- a/resque-prioritize.gemspec +++ b/resque-prioritize.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] # The supported resque version is 2.0, though it needs to be urgently updated due to security reasons. - spec.add_dependency 'resque', '~> 2.0.0' + spec.add_dependency 'resque', '>= 2.0', '< 2.7' spec.add_development_dependency 'bundler', '~> 2.0' spec.add_development_dependency 'rake', '~> 13.0.1'