From 7e60384394eb6ab4059a61c36a04f821082e0648 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 03:02:32 +0000 Subject: [PATCH] chore(deps): update all minor, or patch dependencies on bundler --- Gemfile | 10 +- Gemfile.lock | 327 ++++++++++++++++++++++++++++----------------------- 2 files changed, 184 insertions(+), 153 deletions(-) diff --git a/Gemfile b/Gemfile index 4533c23eb..5f0f8ed88 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 @@ -19,7 +19,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' @@ -42,7 +42,7 @@ group :development, :test do gem 'committee' gem 'committee-rails' gem 'simplecov' - gem 'rubocop', '~> 1.56.0' + gem 'rubocop', '~> 1.65.0' gem 'rubocop-rails' gem 'rubocop-rspec' gem 'annotate', require: false @@ -97,7 +97,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' @@ -120,7 +120,7 @@ gem "turbo-rails" 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 a52ad44aa..245218211 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,83 +1,88 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) + actioncable (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) 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.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) + actionmailer (7.2.1) + actionpack (= 7.2.1) + actionview (= 7.2.1) + activejob (= 7.2.1) + activesupport (= 7.2.1) + mail (>= 2.8.0) + rails-dom-testing (~> 2.2) + actionpack (7.2.1) + actionview (= 7.2.1) + activesupport (= 7.2.1) + 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.1) + actionpack (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8.1) - activesupport (= 7.0.8.1) + actionview (7.2.1) + activesupport (= 7.2.1) 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.1) + activesupport (= 7.2.1) 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.1) + activesupport (= 7.2.1) + activerecord (7.2.1) + activemodel (= 7.2.1) + activesupport (= 7.2.1) + timeout (>= 0.4.0) + activerecord-nulldb-adapter (0.5.1) + activerecord (>= 5.2.0) + activestorage (7.2.1) + actionpack (= 7.2.1) + activejob (= 7.2.1) + activerecord (= 7.2.1) + activesupport (= 7.2.1) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.8.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.1) + base64 + 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 (2.1.6) + activerecord (>= 3.0.0) aws-eventstream (1.2.0) aws-partitions (1.817.0) aws-record (2.7.0) @@ -96,34 +101,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 +140,12 @@ GEM aws-sigv4 (1.5.1) aws-eventstream (~> 1, >= 1.0.2) base64 (0.1.1) + bigdecimal (3.1.8) bindex (0.8.1) - bootsnap (1.13.0) + bootsnap (1.18.4) msgpack (~> 1.2) builder (3.2.4) - bullet (7.0.3) + bullet (7.2.0) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -145,15 +155,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.3) + 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 +172,9 @@ GEM docile (1.4.0) down (5.3.1) addressable (~> 2.8) + drb (2.2.1) erubi (1.12.0) - execjs (2.8.1) + execjs (2.9.1) factory_bot (6.2.1) activesupport (>= 5.0.0) factory_bot_rails (6.2.0) @@ -178,7 +190,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 +201,21 @@ GEM hashie (5.0.0) i18n (1.14.5) concurrent-ruby (~> 1.0) - icalendar (2.8.0) + icalendar (2.10.2) ice_cube (~> 0.16) 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.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + jbuilder (2.12.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 +253,7 @@ GEM net-smtp (0.3.4) net-protocol nio4r (2.7.0) - nokogiri (1.16.5) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (2.0.8) @@ -251,13 +267,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,7 +453,7 @@ 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) @@ -449,20 +465,21 @@ GEM 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.1.2) stringio public_suffix (5.0.3) puma (6.4.2) nio4r (~> 2.0) - pundit (2.2.0) + pundit (2.3.2) activesupport (>= 3.0.0) racc (1.8.1) rack (2.2.8.1) @@ -470,23 +487,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.0) + rack (< 3) + webrick + rails (7.2.1) + actioncable (= 7.2.1) + actionmailbox (= 7.2.1) + actionmailer (= 7.2.1) + actionpack (= 7.2.1) + actiontext (= 7.2.1) + actionview (= 7.2.1) + activejob (= 7.2.1) + activemodel (= 7.2.1) + activerecord (= 7.2.1) + activestorage (= 7.2.1) + activesupport (= 7.2.1) bundler (>= 1.15.0) - railties (= 7.0.8.1) + railties (= 7.2.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -494,25 +516,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.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) + 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.1.0) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.5.2) + rbs (3.5.3) logger rbs_rails (0.12.0) 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 +559,8 @@ GEM redis-store (1.9.1) redis (>= 4, < 5) regexp_parser (2.9.2) + reline (0.5.9) + io-console (~> 0.5) rexml (3.3.4) strscan roda (3.59.0) @@ -548,35 +577,35 @@ GEM rspec-mocks (3.12.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.1) + rspec-rails (6.1.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.11) - rspec-expectations (~> 3.11) - rspec-mocks (~> 3.11) - rspec-support (~> 3.11) + rspec-core (~> 3.12) + rspec-expectations (~> 3.12) + rspec-mocks (~> 3.12) + rspec-support (~> 3.12) rspec-support (3.12.0) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.65.1) 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) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-rails (2.21.1) + rubocop-rails (2.25.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (3.0.0) - rubocop (~> 1.40) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rspec (3.0.4) + rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby-vips (2.1.4) ffi (~> 1.12) @@ -595,31 +624,31 @@ GEM seed-fu (2.3.9) activerecord (>= 3.1) activesupport (>= 3.1) - sentry-opentelemetry (5.9.0) + sentry-opentelemetry (5.19.0) opentelemetry-sdk (~> 1.0) - sentry-ruby (~> 5.9.0) - sentry-rails (5.9.0) + sentry-ruby (~> 5.19.0) + sentry-rails (5.19.0) railties (>= 5.0) - sentry-ruby (~> 5.9.0) - sentry-ruby (5.9.0) + sentry-ruby (~> 5.19.0) + sentry-ruby (5.19.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,7 +659,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stackprof (0.2.25) + stackprof (0.2.26) steep (1.7.1) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) @@ -652,8 +681,8 @@ GEM unicode-display_width (>= 1.1.1, < 3) thor (1.3.1) tilt (2.0.11) - timeout (0.3.2) - turbo-rails (2.0.5) + timeout (0.4.1) + turbo-rails (2.0.6) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) @@ -664,16 +693,18 @@ GEM concurrent-ruby (~> 1.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.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -705,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 @@ -732,7 +763,7 @@ DEPENDENCIES rexml (~> 3.2, >= 3.2.4) rqrcode (~> 2.0) rspec-rails - rubocop (~> 1.56.0) + rubocop (~> 1.65.0) rubocop-rails rubocop-rspec sass-rails (>= 6)