Skip to content

Commit

Permalink
sidekiq updated
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed May 15, 2024
1 parent 0754896 commit 694a75d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ gem "http", "~> 5.1"

gem "ruby-oembed", github: "basecamp/ruby-oembed", branch: "fix-spotify-redirects" #"~> 0.16.1"

gem "sidekiq", "~> 7.1"
gem 'sidekiq', '~> 7.2.2'
gem "sidekiq-grouping"
gem "sidekiq-limit_fetch"

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ GEM
redcarpet (2.3.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
redis-client (0.22.1)
connection_pool
regexp_parser (2.8.1)
reline (0.3.6)
Expand Down Expand Up @@ -561,11 +561,11 @@ GEM
sequel (5.71.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.1.2)
sidekiq (7.2.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
redis-client (>= 0.19.0)
sidekiq-grouping (1.3.0)
activesupport
concurrent-ruby
Expand Down Expand Up @@ -704,7 +704,7 @@ DEPENDENCIES
sentry-sidekiq
sequel (~> 5.71)
shoulda-matchers (~> 5.0)
sidekiq (~> 7.1)
sidekiq (~> 7.2.2)
sidekiq-grouping
sidekiq-limit_fetch
socialization (~> 2.0)
Expand Down

0 comments on commit 694a75d

Please sign in to comment.