diff --git a/Gemfile b/Gemfile index 8bbf6cc..9d2ff06 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "opengraph_parser" gem "pg" gem "puma", ">= 5.0" gem "sass-rails" -gem "sidekiq", "7.2.2" +gem "sidekiq", "7.2.4" gem "sprockets-rails" gem "stimulus-rails" gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 5c76f0e..b745444 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (3.0.9.1) + rack (3.0.10) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) @@ -227,7 +227,7 @@ GEM rake (13.1.0) rdoc (6.6.3.1) psych (>= 4.0.0) - redis-client (0.20.0) + redis-client (0.22.1) connection_pool regexp_parser (2.9.0) reline (0.5.0) @@ -249,7 +249,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sidekiq (7.2.2) + sidekiq (7.2.4) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) @@ -312,7 +312,7 @@ DEPENDENCIES rails (= 7.1.3.2) sass-rails selenium-webdriver - sidekiq (= 7.2.2) + sidekiq (= 7.2.4) sprockets-rails stimulus-rails turbo-rails