diff --git a/Gemfile.lock b/Gemfile.lock index 46c40fc517..e8a9ebe430 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM cliver (0.3.2) coderay (1.1.3) concurrent-ruby (1.1.9) - connection_pool (2.2.5) + connection_pool (2.3.0) crack (0.4.5) rexml crass (1.0.6) @@ -354,7 +354,7 @@ GEM puma (5.5.2) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.5) rack-attack (6.5.0) rack (>= 1.0, < 3) rack-protection (2.1.0) @@ -408,7 +408,8 @@ GEM execjs railties (>= 3.2) tilt - redis (4.4.0) + redis-client (0.12.0) + connection_pool reek (6.0.6) kwalify (~> 0.7.0) parser (~> 3.0.0) @@ -493,10 +494,11 @@ GEM faraday shoulda-matchers (5.0.0) activesupport (>= 5.2.0) - sidekiq (6.2.2) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.0.3) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11)