diff --git a/Gemfile b/Gemfile index ebd8d8c..97b9390 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'cancancan', '~> 1.10' gem 'carrierwave', '~> 1' gem 'omniauth' gem 'omniauth-github' -gem 'sidekiq', '~> 5' +gem 'sidekiq', '~> 7' gem 'redcarpet' gem 'rouge', '~> 2.0.6' gem 'acts-as-taggable-on' diff --git a/Gemfile.lock b/Gemfile.lock index 58e2114..c4b5eec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,8 +245,6 @@ GEM public_suffix (3.0.1) puma (3.11.0) rack (2.2.8) - rack-protection (3.0.6) - rack rack-test (0.6.3) rack (>= 1.0) rails (5.0.7.2) @@ -284,7 +282,10 @@ GEM ffi (~> 1.0) rdoc (4.3.0) redcarpet (3.4.0) - redis (4.5.1) + redis (5.0.7) + redis-client (>= 0.9.0) + redis-client (0.17.0) + connection_pool redis-namespace (1.6.0) redis (>= 3.0.4) responders (2.4.1) @@ -339,11 +340,11 @@ GEM shoulda-context (1.2.2) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - sidekiq (5.2.10) - connection_pool (~> 2.2, >= 2.2.2) - rack (~> 2.0) - rack-protection (>= 1.5.0) - redis (~> 4.5, < 4.6.0) + sidekiq (7.1.3) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.14.0) simple_form (3.5.0) actionpack (> 4, < 5.2) activemodel (> 4, < 5.2) @@ -456,7 +457,7 @@ DEPENDENCIES sdoc (~> 0.4.0) settingslogic shoulda - sidekiq (~> 5) + sidekiq (~> 7) simple_form simplecov slack-notifier