Skip to content
Closed
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 @@ -16,7 +16,7 @@ gem 'jbuilder', '~> 2.7'
# Pagination
gem 'kaminari', '1.1.1'
# background workers and jobs
gem 'sidekiq', '6.0.3'
gem 'sidekiq', '6.2.1'
# cache service
gem 'redis-rails', '5.0.2'
# Use Redis adapter to run Action Cable in production
Expand Down
21 changes: 10 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GEM
childprocess (3.0.0)
coderay (1.1.2)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
connection_pool (2.2.5)
crass (1.0.5)
diff-lcs (1.3)
erubi (1.9.0)
Expand Down Expand Up @@ -161,7 +161,9 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
Expand Down Expand Up @@ -198,9 +200,7 @@ GEM
nio4r (~> 2.0)
puma (4.3.1-java)
nio4r (~> 2.0)
rack (2.0.8)
rack-protection (2.0.7)
rack
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.1)
Expand Down Expand Up @@ -234,7 +234,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.1.3)
redis (4.4.0)
redis-actionpack (5.1.0)
actionpack (>= 4.0, < 7)
redis-rack (>= 1, < 3)
Expand Down Expand Up @@ -263,11 +263,10 @@ GEM
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
sidekiq (6.0.3)
sidekiq (6.2.1)
connection_pool (>= 2.2.2)
rack (>= 2.0.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
rack (~> 2.0)
redis (>= 4.2.0)
spoon (0.0.6)
ffi
spring (2.1.0)
Expand Down Expand Up @@ -324,7 +323,7 @@ DEPENDENCIES
rspec-sidekiq
rspec-support!
rubocop (~> 0.76.0)
sidekiq (= 6.0.3)
sidekiq (= 6.2.1)
spring
spring-watcher-listen (~> 2.0.0)
tzinfo-data
Expand Down