diff --git a/Gemfile b/Gemfile index 697b016..b1eec79 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'pg', '~> 1.2.3' gem 'dotenv-rails', '~> 2.7.6' # Async worker -gem 'sidekiq', '~> 6.1.0' +gem 'sidekiq', '~> 6.2.1' # Nullify blank strings before saving to db gem 'nilify_blanks', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index 8ccc13e..9253efd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ GEM uniform_notifier (~> 1.11) byebug (11.1.3) concurrent-ruby (1.1.6) - connection_pool (2.2.3) + connection_pool (2.2.5) crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.6) @@ -241,7 +241,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.2.1) + redis (4.4.0) reek (6.0.1) kwalify (~> 0.7.0) parser (>= 2.5.0.0, < 2.8, != 2.5.1.1) @@ -307,7 +307,7 @@ GEM faraday (>= 1.0) shoulda-matchers (4.3.0) activesupport (>= 4.2.0) - sidekiq (6.1.0) + sidekiq (6.2.1) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -381,7 +381,7 @@ DEPENDENCIES rubocop-rails (~> 2.6.0) sentry-raven (~> 3.0.0) shoulda-matchers (~> 4.3.0) - sidekiq (~> 6.1.0) + sidekiq (~> 6.2.1) simplecov (~> 0.18.5) spring (~> 2.1.0) spring-watcher-listen (~> 2.0.0)