diff --git a/Gemfile b/Gemfile index 0d4a076..f533248 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "bootsnap", require: false gem "tzinfo-data", platforms: %i[ windows jruby ] # Background jobs -gem "sidekiq", "~> 8.0" +gem "sidekiq", "~> 8.1" gem "redis", "~> 5.0" # GitHub OAuth + API diff --git a/Gemfile.lock b/Gemfile.lock index a85df49..2978e88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.2) + json (2.19.3) json-schema (6.2.0) addressable (~> 2.8) bigdecimal (>= 3.1, < 5) @@ -327,7 +327,7 @@ GEM tsort redis (5.4.1) redis-client (>= 0.22.0) - redis-client (0.27.0) + redis-client (0.28.0) connection_pool regexp_parser (2.11.3) reline (0.6.3) @@ -391,7 +391,7 @@ GEM securerandom (0.4.1) shoulda-matchers (7.0.1) activesupport (>= 7.1) - sidekiq (8.1.1) + sidekiq (8.1.2) connection_pool (>= 3.0.0) json (>= 2.16.0) logger (>= 1.7.0) @@ -484,7 +484,7 @@ DEPENDENCIES rspec-rails (~> 8.0) rubocop-rails-omakase shoulda-matchers (~> 7.0) - sidekiq (~> 8.0) + sidekiq (~> 8.1) stimulus-rails tailwindcss-rails turbo-rails