Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pooza committed Apr 28, 2024
1 parent 191a277 commit 00a5628
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'mini_magick'
gem 'optparse'
gem 'rspotify'
gem 'ruby-progressbar'
gem 'sidekiq', '~>7.2.0'
gem 'sidekiq', '~>7.2.4' # CVE-2024-32887
gem 'sidekiq-scheduler', '~>5.0.0'
gem 'yamllint'

Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ GIT

GIT
remote: https://github.com/pooza/ginseng-redis.git
revision: e8b3b3625c232eeef70d18663b2b8e713dcf0fa1
revision: 9b46bdf6c2a34d385d84716ea69f1c40d3399cb3
specs:
ginseng-redis (2.0.2)
redis-client (~> 0.14.0)
ginseng-redis (2.0.3)
redis-client

GIT
remote: https://github.com/pooza/ginseng-web.git
Expand Down Expand Up @@ -291,7 +291,7 @@ GEM
nokogiri (~> 1.14)
rainbow (3.1.1)
rake (13.2.1)
redis-client (0.14.1)
redis-client (0.22.1)
connection_pool
regexp_parser (2.9.0)
rest-client (2.0.2)
Expand Down Expand Up @@ -342,11 +342,11 @@ GEM
sequel (5.79.0)
bigdecimal
set (1.1.0)
sidekiq (7.2.0)
sidekiq (7.2.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
redis-client (>= 0.19.0)
sidekiq-scheduler (5.0.3)
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
Expand Down Expand Up @@ -420,7 +420,7 @@ DEPENDENCIES
rubocop-rake
rubocop-sequel
ruby-progressbar
sidekiq (~> 7.2.0)
sidekiq (~> 7.2.4)
sidekiq-scheduler (~> 5.0.0)
slim_lint
test-unit
Expand Down

0 comments on commit 00a5628

Please sign in to comment.