Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 81c0808 commit 9bce1e1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'devise_uid'
gem 'pg', '1.1.4'
gem "recaptcha"
gem 'resque', '2.0.0'
gem 'resque-scheduler', '4.4.0'
gem 'resque-scheduler', '4.10.2'
gem 'resque_mailer', '2.4.3'

gem 'jbuilder', '~> 2.9.1'
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ GEM
foreman (0.87.2)
friendly_id (5.2.5)
activerecord (>= 4.0.0)
fugit (1.7.1)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
gems (1.2.0)
Expand Down Expand Up @@ -256,7 +256,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.20.0)
mono_logger (1.1.0)
mono_logger (1.1.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (3.0.0)
Expand Down Expand Up @@ -341,8 +341,8 @@ GEM
rack (2.2.8)
rack-mini-profiler (2.1.0)
rack (>= 1.2.0)
rack-protection (3.0.4)
rack
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.4)
rack
rack-rewrite (1.5.1)
Expand Down Expand Up @@ -411,8 +411,8 @@ GEM
webpacker (>= 4.0)
recaptcha (5.12.3)
json
redis (4.8.0)
redis-namespace (1.9.0)
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.8.2)
representable (3.2.0)
Expand All @@ -428,11 +428,11 @@ GEM
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)
resque_mailer (2.4.3)
actionmailer (>= 3.0)
activesupport (>= 3.0)
Expand Down Expand Up @@ -507,7 +507,7 @@ GEM
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (1.3.0)
rufus-scheduler (3.8.2)
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand Down Expand Up @@ -554,10 +554,10 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (3.0.4)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
rack-protection (= 3.1.0)
tilt (~> 2.0)
spring (4.1.0)
sprockets (3.7.2)
Expand All @@ -572,7 +572,7 @@ GEM
terser (1.1.14)
execjs (>= 0.3.0, < 3)
thor (1.2.1)
tilt (2.0.11)
tilt (2.3.0)
timeout (0.3.0)
trailblazer-option (0.1.2)
turbolinks (5.2.1)
Expand Down Expand Up @@ -666,7 +666,7 @@ DEPENDENCIES
react_on_rails (= 12.0.1)
recaptcha
resque (= 2.0.0)
resque-scheduler (= 4.4.0)
resque-scheduler (= 4.10.2)
resque_mailer (= 2.4.3)
rspec-collection_matchers (~> 1.1.3)
rspec-html-matchers (~> 0.9.0)
Expand Down

0 comments on commit 9bce1e1

Please sign in to comment.