Skip to content

Commit

Permalink
chore: updated sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
celsoMartins committed Nov 13, 2024
1 parent 758643b commit bba062a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'pg'
gem 'rails', '~> 8.0'
gem 'redis'
gem 'rollbar'
gem 'sidekiq', '= 6.5.7'
gem 'sidekiq'
gem 'sidekiq-limit_fetch'
gem 'slack-notifier'
gem 'sprockets-rails', require: 'sprockets/railtie'
Expand Down
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ GEM
graphql (2.4.3)
base64
fiber-storage
hashdiff (1.1.1)
hashdiff (1.1.2)
hashie (5.0.0)
histogram (0.2.4.1)
httparty (0.22.0)
Expand Down Expand Up @@ -340,16 +340,15 @@ GEM
get_process_mem (>= 0.2)
puma (>= 2.7)
racc (1.8.1)
rack (2.2.10)
rack (3.1.8)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
rack-session (1.0.2)
rack (< 3)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.1)
rack (< 3)
webrick
rackup (2.2.0)
rack (>= 3)
rails (8.0.0)
actioncable (= 8.0.0)
actionmailbox (= 8.0.0)
Expand Down Expand Up @@ -403,7 +402,10 @@ GEM
ffi (~> 1.0)
rdoc (6.7.0)
psych (>= 4.0.0)
redis (4.8.1)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
reek (6.3.0)
dry-schema (~> 1.13.0)
parser (~> 3.3.0)
Expand Down Expand Up @@ -449,7 +451,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.1)
rubocop-ast (1.35.0)
parser (>= 3.3.1.0)
rubocop-graphql (1.5.4)
rubocop (>= 1.50, < 2)
Expand Down Expand Up @@ -483,13 +485,14 @@ GEM
tty-which (~> 0.5.0)
virtus (~> 2.0)
securerandom (0.3.2)
sexp_processor (4.17.2)
sexp_processor (4.17.3)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
sidekiq (6.5.7)
connection_pool (>= 2.2.5)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.3.5)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-limit_fetch (4.4.1)
sidekiq (>= 6)
simplecov (0.22.0)
Expand Down Expand Up @@ -542,7 +545,6 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -617,7 +619,7 @@ DEPENDENCIES
rubocop-rspec_rails
rubycritic
shoulda-matchers
sidekiq (= 6.5.7)
sidekiq
sidekiq-limit_fetch
simplecov
slack-notifier
Expand Down

0 comments on commit bba062a

Please sign in to comment.