Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
Loading