Skip to content

Commit

Permalink
Bump resque-scheduler from 4.5.0 to 4.10.2
Browse files Browse the repository at this point in the history
Bumps [resque-scheduler](https://github.com/resque/resque-scheduler) from 4.5.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)

---
updated-dependencies:
- dependency-name: resque-scheduler
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 09e6f2c commit 8e69e89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'puma', '~> 5.6'
gem 'rack-cors', '~> 1.1'
gem 'redis', '< 4.6'
gem 'resque', '~> 2.6'
gem 'resque-scheduler', '~> 4.4'
gem 'resque-scheduler', '~> 4.10'
gem 'will_paginate', '~> 3.2'

group :development do
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
et-orbi (1.2.7)
tzinfo
ffi (1.15.5)
fugit (1.5.3)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.0.1)
Expand Down Expand Up @@ -155,13 +155,13 @@ GEM
multi_json (~> 1.0)
redis-namespace (~> 1.6)
sinatra (>= 0.9.2)
resque-scheduler (4.5.0)
resque-scheduler (4.10.2)
mono_logger (~> 1.0)
redis (>= 3.3)
resque (>= 1.27)
rufus-scheduler (~> 3.2, < 3.7)
rufus-scheduler (~> 3.2, != 3.3)
ruby2_keywords (0.0.5)
rufus-scheduler (3.6.0)
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
sinatra (3.1.0)
mustermann (~> 3.0)
Expand All @@ -178,7 +178,7 @@ GEM
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.3.0)
tzinfo (1.2.10)
tzinfo (1.2.11)
thread_safe (~> 0.1)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
Expand All @@ -202,7 +202,7 @@ DEPENDENCIES
rails (~> 5.0)
redis (< 4.6)
resque (~> 2.6)
resque-scheduler (~> 4.4)
resque-scheduler (~> 4.10)
will_paginate (~> 3.2)

BUNDLED WITH
Expand Down

0 comments on commit 8e69e89

Please sign in to comment.