From 7686f4b3c558895e67450e68c1369d333cd4620a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:49:47 +0000 Subject: [PATCH] chore(deps): update all minor, or patch dependencies on bundler --- Gemfile | 12 +- Gemfile.lock | 337 ++++++++++++++++++++++++++++----------------------- 2 files changed, 191 insertions(+), 158 deletions(-) diff --git a/Gemfile b/Gemfile index 2baecf567..ce7373277 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 7.0.5' +gem 'rails', '~> 7.2.0' # Use Puma as the app server gem 'puma', '~> 6.0' # Use SCSS for stylesheets @@ -16,7 +16,7 @@ gem 'cssbundling-rails' # Use Active Model has_secure_password # gem 'bcrypt', '~> 3.1.7' # Use Prometheus client -gem 'prometheus-client', '~> 4.0.0' +gem 'prometheus-client', '~> 4.2.0' gem 'icalendar' gem 'rack-cors' @@ -39,7 +39,7 @@ group :development, :test do gem 'committee' gem 'committee-rails' gem 'simplecov' - gem 'rubocop', '~> 1.56.0' + gem 'rubocop', '~> 1.68.0' gem 'rubocop-rails' gem 'rubocop-rspec' gem 'annotate', require: false @@ -94,7 +94,7 @@ gem 'redcarpet' # processing images gem "uppy-s3_multipart", "~> 1.0" -gem "image_processing", "~> 1.12.2" +gem "image_processing", "~> 1.13.0" gem 'awesome_nested_set' gem 'aws-sdk-rails' @@ -113,11 +113,11 @@ gem "aws-sdk-ssm" gem 'active_hash' -gem "turbo-rails", "2.0.5" +gem "turbo-rails", "2.0.11" gem 'slack-ruby-client' -gem 'nokogiri', '1.16.5' +gem 'nokogiri', '1.16.7' gem 'faraday-retry' diff --git a/Gemfile.lock b/Gemfile.lock index 8b29ff523..a709c5f71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,83 +1,89 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) + actioncable (7.2.2) + actionpack (= 7.2.2) + activesupport (= 7.2.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.8.1) - actionpack (= 7.0.8.1) - activejob (= 7.0.8.1) - activerecord (= 7.0.8.1) - activestorage (= 7.0.8.1) - activesupport (= 7.0.8.1) - mail (>= 2.7.1) - net-imap - net-pop - net-smtp - actionmailer (7.0.8.1) - actionpack (= 7.0.8.1) - actionview (= 7.0.8.1) - activejob (= 7.0.8.1) - activesupport (= 7.0.8.1) - mail (~> 2.5, >= 2.5.4) - net-imap - net-pop - net-smtp - rails-dom-testing (~> 2.0) - actionpack (7.0.8.1) - actionview (= 7.0.8.1) - activesupport (= 7.0.8.1) - rack (~> 2.0, >= 2.2.4) + zeitwerk (~> 2.6) + actionmailbox (7.2.2) + actionpack (= 7.2.2) + activejob (= 7.2.2) + activerecord (= 7.2.2) + activestorage (= 7.2.2) + activesupport (= 7.2.2) + mail (>= 2.8.0) + actionmailer (7.2.2) + actionpack (= 7.2.2) + actionview (= 7.2.2) + activejob (= 7.2.2) + activesupport (= 7.2.2) + mail (>= 2.8.0) + rails-dom-testing (~> 2.2) + actionpack (7.2.2) + actionview (= 7.2.2) + activesupport (= 7.2.2) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4, < 3.2) + rack-session (>= 1.0.1) rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.8.1) - actionpack (= 7.0.8.1) - activerecord (= 7.0.8.1) - activestorage (= 7.0.8.1) - activesupport (= 7.0.8.1) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actiontext (7.2.2) + actionpack (= 7.2.2) + activerecord (= 7.2.2) + activestorage (= 7.2.2) + activesupport (= 7.2.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8.1) - activesupport (= 7.0.8.1) + actionview (7.2.2) + activesupport (= 7.2.2) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - active_hash (3.1.1) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + active_hash (3.3.1) activesupport (>= 5.0.0) - activejob (7.0.8.1) - activesupport (= 7.0.8.1) + activejob (7.2.2) + activesupport (= 7.2.2) globalid (>= 0.3.6) - activemodel (7.0.8.1) - activesupport (= 7.0.8.1) - activerecord (7.0.8.1) - activemodel (= 7.0.8.1) - activesupport (= 7.0.8.1) - activerecord-nulldb-adapter (1.0.1) - activerecord (>= 5.2.0, < 7.2) - activestorage (7.0.8.1) - actionpack (= 7.0.8.1) - activejob (= 7.0.8.1) - activerecord (= 7.0.8.1) - activesupport (= 7.0.8.1) + activemodel (7.2.2) + activesupport (= 7.2.2) + activerecord (7.2.2) + activemodel (= 7.2.2) + activesupport (= 7.2.2) + timeout (>= 0.4.0) + activerecord-nulldb-adapter (1.1.1) + activerecord (>= 6.0, < 8.1) + activestorage (7.2.2) + actionpack (= 7.2.2) + activejob (= 7.2.2) + activerecord (= 7.2.2) + activesupport (= 7.2.2) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.8.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.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) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) annotate (3.2.0) activerecord (>= 3.2, < 8.0) rake (>= 10.4, < 14.0) ast (2.4.2) - awesome_nested_set (3.6.0) - activerecord (>= 4.0.0, < 7.2) + awesome_nested_set (3.8.0) + activerecord (>= 4.0.0, < 8.1) aws-eventstream (1.2.0) aws-partitions (1.817.0) aws-record (2.7.0) @@ -96,34 +102,38 @@ GEM aws-sdk-kms (1.58.0) aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) - aws-sdk-medialive (1.89.0) - aws-sdk-core (~> 3, >= 3.127.0) + aws-sdk-medialive (1.108.0) + aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) - aws-sdk-mediapackage (1.56.0) - aws-sdk-core (~> 3, >= 3.127.0) + aws-sdk-mediapackage (1.65.0) + aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) - aws-sdk-mediapackagev2 (1.5.0) + aws-sdk-mediapackagev2 (1.6.0) aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) - aws-sdk-rails (3.6.3) + aws-sdk-rails (3.7.1) aws-record (~> 2) aws-sdk-ses (~> 1) + aws-sdk-sesv2 (~> 1) aws-sdk-sqs (~> 1) aws-sessionstore-dynamodb (~> 2) concurrent-ruby (~> 1) railties (>= 5.2.0) - aws-sdk-s3 (1.114.0) - aws-sdk-core (~> 3, >= 3.127.0) + aws-sdk-s3 (1.126.0) + aws-sdk-core (~> 3, >= 3.174.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) aws-sdk-ses (1.47.0) aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) + aws-sdk-sesv2 (1.39.0) + aws-sdk-core (~> 3, >= 3.177.0) + aws-sigv4 (~> 1.1) aws-sdk-sqs (1.51.1) aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) - aws-sdk-ssm (1.139.0) - aws-sdk-core (~> 3, >= 3.127.0) + aws-sdk-ssm (1.157.0) + aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) aws-sessionstore-dynamodb (2.0.1) aws-sdk-dynamodb (~> 1) @@ -131,11 +141,13 @@ GEM aws-sigv4 (1.5.1) aws-eventstream (~> 1, >= 1.0.2) base64 (0.1.1) + benchmark (0.4.0) + bigdecimal (3.1.8) bindex (0.8.1) - bootsnap (1.13.0) + bootsnap (1.18.4) msgpack (~> 1.2) builder (3.3.0) - bullet (7.0.3) + bullet (7.2.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -145,15 +157,16 @@ GEM json_schema (~> 0.14, >= 0.14.3) openapi_parser (~> 1.0) rack (>= 1.5) - committee-rails (0.6.1) + committee-rails (0.7.0) actionpack activesupport - committee (>= 4.4.0) + committee (>= 5.0.0) railties concurrent-ruby (1.3.4) + connection_pool (2.4.1) content_disposition (1.0.0) crass (1.0.6) - cssbundling-rails (1.4.0) + cssbundling-rails (1.4.1) railties (>= 6.0.0) csv (3.3.0) date (3.3.4) @@ -161,8 +174,9 @@ GEM docile (1.4.0) down (5.3.1) addressable (~> 2.8) + drb (2.2.1) erubi (1.13.0) - execjs (2.8.1) + execjs (2.10.0) factory_bot (6.2.1) activesupport (>= 5.0.0) factory_bot_rails (6.2.0) @@ -178,7 +192,7 @@ GEM faraday-multipart (1.0.4) multipart-post (~> 2) faraday-net_http (3.0.2) - faraday-retry (2.0.0) + faraday-retry (2.2.1) faraday (~> 2.0) ffi (1.17.0) fileutils (1.7.2) @@ -189,17 +203,22 @@ GEM hashie (5.0.0) i18n (1.14.5) concurrent-ruby (~> 1.0) - icalendar (2.8.0) + icalendar (2.10.3) ice_cube (~> 0.16) + ostruct ice_cube (0.16.4) - image_processing (1.12.2) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - jbuilder (2.11.5) + io-console (0.7.2) + irb (1.14.1) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.1) - jsbundling-rails (1.3.0) + jsbundling-rails (1.3.1) railties (>= 6.0.0) json (2.7.2) json_schema (0.21.0) @@ -237,7 +256,7 @@ GEM net-smtp (0.3.4) net-protocol nio4r (2.7.3) - nokogiri (1.16.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (2.0.8) @@ -251,13 +270,13 @@ GEM hashie (>= 3.4.6) rack (>= 2.2.3) rack-protection - omniauth-auth0 (3.0.0) - omniauth (~> 2.0) - omniauth-oauth2 (~> 1.7) + omniauth-auth0 (3.1.1) + omniauth (~> 2) + omniauth-oauth2 (~> 1) omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) omniauth (~> 2.0) - omniauth-rails_csrf_protection (1.0.1) + omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) openapi_parser (1.0.0) @@ -437,32 +456,34 @@ GEM opentelemetry-semantic_conventions (>= 1.8.0) opentelemetry-registry (0.3.1) opentelemetry-api (~> 1.1) - opentelemetry-sdk (1.2.0) + opentelemetry-sdk (1.2.1) opentelemetry-api (~> 1.1) opentelemetry-common (~> 0.19.3) opentelemetry-registry (~> 0.2) opentelemetry-semantic_conventions opentelemetry-semantic_conventions (1.8.0) opentelemetry-api (~> 1.0) + ostruct (0.6.1) parallel (1.25.1) parser (3.3.4.0) ast (~> 2.4.1) racc pluginator (1.5.0) - pre-commit (0.39.0) + pre-commit (0.40.0) pluginator (~> 1.5) - prometheus-client (4.0.0) + prometheus-client (4.2.3) + base64 pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - pry-rails (0.3.9) - pry (>= 0.10.4) - psych (5.0.0) + pry-rails (0.3.11) + pry (>= 0.13.0) + psych (5.2.0) stringio public_suffix (5.0.3) puma (6.4.3) nio4r (~> 2.0) - pundit (2.2.0) + pundit (2.4.0) activesupport (>= 3.0.0) racc (1.8.1) rack (2.2.9) @@ -470,23 +491,28 @@ GEM rack (>= 2.0.0) rack-protection (2.2.2) rack + rack-session (1.0.2) + rack (< 3) rack-test (2.1.0) rack (>= 1.3) - rack-timeout (0.6.3) - rails (7.0.8.1) - actioncable (= 7.0.8.1) - actionmailbox (= 7.0.8.1) - actionmailer (= 7.0.8.1) - actionpack (= 7.0.8.1) - actiontext (= 7.0.8.1) - actionview (= 7.0.8.1) - activejob (= 7.0.8.1) - activemodel (= 7.0.8.1) - activerecord (= 7.0.8.1) - activestorage (= 7.0.8.1) - activesupport (= 7.0.8.1) + rack-timeout (0.7.0) + rackup (1.0.1) + rack (< 3) + webrick + rails (7.2.2) + actioncable (= 7.2.2) + actionmailbox (= 7.2.2) + actionmailer (= 7.2.2) + actionpack (= 7.2.2) + actiontext (= 7.2.2) + actionview (= 7.2.2) + activejob (= 7.2.2) + activemodel (= 7.2.2) + activerecord (= 7.2.2) + activestorage (= 7.2.2) + activesupport (= 7.2.2) bundler (>= 1.15.0) - railties (= 7.0.8.1) + railties (= 7.2.2) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -494,25 +520,30 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails_autolink (1.1.6) - rails (> 3.1) - railties (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) - method_source + rails_autolink (1.1.8) + actionview (> 3.1) + activesupport (> 3.1) + railties (> 3.1) + railties (7.2.2) + actionpack (= 7.2.2) + activesupport (= 7.2.2) + irb (~> 1.13) + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) - zeitwerk (~> 2.5) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.5.2) + rbs (3.6.1) logger - rbs_rails (0.12.0) + rbs_rails (0.12.1) parser rbs (>= 1) + rdoc (6.7.0) + psych (>= 4.0.0) redcarpet (3.6.0) redis (4.8.0) redis-actionpack (5.3.0) @@ -532,6 +563,8 @@ GEM redis-store (1.9.1) redis (>= 4, < 5) regexp_parser (2.9.2) + reline (0.5.11) + io-console (~> 0.5) rexml (3.3.6) strscan roda (3.59.0) @@ -548,7 +581,7 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -557,26 +590,25 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-rails (2.21.1) + rubocop-rails (2.27.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (3.0.0) - rubocop (~> 1.40) + rubocop (>= 1.52.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rspec (3.2.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby-vips (2.1.4) ffi (~> 1.12) @@ -595,31 +627,31 @@ GEM seed-fu (2.3.9) activerecord (>= 3.1) activesupport (>= 3.1) - sentry-opentelemetry (5.9.0) + sentry-opentelemetry (5.21.0) opentelemetry-sdk (~> 1.0) - sentry-ruby (~> 5.9.0) - sentry-rails (5.9.0) + sentry-ruby (~> 5.21.0) + sentry-rails (5.21.0) railties (>= 5.0) - sentry-ruby (~> 5.9.0) - sentry-ruby (5.9.0) + sentry-ruby (~> 5.21.0) + sentry-ruby (5.21.0) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - shrine (3.4.0) + shrine (3.6.0) content_disposition (~> 1.0) down (~> 5.1) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) slack-incoming-webhooks (0.3.0) - slack-ruby-client (2.0.0) + slack-ruby-client (2.4.0) faraday (>= 2.0) faraday-mashify faraday-multipart gli hashie - websocket-driver snaky_hash (2.0.0) hashie version_gem (~> 1.1) @@ -630,8 +662,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stackprof (0.2.25) - steep (1.7.1) + stackprof (0.2.26) + steep (1.8.3) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) @@ -642,7 +674,7 @@ GEM logger (>= 1.3.0) parser (>= 3.1) rainbow (>= 2.2.2, < 4.0) - rbs (>= 3.5.0.pre) + rbs (~> 3.6.0) securerandom (>= 0.1) strscan (>= 1.0.0) terminal-table (>= 2, < 4) @@ -652,26 +684,27 @@ GEM unicode-display_width (>= 1.1.1, < 3) thor (1.3.2) tilt (2.0.11) - timeout (0.3.2) - turbo-rails (2.0.5) + timeout (0.4.2) + turbo-rails (2.0.11) actionpack (>= 6.0.0) - activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) ulid (1.4.0) unicode-display_width (2.5.0) uniform_notifier (1.16.0) - uppy-s3_multipart (1.2.0) + uppy-s3_multipart (1.2.1) aws-sdk-s3 (~> 1.0) content_disposition (~> 1.0) roda (>= 2.27, < 4) + useragent (0.16.10) version_gem (1.1.0) - web-console (4.2.0) + web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) + webrick (1.9.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -703,25 +736,25 @@ DEPENDENCIES faraday-retry foreman icalendar - image_processing (~> 1.12.2) + image_processing (~> 1.13.0) jbuilder (~> 2.11) jsbundling-rails listen (~> 3.2) mysql2 (~> 0.5.6) - nokogiri (= 1.16.5) + nokogiri (= 1.16.7) omniauth-auth0 (~> 3.0) omniauth-rails_csrf_protection (~> 1.0) opentelemetry-instrumentation-all opentelemetry-sdk pre-commit - prometheus-client (~> 4.0.0) + prometheus-client (~> 4.2.0) pry-rails psych (< 6) puma (~> 6.0) pundit rack-cors rack-timeout - rails (~> 7.0.5) + rails (~> 7.2.0) rails_autolink rbs rbs_rails @@ -730,7 +763,7 @@ DEPENDENCIES rexml (~> 3.2, >= 3.2.4) rqrcode (~> 2.0) rspec-rails - rubocop (~> 1.56.0) + rubocop (~> 1.68.0) rubocop-rails rubocop-rspec sass-rails (>= 6) @@ -744,7 +777,7 @@ DEPENDENCIES slack-ruby-client stackprof steep - turbo-rails (= 2.0.5) + turbo-rails (= 2.0.11) tzinfo-data ulid uppy-s3_multipart (~> 1.0)