diff --git a/sidekiq/Gemfile.lock b/sidekiq/Gemfile.lock index d7df7cd..7183c87 100644 --- a/sidekiq/Gemfile.lock +++ b/sidekiq/Gemfile.lock @@ -1,17 +1,15 @@ GEM remote: https://rubygems.org/ specs: - concurrent-ruby (1.0.5) - connection_pool (2.2.1) - rack (1.6.9) - rack-protection (1.5.3) + connection_pool (2.2.5) + rack (2.2.3) + rack-protection (2.1.0) rack - redis (3.3.3) - sidekiq (5.0.0) - concurrent-ruby (~> 1.0) - connection_pool (~> 2.2, >= 2.2.0) + redis (4.4.0) + sidekiq (5.2.0) + connection_pool (~> 2.2, >= 2.2.2) rack-protection (>= 1.5.0) - redis (~> 3.3, >= 3.3.3) + redis (>= 3.3.5, < 5) PLATFORMS ruby