diff --git a/Gemfile b/Gemfile index b1ff85a..a0e95ed 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'carrierwave', '~> 2.1' gem 'mini_magick', '~> 4.10', '>= 4.10.1' gem 'validate_url', '~> 1.0', '>= 1.0.8' gem 'inline_svg', '~> 1.7', '>= 1.7.1' -gem 'sidekiq', '~> 6.0', '>= 6.0.6' +gem 'sidekiq', '~> 6.2' gem 'ransack', '~> 2.3', '>= 2.3.2' gem 'friendly_id', '~> 5.3' gem 'meta-tags', '~> 2.13' diff --git a/Gemfile.lock b/Gemfile.lock index 4cf1f04..3309d9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM mini_mime (>= 0.1.3) childprocess (3.0.0) concurrent-ruby (1.1.6) - connection_pool (2.2.2) + connection_pool (2.2.5) crass (1.0.6) devise (4.7.1) bcrypt (~> 3.0) @@ -162,8 +162,6 @@ GEM racc (1.5.2) racc (1.5.2-java) rack (2.2.3) - rack-protection (2.0.8.1) - rack rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -203,7 +201,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.1.3) + redis (4.4.0) regexp_parser (1.7.0) responders (3.0.0) actionpack (>= 5.0) @@ -229,11 +227,10 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - sidekiq (6.0.6) + sidekiq (6.2.1) connection_pool (>= 2.2.2) rack (~> 2.0) - rack-protection (>= 2.0.0) - redis (>= 4.1.0) + redis (>= 4.2.0) spring (2.1.0) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) @@ -309,7 +306,7 @@ DEPENDENCIES ransack (~> 2.3, >= 2.3.2) sass-rails (>= 6) selenium-webdriver - sidekiq (~> 6.0, >= 6.0.6) + sidekiq (~> 6.2) spring spring-watcher-listen (~> 2.0.0) turbolinks (~> 5)