diff --git a/Gemfile.lock b/Gemfile.lock index e2e72de..8fd027b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM builder (3.2.4) coderay (1.1.2) concurrent-ruby (1.1.10) - connection_pool (2.2.5) + connection_pool (2.4.0) crass (1.0.6) erubi (1.10.0) fakeredis (0.7.0) @@ -87,7 +87,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) racc (1.6.2) - rack (2.2.6.2) + rack (2.2.6.4) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.8.1) @@ -116,7 +116,9 @@ GEM thor (>= 0.19.0, < 2.0) rainbow (3.0.0) rake (13.0.6) - redis (4.6.0) + redis (4.8.1) + redis-client (0.14.1) + connection_pool rubocop (0.74.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) @@ -129,10 +131,11 @@ GEM rack (>= 1.1) rubocop (>= 0.72.0) ruby-progressbar (1.10.1) - sidekiq (6.4.1) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.0.9) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) sprockets (4.0.3) concurrent-ruby (~> 1.0) rack (> 1, < 3)