diff --git a/Gemfile.lock b/Gemfile.lock index b5fd14c3..62b03c51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,7 @@ GEM childprocess (4.1.0) coderay (1.1.3) concurrent-ruby (1.2.2) - connection_pool (2.2.5) + connection_pool (2.4.0) crass (1.0.6) cuprite (0.14.3) capybara (~> 3.0) @@ -380,7 +380,7 @@ GEM redcarpet (3.5.1) redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.12.1) + redis-client (0.14.1) connection_pool regexp_parser (2.7.0) reline (0.3.1) @@ -460,10 +460,11 @@ GEM semantic_range (3.0.0) shoulda-matchers (5.1.0) activesupport (>= 5.2.0) - sidekiq (6.5.4) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.5.0) + sidekiq (7.0.8) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) simple_form (5.2.0) actionpack (>= 5.2) activemodel (>= 5.2)