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 @@ -12,7 +12,7 @@ gem 'puma', '~> 5.5'
# Use Redis adapter to run Action Cable in production
gem 'redis', '~> 4.2.5'
# Simple, efficient background processing for Ruby.
gem 'sidekiq', '~> 6.2.1'
gem 'sidekiq', '~> 7.1.4'
# Enables to set jobs to be run in specified time (using CRON notation)
gem 'sidekiq-cron', '~> 1.2.0'
# Reduces boot times through caching; required in config/boot.rb
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
connection_pool (2.4.1)
crass (1.0.6)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
Expand Down Expand Up @@ -147,7 +147,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.6.0)
rack (2.2.3)
rack (2.2.8)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-test (1.1.0)
Expand Down Expand Up @@ -184,6 +184,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.2.5)
redis-client (0.17.0)
connection_pool
reek (6.0.3)
kwalify (~> 0.7.0)
parser (~> 3.0.0)
Expand Down Expand Up @@ -222,10 +224,11 @@ GEM
sexp_processor (4.15.2)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.2.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq (7.1.4)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sidekiq-cron (1.2.0)
fugit (~> 1.1)
sidekiq (>= 4.2.1)
Expand Down Expand Up @@ -282,7 +285,7 @@ DEPENDENCIES
rspec-rails (~> 4.0.1)
rubycritic (~> 4.6.0)
shoulda-matchers (~> 4.5.1)
sidekiq (~> 6.2.1)
sidekiq (~> 7.1.4)
sidekiq-cron (~> 1.2.0)
spring
spring-watcher-listen (~> 2.0.0)
Expand Down