Skip to content
Merged
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 @@ -35,7 +35,7 @@ gem 'redis', '~> 5.4'
gem 'rswag'

# Sidekiq for background processing
gem 'sidekiq', '~> 8.0.8'
gem 'sidekiq', '~> 8.0.9'

# Error and performance monitoring with Sentry
gem 'sentry-rails'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
json (2.15.1)
json (2.15.2)
json-schema (5.1.1)
addressable (~> 2.8)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -533,7 +533,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.2.3)
rack (3.2.4)
rack-attack (6.8.0)
rack (>= 1.0, < 4)
rack-cors (3.0.0)
Expand Down Expand Up @@ -741,7 +741,7 @@ GEM
activesupport (>= 3)
shoulda-matchers (6.5.0)
activesupport (>= 5.2.0)
sidekiq (8.0.8)
sidekiq (8.0.9)
connection_pool (>= 2.5.0)
json (>= 2.9.0)
logger (>= 1.6.2)
Expand Down Expand Up @@ -888,7 +888,7 @@ DEPENDENCIES
sentry-ruby
shoulda-callback-matchers
shoulda-matchers
sidekiq (~> 8.0.8)
sidekiq (~> 8.0.9)
simplecov
spring
spring-watcher-listen (~> 2.1.0)
Expand Down
Loading