diff --git a/Gemfile b/Gemfile index dbfd49154..f3c9b4bc2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,10 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.3.0' +ruby '3.3.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 7.0.5' +gem 'rails', '~> 7.1.0' # Use Puma as the app server gem 'puma', '~> 6.0' # Use SCSS for stylesheets @@ -20,7 +20,7 @@ gem 'jbuilder', '~> 2.11' # 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' @@ -43,7 +43,7 @@ group :development, :test do gem 'committee' gem 'committee-rails' gem 'simplecov' - gem 'rubocop', '~> 1.56.0' + gem 'rubocop', '~> 1.63.0' gem 'rubocop-rails' gem 'rubocop-rspec' gem 'annotate', require: false @@ -121,6 +121,6 @@ gem "turbo-rails" gem 'slack-ruby-client' -gem 'nokogiri', '1.16.2' +gem 'nokogiri', '1.16.4' gem 'faraday-retry' diff --git a/Gemfile.lock b/Gemfile.lock index cd1b7a346..c3630c389 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,74 +1,84 @@ GEM remote: https://rubygems.org/ specs: - actioncable (7.0.8.1) - actionpack (= 7.0.8.1) - activesupport (= 7.0.8.1) + abbrev (0.1.2) + actioncable (7.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.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) + zeitwerk (~> 2.6) + actionmailbox (7.1.3.2) + actionpack (= 7.1.3.2) + activejob (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) 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) + actionmailer (7.1.3.2) + actionpack (= 7.1.3.2) + actionview (= 7.1.3.2) + activejob (= 7.1.3.2) + activesupport (= 7.1.3.2) 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) + rails-dom-testing (~> 2.2) + actionpack (7.1.3.2) + actionview (= 7.1.3.2) + activesupport (= 7.1.3.2) + nokogiri (>= 1.8.5) + racc + 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 (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) + actiontext (7.1.3.2) + actionpack (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8.1) - activesupport (= 7.0.8.1) + actionview (7.1.3.2) + activesupport (= 7.1.3.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.2.1) activesupport (>= 5.0.0) - activejob (7.0.8.1) - activesupport (= 7.0.8.1) + activejob (7.1.3.2) + activesupport (= 7.1.3.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) + activemodel (7.1.3.2) + activesupport (= 7.1.3.2) + activerecord (7.1.3.2) + activemodel (= 7.1.3.2) + activesupport (= 7.1.3.2) + timeout (>= 0.4.0) 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) + activestorage (7.1.3.2) + actionpack (= 7.1.3.2) + activejob (= 7.1.3.2) + activerecord (= 7.1.3.2) + activesupport (= 7.1.3.2) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (7.0.8.1) + activesupport (7.1.3.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) @@ -93,40 +103,44 @@ GEM aws-sdk-dynamodb (1.76.0) aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) - aws-sdk-ivs (1.23.0) - aws-sdk-core (~> 3, >= 3.127.0) + aws-sdk-ivs (1.39.0) + aws-sdk-core (~> 3, >= 3.177.0) aws-sigv4 (~> 1.1) 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) @@ -134,11 +148,12 @@ GEM aws-sigv4 (1.5.1) aws-eventstream (~> 1, >= 1.0.2) base64 (0.1.1) + bigdecimal (3.1.7) bindex (0.8.1) - bootsnap (1.13.0) + bootsnap (1.18.3) msgpack (~> 1.2) builder (3.2.4) - bullet (7.0.3) + bullet (7.1.6) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) @@ -147,21 +162,24 @@ 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.2.3) + connection_pool (2.4.1) content_disposition (1.0.0) crass (1.0.6) + csv (3.3.0) date (3.3.4) diff-lcs (1.5.0) 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) @@ -177,21 +195,26 @@ 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.15.5) + fileutils (1.7.2) gli (2.21.0) globalid (1.2.1) activesupport (>= 6.1) hashie (5.0.0) i18n (1.14.4) concurrent-ruby (~> 1.0) - icalendar (2.8.0) + icalendar (2.10.1) ice_cube (~> 0.16) ice_cube (0.16.4) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) + io-console (0.7.2) + irb (1.12.0) + rdoc + reline (>= 0.4.2) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -200,9 +223,10 @@ GEM json_schema (0.21.0) jwt (2.5.0) language_server-protocol (3.17.0.1) - listen (3.7.1) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.6.0) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -220,6 +244,7 @@ GEM msgpack (1.5.6) multi_xml (0.6.0) multipart-post (2.2.3) + mutex_m (0.2.0) mysql2 (0.5.6) net-imap (0.3.7) date @@ -231,7 +256,7 @@ GEM net-smtp (0.3.4) net-protocol nio4r (2.7.0) - nokogiri (1.16.2) + nokogiri (1.16.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) oauth2 (2.0.8) @@ -245,9 +270,9 @@ 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) @@ -431,7 +456,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) @@ -439,24 +464,24 @@ GEM opentelemetry-semantic_conventions (1.8.0) opentelemetry-api (~> 1.0) parallel (1.22.1) - parser (3.2.2.3) + parser (3.3.1.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.2) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) - psych (5.0.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.1) activesupport (>= 3.0.0) racc (1.7.3) rack (2.2.8.1) @@ -466,23 +491,28 @@ GEM rack rack-proxy (0.7.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) + rackup (1.0.0) + rack (< 3) + webrick + rails (7.1.3.2) + actioncable (= 7.1.3.2) + actionmailbox (= 7.1.3.2) + actionmailer (= 7.1.3.2) + actionpack (= 7.1.3.2) + actiontext (= 7.1.3.2) + actionview (= 7.1.3.2) + activejob (= 7.1.3.2) + activemodel (= 7.1.3.2) + activerecord (= 7.1.3.2) + activestorage (= 7.1.3.2) + activesupport (= 7.1.3.2) bundler (>= 1.15.0) - railties (= 7.0.8.1) + railties (= 7.1.3.2) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -490,24 +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.1.3.2) + actionpack (= 7.1.3.2) + activesupport (= 7.1.3.2) + irb + 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.10.1) ffi (~> 1.0) - rbs (3.0.4) - rbs_rails (0.11.0) + rbs (3.4.4) + abbrev + rbs_rails (0.12.0) parser rbs (>= 1) + rdoc (6.6.3.1) + psych (>= 4.0.0) redcarpet (3.6.0) redis (4.8.0) redis-actionpack (5.3.0) @@ -527,7 +563,9 @@ GEM redis-store (1.9.1) redis (>= 4, < 5) regexp_parser (2.8.1) - rexml (3.2.5) + reline (0.5.3) + io-console (~> 0.5) + rexml (3.2.6) roda (3.59.0) rack rspec-core (3.12.1) @@ -538,41 +576,44 @@ 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.3) - base64 (~> 0.1.1) + rubocop (1.63.4) 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) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-capybara (2.18.0) rubocop (~> 1.41) rubocop-factory_bot (2.23.1) rubocop (~> 1.33) - rubocop-rails (2.21.1) + rubocop-rails (2.24.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (2.23.2) - rubocop (~> 1.33) + rubocop-ast (>= 1.31.1, < 2.0) + rubocop-rspec (2.29.1) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) + rubocop-rspec_rails (~> 2.28) + rubocop-rspec_rails (2.28.3) + rubocop (~> 1.40) ruby-progressbar (1.13.0) ruby-vips (2.1.4) ffi (~> 1.12) @@ -587,35 +628,36 @@ GEM sprockets (> 3.0) sprockets-rails tilt + securerandom (0.3.1) seed-fu (2.3.9) activerecord (>= 3.1) activesupport (>= 3.1) semantic_range (3.0.0) - sentry-opentelemetry (5.9.0) + sentry-opentelemetry (5.17.3) opentelemetry-sdk (~> 1.0) - sentry-ruby (~> 5.9.0) - sentry-rails (5.9.0) + sentry-ruby (~> 5.17.3) + sentry-rails (5.17.3) railties (>= 5.0) - sentry-ruby (~> 5.9.0) - sentry-ruby (5.9.0) + sentry-ruby (~> 5.17.3) + sentry-ruby (5.17.3) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - shrine (3.4.0) + shrine (3.5.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.3.0) faraday (>= 2.0) faraday-mashify faraday-multipart gli hashie - websocket-driver snaky_hash (2.0.0) hashie version_gem (~> 1.1) @@ -626,22 +668,29 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stackprof (0.2.25) - steep (1.1.1) + stackprof (0.2.26) + steep (1.6.0) activesupport (>= 5.1) + concurrent-ruby (>= 1.1.10) + csv (>= 3.0.9) + fileutils (>= 1.1.0) + json (>= 2.1.0) language_server-protocol (>= 3.15, < 4.0) listen (~> 3.0) - parallel (>= 1.0.0) + logger (>= 1.3.0) parser (>= 3.1) rainbow (>= 2.2.2, < 4.0) - rbs (>= 2.3.2) + rbs (>= 3.1.0) + securerandom (>= 0.1) + strscan (>= 1.0.0) terminal-table (>= 2, < 4) stringio (3.1.0) + strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thor (1.3.1) tilt (2.0.11) - timeout (0.3.2) + timeout (0.4.1) turbo-rails (2.0.5) actionpack (>= 6.0.0) activejob (>= 6.0.0) @@ -653,21 +702,22 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.4.2) 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) 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) - webpacker (5.4.3) + webpacker (5.4.4) activesupport (>= 5.2) rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) + webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -702,20 +752,20 @@ DEPENDENCIES jbuilder (~> 2.11) listen (~> 3.2) mysql2 (~> 0.5.6) - nokogiri (= 1.16.2) + nokogiri (= 1.16.4) 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.1.0) rails_autolink rbs rbs_rails @@ -723,7 +773,7 @@ DEPENDENCIES redis-rails rexml (~> 3.2, >= 3.2.4) rspec-rails - rubocop (~> 1.56.0) + rubocop (~> 1.63.0) rubocop-rails rubocop-rspec sass-rails (>= 6) @@ -745,7 +795,7 @@ DEPENDENCIES webpacker (~> 5.0) RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.1p55 BUNDLED WITH 2.5.3