From 64983d3b236e134b1b2e37b9aa11a25277cc2f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:30:48 +0000 Subject: [PATCH] Bump sidekiq, sass-rails and sidekiq-unique-jobs Bumps [sidekiq](https://github.com/sidekiq/sidekiq), [sass-rails](https://github.com/rails/sass-rails) and [sidekiq-unique-jobs](https://github.com/mhenrixon/sidekiq-unique-jobs). These dependencies needed to be updated together. Updates `sidekiq` from 5.2.10 to 7.0.9 - [Release notes](https://github.com/sidekiq/sidekiq/releases) - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v5.2.10...v7.0.9) Updates `sass-rails` from 5.0.7 to 6.0.0 - [Release notes](https://github.com/rails/sass-rails/releases) - [Commits](https://github.com/rails/sass-rails/compare/v5.0.7...v6.0.0) Updates `sidekiq-unique-jobs` from 7.1.5 to 8.0.2 - [Release notes](https://github.com/mhenrixon/sidekiq-unique-jobs/releases) - [Changelog](https://github.com/mhenrixon/sidekiq-unique-jobs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mhenrixon/sidekiq-unique-jobs/compare/v7.1.5...v8.0.2) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production - dependency-name: sass-rails dependency-type: direct:production - dependency-name: sidekiq-unique-jobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 +-- Gemfile.lock | 88 ++++++++++++++++++++++++++-------------------------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/Gemfile b/Gemfile index 486c4bbfa..f5fa6920f 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'pg', '~> 1.3' # Use Puma as the app server gem 'puma', '~> 5.6' # Use SCSS for stylesheets -gem 'sass-rails', '~> 5.0' +gem 'sass-rails', '~> 6.0' gem 'bootstrap-sass', '~> 3.4.1' gem 'jquery-rails' # Use Uglifier as compressor for JavaScript assets @@ -31,7 +31,7 @@ gem 'bootsnap', '>= 1.1.0', require: false # gem 'bcrypt', '~> 3.1.7' gem 'sidekiq' gem 'sidekiq-congestion', '~> 0.1.0' -gem 'sidekiq-unique-jobs', '~> 7.1.0' +gem 'sidekiq-unique-jobs', '~> 8.0.2' gem 'sidekiq-logstash' gem 'flipper' gem 'flipper-active_record' diff --git a/Gemfile.lock b/Gemfile.lock index 79d3709c4..2b17ef06a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,17 +76,17 @@ GEM bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) - brpoplpush-redis_script (0.1.2) + brpoplpush-redis_script (0.1.3) concurrent-ruby (~> 1.0, >= 1.0.5) - redis (>= 1.0, <= 5.0) + redis (>= 1.0, < 6) builder (3.2.4) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) congestion (0.1.0) connection_pool (>= 2.0) redis (>= 3.1) - connection_pool (2.2.5) + connection_pool (2.4.0) crack (0.4.5) rexml crass (1.0.6) @@ -96,7 +96,7 @@ GEM diff-lcs (1.3) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - erubi (1.11.0) + erubi (1.12.0) erubis (2.7.0) execjs (2.8.1) factory_bot (6.2.1) @@ -150,13 +150,13 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - lograge (0.11.2) + lograge (0.12.0) actionpack (>= 4) activesupport (>= 4) railties (>= 4) request_store (~> 1.0) logstash-event (1.2.02) - loofah (2.19.1) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -167,8 +167,8 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_mime (1.1.2) - mini_portile2 (2.8.0) - minitest (5.17.0) + mini_portile2 (2.8.1) + minitest (5.18.0) msgpack (1.5.1) multi_json (1.13.1) multi_xml (0.6.0) @@ -176,7 +176,7 @@ GEM netrc (0.11.0) newrelic_rpm (8.8.0) nio4r (2.5.8) - nokogiri (1.13.10) + nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) oauth2 (1.4.0) @@ -215,13 +215,13 @@ GEM nio4r (~> 2.0) pundit (2.2.0) activesupport (>= 3.0.0) - racc (1.6.1) + racc (1.6.2) rack (2.2.6.4) - rack-cors (1.1.1) + rack-cors (2.0.1) rack (>= 2.0.0) rack-protection (2.0.8.1) rack - rack-test (2.0.2) + rack-test (2.1.0) rack (>= 1.3) rails (5.2.8.1) actioncable (= 5.2.8.1) @@ -243,7 +243,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.4) + rails-html-sanitizer (1.5.0) loofah (~> 2.19, >= 2.19.1) railties (5.2.8.1) actionpack (= 5.2.8.1) @@ -255,11 +255,14 @@ GEM rake (13.0.6) ranked-model (0.4.8) activerecord (>= 4.2) - rb-fsevent (0.11.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - redis (4.5.1) - request_store (1.4.1) + redis (5.0.6) + redis-client (>= 0.9.0) + redis-client (0.14.1) + connection_pool + request_store (1.5.1) rack (>= 1.4) responders (3.0.1) actionpack (>= 5.0) @@ -296,38 +299,35 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) ruby-progressbar (1.10.1) - sass (3.7.2) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - sass-rails (5.0.7) - railties (>= 4.0.0, < 6) - sass (~> 3.1) - sprockets (>= 2.8, < 4.0) - sprockets-rails (>= 2.0, < 4.0) - tilt (>= 1.1, < 3) + sass-rails (6.0.0) + sassc-rails (~> 2.1, >= 2.1.1) sassc (2.0.0) ffi (~> 1.9.6) rake + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt sentry-raven (2.13.0) faraday (>= 0.7.6, < 1.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.0.9) + concurrent-ruby (< 2) + connection_pool (>= 2.3.0) + rack (>= 2.2.4) + redis-client (>= 0.11.0) sidekiq-congestion (0.1.1) congestion (~> 0.1) sidekiq (>= 3.0) - sidekiq-logstash (1.2.0) + sidekiq-logstash (3.0.0) logstash-event (~> 1.2) - sidekiq (>= 3.0, < 6) - sidekiq-unique-jobs (7.1.5) + sidekiq (~> 7.0) + sidekiq-unique-jobs (8.0.2) brpoplpush-redis_script (> 0.1.1, <= 2.0.0) concurrent-ruby (~> 1.0, >= 1.0.5) - sidekiq (>= 5.0, < 7.0) - thor (>= 0.20, < 2.0) + sidekiq (>= 7.0.0, < 8.0.0) + thor (>= 1.0, < 3.0) simple_form (5.0.0) actionpack (>= 5.0) activemodel (>= 5.0) @@ -337,9 +337,9 @@ GEM spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (3.7.2) + sprockets (4.2.0) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) @@ -349,9 +349,9 @@ GEM activerecord (>= 5) thor (1.2.1) thread_safe (0.3.6) - tilt (2.0.8) + tilt (2.1.0) to_regexp (0.2.1) - tzinfo (1.2.10) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -412,12 +412,12 @@ DEPENDENCIES rest-client (> 2.0) rspec-rails (~> 3.8) rubocop - sass-rails (~> 5.0) + sass-rails (~> 6.0) sentry-raven sidekiq sidekiq-congestion (~> 0.1.0) sidekiq-logstash - sidekiq-unique-jobs (~> 7.1.0) + sidekiq-unique-jobs (~> 8.0.2) simple_form spring spring-commands-rspec