diff --git a/Gemfile.lock b/Gemfile.lock index 1a8d789..4b5a083 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,19 +1,19 @@ GEM remote: https://rubygems.org/ specs: - concurrent-ruby (1.0.2) - connection_pool (2.2.0) - rack (2.0.1) - rack-protection (1.5.3) - rack - redis (3.3.1) + concurrent-ruby (1.2.2) + connection_pool (2.4.0) + rack (3.0.7) + redis (3.3.5) + redis-client (0.14.1) + connection_pool redis-namespace (1.5.2) redis (~> 3.0, >= 3.0.4) - sidekiq (4.2.3) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) - rack-protection (>= 1.5.0) - redis (~> 3.2, >= 3.2.1) + sidekiq (7.0.8) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) PLATFORMS ruby