Skip to content

Commit

Permalink
Bump resque from 2.2.1 to 2.6.0
Browse files Browse the repository at this point in the history
Bumps [resque](https://github.com/resque/resque) from 2.2.1 to 2.6.0.
- [Release notes](https://github.com/resque/resque/releases)
- [Changelog](https://github.com/resque/resque/blob/master/HISTORY.md)
- [Commits](resque/resque@v2.2.1...v2.6.0)

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

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

Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ GEM
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
mono_logger (1.1.1)
mono_logger (1.1.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (3.0.0)
Expand All @@ -112,11 +112,11 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.8)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-protection (3.0.4)
rack
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.8)
Expand Down Expand Up @@ -148,9 +148,9 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.5.1)
redis-namespace (1.8.2)
redis (>= 3.0.4)
resque (2.2.1)
redis-namespace (1.11.0)
redis (>= 4)
resque (2.6.0)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.6)
Expand All @@ -163,10 +163,10 @@ GEM
ruby2_keywords (0.0.5)
rufus-scheduler (3.6.0)
fugit (~> 1.1, >= 1.1.6)
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)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
Expand All @@ -177,7 +177,7 @@ GEM
sprockets (>= 3.0.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.11)
tilt (2.3.0)
tzinfo (1.2.10)
thread_safe (~> 0.1)
websocket-driver (0.7.5)
Expand All @@ -201,7 +201,7 @@ DEPENDENCIES
rack-cors (~> 1.1)
rails (~> 5.0)
redis (< 4.6)
resque (~> 2.0)
resque (~> 2.6)
resque-scheduler (~> 4.4)
will_paginate (~> 3.2)

Expand Down

0 comments on commit f4e2f4d

Please sign in to comment.