diff --git a/Gemfile b/Gemfile index f92e216..4d474d0 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem "webpacker", ">= 4" gem "searchkick", "~> 3" # Jerbs -gem "sidekiq", "~> 6" +gem "sidekiq", "~> 7" gem "sidekiq-cron", "~> 1" # Payment stuff diff --git a/Gemfile.lock b/Gemfile.lock index 52ceac9..a35fbc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM builder (3.2.4) coderay (1.1.3) concurrent-ruby (1.1.10) - connection_pool (2.2.5) + connection_pool (2.4.0) crass (1.0.6) database_cleaner (1.8.5) datetime_picker_rails (0.0.7) @@ -243,7 +243,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.6.1) - rack (2.2.6.3) + rack (2.2.6.4) rack-protection (2.0.8.1) rack rack-proxy (0.6.5) @@ -286,7 +286,9 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.5.1) + redis (4.8.1) + redis-client (0.14.1) + connection_pool regexp_parser (1.8.2) responders (3.0.1) actionpack (>= 5.0) @@ -355,10 +357,11 @@ GEM ruby_http_client (~> 3.4) shoulda-matchers (3.1.3) activesupport (>= 4.0.0) - sidekiq (6.4.0) - connection_pool (>= 2.2.2) - rack (~> 2.0) - redis (>= 4.2.0) + sidekiq (7.0.8) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) sidekiq-cron (1.2.0) fugit (~> 1.1) sidekiq (>= 4.2.1) @@ -472,7 +475,7 @@ DEPENDENCIES searchkick (~> 3) sendgrid-ruby (~> 6.3) shoulda-matchers (~> 3.1) - sidekiq (~> 6) + sidekiq (~> 7) sidekiq-cron (~> 1) simple_form (~> 5) simplecov