diff --git a/Gemfile.lock b/Gemfile.lock index f53aaff..df83fa0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.9) - connection_pool (2.2.5) + connection_pool (2.3.0) crass (1.0.6) draper (4.0.2) actionpack (>= 5.0) @@ -130,7 +130,7 @@ GEM puma (5.6.2) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.6.2) rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.1.4.1) @@ -164,7 +164,8 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rdoc (6.3.3) - redis (4.6.0) + redis-client (0.12.1) + connection_pool ref (2.0.0) request_store (1.5.0) rack (>= 1.4) @@ -190,10 +191,11 @@ GEM tilt sdoc (2.3.1) rdoc (>= 5.0, < 6.4.0) - sidekiq (6.4.1) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.0.5) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) spring (4.0.0) sprockets (4.0.2) concurrent-ruby (~> 1.0)