Skip to content

Commit

Permalink
Update sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Jan 20, 2024
1 parent 3945a65 commit 9011faa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ gem 'redis'
gem 'sentry-rails'
gem 'sentry-ruby'
gem 'sentry-sidekiq'
gem 'sidekiq'
gem 'sidekiq', '< 7'
gem 'sidekiq-cron'
gem 'sidekiq-limit_fetch', github: 'top4ek/sidekiq-limit_fetch', ref: 'd7f934259a0d0b925f4395df5e897fa25b387817'
gem 'sidekiq-limit_fetch'
gem 'telegram-bot-ruby'

group :development, :test do
Expand Down
34 changes: 16 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/top4ek/sidekiq-limit_fetch.git
revision: d7f934259a0d0b925f4395df5e897fa25b387817
ref: d7f934259a0d0b925f4395df5e897fa25b387817
specs:
sidekiq-limit_fetch (3.4.0)
sidekiq (>= 4)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -86,7 +78,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.2.3)
connection_pool (2.2.5)
connection_pool (2.4.1)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -139,7 +131,7 @@ GEM
ffaker (2.21.0)
ffi (1.15.5)
formatador (1.1.0)
fugit (1.5.3)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.2.1)
Expand Down Expand Up @@ -261,7 +253,10 @@ GEM
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.6.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.9.0)
reline (0.3.1)
io-console (~> 0.5)
Expand Down Expand Up @@ -328,13 +323,16 @@ GEM
shellany (0.0.1)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
sidekiq (6.4.2)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq-cron (1.4.0)
fugit (~> 1)
sidekiq (>= 4.2.1)
redis (>= 4.5.0)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
sidekiq-limit_fetch (4.4.1)
sidekiq (>= 6)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -397,9 +395,9 @@ DEPENDENCIES
sentry-ruby
sentry-sidekiq
shoulda-matchers
sidekiq
sidekiq (< 7)
sidekiq-cron
sidekiq-limit_fetch!
sidekiq-limit_fetch
simplecov
telegram-bot-ruby
webmock
Expand Down

0 comments on commit 9011faa

Please sign in to comment.