From fcff3d98bb62122efec43fce757de28484204926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 15:06:41 +0000 Subject: [PATCH] Bump sidekiq from 6.0.7 to 6.4.0 Bumps [sidekiq](https://github.com/mperham/sidekiq) from 6.0.7 to 6.4.0. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/mperham/sidekiq/compare/v6.0.7...v6.4.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index b1565e3..c4cda24 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'devise', '~> 4.7', '>= 4.7.1' gem 'friendly_id', '~> 5.3' -gem 'sidekiq', '~> 6.0', '>= 6.0.1' +gem 'sidekiq', '~> 6.4' # 第三方登入 gem 'omniauth', '~> 1.9', '>= 1.9.1' gem 'omniauth-google-oauth2', '~> 0.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index f3fcc5a..df90308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM xpath (~> 3.2) childprocess (3.0.0) concurrent-ruby (1.1.6) - connection_pool (2.2.3) + connection_pool (2.2.5) crass (1.0.6) devise (4.7.1) bcrypt (~> 3.0) @@ -195,8 +195,6 @@ GEM puma (4.3.5) nio4r (~> 2.0) rack (2.2.3) - rack-protection (2.0.8.1) - rack rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -239,7 +237,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.2.0) + redis (4.5.1) regexp_parser (1.7.1) responders (3.0.1) actionpack (>= 5.0) @@ -276,11 +274,10 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - sidekiq (6.0.7) + sidekiq (6.4.0) 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) @@ -359,7 +356,7 @@ DEPENDENCIES rspec-rails (~> 4.0) sass-rails (>= 6) selenium-webdriver - sidekiq (~> 6.0, >= 6.0.1) + sidekiq (~> 6.4) spring spring-watcher-listen (~> 2.0.0) turbolinks (~> 5)