Skip to content

Commit

Permalink
Merge pull request #522 from rubycentral/dependabot/bundler/sidekiq-8…
Browse files Browse the repository at this point in the history
….0.0

Bump sidekiq from 7.3.9 to 8.0.0
  • Loading branch information
amatsuda authored Mar 6, 2025
2 parents d8d9507 + a291458 commit ae42439
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)
json (2.10.1)
jsonapi-renderer (0.2.2)
jwt (2.7.0)
launchy (3.1.1)
Expand Down Expand Up @@ -394,7 +395,7 @@ GEM
pundit (2.5.0)
activesupport (>= 3.0.0)
racc (1.8.1)
rack (3.1.10)
rack (3.1.11)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
rack-protection (4.1.1)
Expand Down Expand Up @@ -457,7 +458,7 @@ GEM
railties (>= 3.2)
tilt
redcarpet (3.6.1)
redis-client (0.23.2)
redis-client (0.24.0)
connection_pool
regexp_parser (2.7.0)
reline (0.6.0)
Expand Down Expand Up @@ -526,12 +527,12 @@ GEM
railties (>= 5.2)
semantic_range (>= 2.3.0)
shellany (0.0.1)
sidekiq (7.3.9)
base64
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq (8.0.0)
connection_pool (>= 2.5.0)
json (>= 2.9.0)
logger (>= 1.6.2)
rack (>= 3.1.0)
redis-client (>= 0.23.2)
simple_form (5.3.1)
actionpack (>= 5.2)
activemodel (>= 5.2)
Expand Down

0 comments on commit ae42439

Please sign in to comment.