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 @@ -113,7 +113,7 @@ group :production, :staging, :development, :test do

# Simple, efficient background processing for Ruby
# Read more: http://sidekiq.org/
gem 'sidekiq', '~> 6.5'
gem 'sidekiq', '~> 7.0'

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem 'sprockets-rails', '~> 3.4', '>= 3.4.2'
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
code_analyzer (0.5.5)
sexp_processor
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.3.0)
crass (1.0.6)
cssbundling-rails (1.1.1)
railties (>= 6.0.0)
Expand Down Expand Up @@ -282,7 +282,7 @@ GEM
activesupport (>= 3.0.0)
pwned (2.0.2)
racc (1.6.0)
rack (2.2.4)
rack (2.2.5)
rack-mini-profiler (3.0.0)
rack (>= 1.2.0)
rack-test (2.0.2)
Expand Down Expand Up @@ -330,6 +330,8 @@ GEM
rbs (2.6.0)
rbtree (0.4.5)
redis (4.8.0)
redis-client (0.12.0)
connection_pool
reek (6.1.1)
kwalify (~> 0.7.0)
parser (~> 3.1.0)
Expand Down Expand Up @@ -395,10 +397,11 @@ GEM
sexp_processor (4.16.1)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.5.0)
sidekiq (7.0.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
smart_properties (1.17.0)
sorted_set (1.0.3)
rbtree
Expand Down Expand Up @@ -509,7 +512,7 @@ DEPENDENCIES
rubocop-rspec (~> 2.12)
ruby-vips (~> 2.1, >= 2.1.4)
shoulda-matchers (~> 5.1)
sidekiq (~> 6.5)
sidekiq (~> 7.0)
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.1)
strong_migrations!
Expand Down