From ecdcb7e2176cc9d879c2237a4e3c16d9fa5a148a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 01:48:53 +0000 Subject: [PATCH] Bump sidekiq and rails Bumps [sidekiq](https://github.com/sidekiq/sidekiq) and [rails](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `sidekiq` from 7.3.9 to 8.0.3 - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](https://github.com/sidekiq/sidekiq/compare/v7.3.9...v8.0.3) Updates `rails` from 6.1.7.10 to 8.0.2 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.7.10...v8.0.2) --- updated-dependencies: - dependency-name: sidekiq dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: rails dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 4 +- Gemfile.lock | 206 ++++++++++++++++++++++++++++++--------------------- 2 files changed, 123 insertions(+), 87 deletions(-) diff --git a/Gemfile b/Gemfile index 27fc5286e..e471ea4d8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby "~> 3.2" # Server core -gem 'rails', '~> 6.1' +gem 'rails', '~> 8.0' #gem 'puma', '~> 5.6' gem 'passenger' @@ -100,7 +100,7 @@ gem 'word_count_analyzer' gem 'will_paginate', '~> 4.0' # Workers -gem 'sidekiq', '~> 7.3.9' +gem 'sidekiq', '~> 8.0.3' gem 'redis', '~> 5.1.0' # Exports diff --git a/Gemfile.lock b/Gemfile.lock index 9305c72a6..41849954d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,44 +62,49 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (6.1.7.10) - actionpack (= 6.1.7.10) - activesupport (= 6.1.7.10) + actioncable (8.0.2) + actionpack (= 8.0.2) + activesupport (= 8.0.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.7.10) - actionpack (= 6.1.7.10) - activejob (= 6.1.7.10) - activerecord (= 6.1.7.10) - activestorage (= 6.1.7.10) - activesupport (= 6.1.7.10) - mail (>= 2.7.1) - actionmailer (6.1.7.10) - actionpack (= 6.1.7.10) - actionview (= 6.1.7.10) - activejob (= 6.1.7.10) - activesupport (= 6.1.7.10) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 2.0) - actionpack (6.1.7.10) - actionview (= 6.1.7.10) - activesupport (= 6.1.7.10) - rack (~> 2.0, >= 2.0.9) + zeitwerk (~> 2.6) + actionmailbox (8.0.2) + actionpack (= 8.0.2) + activejob (= 8.0.2) + activerecord (= 8.0.2) + activestorage (= 8.0.2) + activesupport (= 8.0.2) + mail (>= 2.8.0) + actionmailer (8.0.2) + actionpack (= 8.0.2) + actionview (= 8.0.2) + activejob (= 8.0.2) + activesupport (= 8.0.2) + mail (>= 2.8.0) + rails-dom-testing (~> 2.2) + actionpack (8.0.2) + actionview (= 8.0.2) + activesupport (= 8.0.2) + nokogiri (>= 1.8.5) + rack (>= 2.2.4) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.7.10) - actionpack (= 6.1.7.10) - activerecord (= 6.1.7.10) - activestorage (= 6.1.7.10) - activesupport (= 6.1.7.10) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actiontext (8.0.2) + actionpack (= 8.0.2) + activerecord (= 8.0.2) + activestorage (= 8.0.2) + activesupport (= 8.0.2) + globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (6.1.7.10) - activesupport (= 6.1.7.10) + actionview (8.0.2) + activesupport (= 8.0.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) active_record_union (1.3.0) activerecord (>= 4.0) active_storage_validations (2.0.3) @@ -108,31 +113,38 @@ GEM activestorage (>= 6.1.4) activesupport (>= 6.1.4) marcel (>= 1.0.3) - activejob (6.1.7.10) - activesupport (= 6.1.7.10) + activejob (8.0.2) + activesupport (= 8.0.2) globalid (>= 0.3.6) - activemodel (6.1.7.10) - activesupport (= 6.1.7.10) + activemodel (8.0.2) + activesupport (= 8.0.2) activemodel-serializers-xml (1.0.3) activemodel (>= 5.0.0.a) activesupport (>= 5.0.0.a) builder (~> 3.1) - activerecord (6.1.7.10) - activemodel (= 6.1.7.10) - activesupport (= 6.1.7.10) - activestorage (6.1.7.10) - actionpack (= 6.1.7.10) - activejob (= 6.1.7.10) - activerecord (= 6.1.7.10) - activesupport (= 6.1.7.10) + activerecord (8.0.2) + activemodel (= 8.0.2) + activesupport (= 8.0.2) + timeout (>= 0.4.0) + activestorage (8.0.2) + actionpack (= 8.0.2) + activejob (= 8.0.2) + activerecord (= 8.0.2) + activesupport (= 8.0.2) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (6.1.7.10) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (8.0.2) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) acts_as_list (1.2.4) activerecord (>= 6.1) activesupport (>= 6.1) @@ -1845,6 +1857,8 @@ GEM dotenv-rails (3.1.8) dotenv (= 3.1.8) railties (>= 6.1) + drb (2.2.3) + erb (5.0.1) erubi (1.13.1) event_emitter (0.2.6) eventmachine (1.2.7) @@ -1923,6 +1937,11 @@ GEM inline_svg (1.10.0) activesupport (>= 3.0) nokogiri (>= 1.6) + io-console (0.8.0) + irb (1.15.2) + pp (>= 0.6.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) jmespath (1.6.2) json (2.11.3) jwt (2.2.3) @@ -1959,7 +1978,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - loofah (2.24.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -2036,9 +2055,15 @@ GEM paypalhttp (1.0.1) pg (1.5.9) pkg-config (1.6.2) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) + psych (5.2.6) + date + stringio public_suffix (6.0.2) puma (5.6.9) nio4r (~> 2.0) @@ -2047,32 +2072,33 @@ GEM pundit (2.5.0) activesupport (>= 3.0.0) racc (1.8.1) - rack (2.2.13) + rack (3.1.15) rack-mini-profiler (3.3.1) rack (>= 1.2.0) rack-proxy (0.7.7) rack + rack-session (2.1.1) + base64 (>= 0.1.0) + rack (>= 3.0.0) rack-test (2.2.0) rack (>= 1.3) - rackup (1.0.1) - rack (< 3) - webrick - rails (6.1.7.10) - actioncable (= 6.1.7.10) - actionmailbox (= 6.1.7.10) - actionmailer (= 6.1.7.10) - actionpack (= 6.1.7.10) - actiontext (= 6.1.7.10) - actionview (= 6.1.7.10) - activejob (= 6.1.7.10) - activemodel (= 6.1.7.10) - activerecord (= 6.1.7.10) - activestorage (= 6.1.7.10) - activesupport (= 6.1.7.10) + rackup (2.2.1) + rack (>= 3) + rails (8.0.2) + actioncable (= 8.0.2) + actionmailbox (= 8.0.2) + actionmailer (= 8.0.2) + actionpack (= 8.0.2) + actiontext (= 8.0.2) + actionview (= 8.0.2) + activejob (= 8.0.2) + activemodel (= 8.0.2) + activerecord (= 8.0.2) + activestorage (= 8.0.2) + activesupport (= 8.0.2) bundler (>= 1.15.0) - railties (= 6.1.7.10) - sprockets-rails (>= 2.0.0) - rails-dom-testing (2.2.0) + railties (= 8.0.2) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -2092,16 +2118,21 @@ GEM turbo-rails (>= 1.0, < 3) rails_gravatar (1.0.4) actionview - railties (6.1.7.10) - actionpack (= 6.1.7.10) - activesupport (= 6.1.7.10) - method_source + railties (8.0.2) + actionpack (= 8.0.2) + activesupport (= 8.0.2) + irb (~> 1.13) + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) + rdoc (6.14.0) + erb + psych (>= 4.0.0) react-rails (3.2.1) babel-transpiler (>= 0.7.0) connection_pool @@ -2113,6 +2144,8 @@ GEM redis-client (>= 0.17.0) redis-client (0.24.0) connection_pool + reline (0.6.1) + io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) @@ -2145,6 +2178,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt + securerandom (0.4.1) selenium-webdriver (4.31.0) base64 (~> 0.2) logger (~> 1.4) @@ -2158,12 +2192,12 @@ GEM sentry-ruby (5.23.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sidekiq (7.3.9) - base64 - connection_pool (>= 2.3.0) - logger - rack (>= 2.2.4) - redis-client (>= 0.22.2) + sidekiq (8.0.3) + connection_pool (>= 2.5.0) + json (>= 2.9.0) + logger (>= 1.6.2) + rack (>= 3.1.0) + redis-client (>= 0.23.2) simplecov (0.13.0) docile (~> 1.1.0) json (>= 1.8, < 3) @@ -2187,6 +2221,7 @@ GEM sqlite3 (1.7.3-x86_64-linux) stackprof (0.2.27) statsd-ruby (1.5.0) + stringio (3.1.7) stripe (15.1.0) stripe_event (2.12.0) activesupport (>= 3.1) @@ -2211,6 +2246,8 @@ GEM uglifier (4.2.1) execjs (>= 0.3.0, < 3) uniform_notifier (1.16.0) + uri (1.0.3) + useragent (0.16.11) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.1) @@ -2223,7 +2260,6 @@ GEM rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) - webrick (1.9.1) websocket (1.2.11) websocket-client-simple (0.9.0) base64 @@ -2237,7 +2273,7 @@ GEM will_paginate (4.0.1) word_count_analyzer (1.0.1) engtagger - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS x86_64-linux @@ -2291,7 +2327,7 @@ DEPENDENCIES pry puma-heroku rack-mini-profiler - rails (~> 6.1) + rails (~> 8.0) rails-jquery-autocomplete rails-ujs rails_admin @@ -2304,7 +2340,7 @@ DEPENDENCIES sentry-rails sentry-ruby serendipitous! - sidekiq (~> 7.3.9) + sidekiq (~> 8.0.3) slack-notifier spring sprockets (~> 4.2.0)