diff --git a/Gemfile b/Gemfile index bb4ca25c9..db7b5e7fc 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.71.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.18.2' gem 'faraday-retry' diff --git a/Gemfile.lock b/Gemfile.lock index a3ff52e1d..f699880a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,223 +1,248 @@ 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.1) + actionpack (= 7.2.2.1) + activesupport (= 7.2.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.2.1) + actionpack (= 7.2.2.1) + activejob (= 7.2.2.1) + activerecord (= 7.2.2.1) + activestorage (= 7.2.2.1) + activesupport (= 7.2.2.1) + mail (>= 2.8.0) + actionmailer (7.2.2.1) + actionpack (= 7.2.2.1) + actionview (= 7.2.2.1) + activejob (= 7.2.2.1) + activesupport (= 7.2.2.1) + mail (>= 2.8.0) + rails-dom-testing (~> 2.2) + actionpack (7.2.2.1) + actionview (= 7.2.2.1) + activesupport (= 7.2.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.2.1) + actionpack (= 7.2.2.1) + activerecord (= 7.2.2.1) + activestorage (= 7.2.2.1) + activesupport (= 7.2.2.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8.1) - activesupport (= 7.0.8.1) + actionview (7.2.2.1) + activesupport (= 7.2.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.2.1) + activesupport (= 7.2.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.2.1) + activesupport (= 7.2.2.1) + activerecord (7.2.2.1) + activemodel (= 7.2.2.1) + activesupport (= 7.2.2.1) + timeout (>= 0.4.0) + activerecord-nulldb-adapter (1.1.1) + activerecord (>= 6.0, < 8.1) + activestorage (7.2.2.1) + actionpack (= 7.2.2.1) + activejob (= 7.2.2.1) + activerecord (= 7.2.2.1) + activesupport (= 7.2.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.2.1) + 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) - acts_as_list (1.2.3) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + acts_as_list (1.2.4) activerecord (>= 6.1) activesupport (>= 6.1) - addressable (2.8.5) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.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) - aws-eventstream (1.2.0) - aws-partitions (1.817.0) - aws-record (2.7.0) - aws-sdk-dynamodb (~> 1.18) - aws-sdk-cloudfront (1.82.0) - aws-sdk-core (~> 3, >= 3.177.0) - aws-sigv4 (~> 1.1) - aws-sdk-core (3.181.0) - aws-eventstream (~> 1, >= 1.0.2) - aws-partitions (~> 1, >= 1.651.0) + awesome_nested_set (3.8.0) + activerecord (>= 4.0.0, < 8.1) + aws-eventstream (1.3.0) + aws-partitions (1.1047.0) + aws-record (2.13.3) + aws-sdk-dynamodb (~> 1, >= 1.85.0) + aws-sdk-cloudfront (1.110.0) + aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) + aws-sdk-core (3.218.0) + aws-eventstream (~> 1, >= 1.3.0) + aws-partitions (~> 1, >= 1.992.0) + aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-dynamodb (1.76.0) - aws-sdk-core (~> 3, >= 3.127.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-sigv4 (~> 1.1) - aws-sdk-mediapackage (1.56.0) - aws-sdk-core (~> 3, >= 3.127.0) - aws-sigv4 (~> 1.1) - aws-sdk-mediapackagev2 (1.5.0) - aws-sdk-core (~> 3, >= 3.177.0) + aws-sdk-dynamodb (1.136.0) + aws-sdk-core (~> 3, >= 3.216.0) + aws-sigv4 (~> 1.5) + aws-sdk-kms (1.98.0) + aws-sdk-core (~> 3, >= 3.216.0) + aws-sigv4 (~> 1.5) + aws-sdk-medialive (1.144.0) + aws-sdk-core (~> 3, >= 3.216.0) + aws-sigv4 (~> 1.5) + aws-sdk-mediapackage (1.85.0) + aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.1) - aws-sdk-rails (3.6.3) + aws-sdk-mediapackagev2 (1.35.0) + aws-sdk-core (~> 3, >= 3.216.0) + aws-sigv4 (~> 1.5) + aws-sdk-rails (3.13.0) aws-record (~> 2) - aws-sdk-ses (~> 1) - aws-sdk-sqs (~> 1) + aws-sdk-ses (~> 1, >= 1.50.0) + aws-sdk-sesv2 (~> 1, >= 1.34.0) + aws-sdk-sqs (~> 1, >= 1.56.0) aws-sessionstore-dynamodb (~> 2) - concurrent-ruby (~> 1) + concurrent-ruby (>= 1.3.1) railties (>= 5.2.0) - aws-sdk-s3 (1.114.0) - aws-sdk-core (~> 3, >= 3.127.0) + aws-sdk-s3 (1.180.0) + aws-sdk-core (~> 3, >= 3.216.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-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-sigv4 (~> 1.1) - aws-sessionstore-dynamodb (2.0.1) - aws-sdk-dynamodb (~> 1) - rack (~> 2) - aws-sigv4 (1.5.1) + aws-sigv4 (~> 1.5) + aws-sdk-ses (1.80.0) + aws-sdk-core (~> 3, >= 3.216.0) + aws-sigv4 (~> 1.5) + aws-sdk-sesv2 (1.70.0) + aws-sdk-core (~> 3, >= 3.216.0) + aws-sigv4 (~> 1.5) + aws-sdk-sqs (1.92.0) + aws-sdk-core (~> 3, >= 3.216.0) + aws-sigv4 (~> 1.5) + aws-sdk-ssm (1.189.0) + aws-sdk-core (~> 3, >= 3.216.0) + aws-sigv4 (~> 1.5) + aws-sessionstore-dynamodb (2.2.0) + aws-sdk-dynamodb (~> 1, >= 1.85.0) + rack (>= 2, < 4) + rack-session (>= 1, < 3) + aws-sigv4 (1.11.0) aws-eventstream (~> 1, >= 1.0.2) - base64 (0.1.1) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.9) 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) chunky_png (1.4.0) coderay (1.1.3) - committee (5.0.0) + committee (5.5.1) json_schema (~> 0.14, >= 0.14.3) - openapi_parser (~> 1.0) - rack (>= 1.5) - committee-rails (0.6.1) - actionpack - activesupport - committee (>= 4.4.0) - railties - concurrent-ruby (1.3.4) + openapi_parser (~> 2.0) + rack (>= 1.5, < 3.2) + committee-rails (0.8.0) + actionpack (>= 6.0) + activesupport (>= 6.0) + committee (>= 5.1.0) + railties (>= 6.0) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) 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) + csv (3.3.2) + date (3.4.1) diff-lcs (1.5.1) - docile (1.4.0) - down (5.3.1) + docile (1.4.1) + down (5.4.2) addressable (~> 2.8) - erubi (1.13.0) - execjs (2.8.1) - factory_bot (6.2.1) - activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + drb (2.2.1) + erubi (1.13.1) + execjs (2.10.0) + factory_bot (6.5.1) + activesupport (>= 6.1.0) + factory_bot_rails (6.4.4) + factory_bot (~> 6.5) railties (>= 5.0.0) - faraday (2.7.11) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) + faraday (2.12.2) + faraday-net_http (>= 2.0, < 3.5) + json + logger faraday-mashify (0.1.1) faraday (~> 2.0) hashie - faraday-multipart (1.0.4) - multipart-post (~> 2) - faraday-net_http (3.0.2) - faraday-retry (2.0.0) + faraday-multipart (1.1.0) + multipart-post (~> 2.0) + faraday-net_http (3.4.0) + net-http (>= 0.5.0) + faraday-retry (2.2.1) faraday (~> 2.0) - ferrum (0.15) + ferrum (0.16) addressable (~> 2.5) + base64 (~> 0.2) concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (~> 0.7) - ffi (1.17.0) - fileutils (1.7.2) + ffi (1.17.1) + fileutils (1.7.3) foreman (0.88.1) - gli (2.21.0) + gli (2.22.2) + ostruct globalid (1.2.1) activesupport (>= 6.1) hashie (5.0.0) - i18n (1.14.5) + i18n (1.14.7) concurrent-ruby (~> 1.0) - icalendar (2.8.0) + icalendar (2.10.3) ice_cube (~> 0.16) - ice_cube (0.16.4) - image_processing (1.12.2) + ostruct + ice_cube (0.17.0) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - jbuilder (2.11.5) + io-console (0.8.0) + irb (1.15.1) + pp (>= 0.6.0) + 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) + jmespath (1.6.2) + jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.7.2) + json (2.9.1) json_schema (0.21.0) - jwt (2.5.0) - language_server-protocol (3.17.0.3) + jwt (2.10.1) + base64 + language_server-protocol (3.17.0.4) 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) + logger (1.6.5) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -225,303 +250,339 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) method_source (1.1.0) - mini_magick (4.11.0) + mini_magick (4.13.2) mini_mime (1.1.5) - mini_portile2 (2.8.7) - minitest (5.25.1) - msgpack (1.5.6) - multi_xml (0.6.0) - multipart-post (2.2.3) + mini_portile2 (2.8.8) + minitest (5.25.4) + msgpack (1.8.0) + multi_xml (0.7.1) + bigdecimal (~> 3.1) + multipart-post (2.4.1) mysql2 (0.5.6) - net-imap (0.3.7) + net-http (0.6.0) + uri + net-imap (0.5.5) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.3.4) + net-smtp (0.5.1) net-protocol - nio4r (2.7.3) - nokogiri (1.16.5) + nio4r (2.7.4) + nokogiri (1.18.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - oauth2 (2.0.8) + oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) multi_xml (~> 0.5) - rack (>= 1.2, < 3) + rack (>= 1.2, < 4) snaky_hash (~> 2.0) version_gem (~> 1.1) - omniauth (2.1.0) + omniauth (2.1.2) 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) - opentelemetry-api (1.1.0) - opentelemetry-common (0.19.6) + openapi_parser (2.2.3) + opentelemetry-api (1.4.0) + opentelemetry-common (0.21.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-action_pack (0.6.0) + opentelemetry-helpers-mysql (0.2.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-rack (~> 0.21) - opentelemetry-instrumentation-action_view (0.5.0) - opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-active_support (~> 0.1) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-active_job (0.5.0) - opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-active_model_serializers (0.20.0) - opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-active_record (0.6.0) - opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - ruby2_keywords - opentelemetry-instrumentation-active_support (0.4.0) - opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-all (0.37.0) - opentelemetry-instrumentation-active_model_serializers (~> 0.20.0) - opentelemetry-instrumentation-aws_sdk (~> 0.4.0) - opentelemetry-instrumentation-bunny (~> 0.20.0) - opentelemetry-instrumentation-concurrent_ruby (~> 0.21.0) - opentelemetry-instrumentation-dalli (~> 0.24.0) - opentelemetry-instrumentation-delayed_job (~> 0.20.0) - opentelemetry-instrumentation-ethon (~> 0.21.0) - opentelemetry-instrumentation-excon (~> 0.21.0) - opentelemetry-instrumentation-faraday (~> 0.23.0) - opentelemetry-instrumentation-grape (~> 0.1.0) - opentelemetry-instrumentation-graphql (~> 0.26.0) - opentelemetry-instrumentation-http (~> 0.23.0) - opentelemetry-instrumentation-http_client (~> 0.22.0) - opentelemetry-instrumentation-koala (~> 0.20.0) - opentelemetry-instrumentation-lmdb (~> 0.22.0) - opentelemetry-instrumentation-mongo (~> 0.22.0) - opentelemetry-instrumentation-mysql2 (~> 0.24.0) - opentelemetry-instrumentation-net_http (~> 0.22.0) - opentelemetry-instrumentation-pg (~> 0.25.0) - opentelemetry-instrumentation-que (~> 0.6.0) - opentelemetry-instrumentation-racecar (~> 0.2.0) - opentelemetry-instrumentation-rack (~> 0.23.0) - opentelemetry-instrumentation-rails (~> 0.26.0) - opentelemetry-instrumentation-rake (~> 0.2.0) - opentelemetry-instrumentation-rdkafka (~> 0.3.0) - opentelemetry-instrumentation-redis (~> 0.25.0) - opentelemetry-instrumentation-resque (~> 0.4.0) - opentelemetry-instrumentation-restclient (~> 0.22.0) - opentelemetry-instrumentation-ruby_kafka (~> 0.20.0) - opentelemetry-instrumentation-sidekiq (~> 0.24.0) - opentelemetry-instrumentation-sinatra (~> 0.22.0) - opentelemetry-instrumentation-trilogy (~> 0.54.0) - opentelemetry-instrumentation-aws_sdk (0.4.0) - opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-base (0.22.0) + opentelemetry-common (~> 0.21) + opentelemetry-helpers-sql-obfuscation (0.3.0) + opentelemetry-common (~> 0.21) + opentelemetry-instrumentation-action_mailer (0.4.0) + opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-active_support (~> 0.7) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-action_pack (0.12.0) opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-rack (~> 0.21) + opentelemetry-instrumentation-action_view (0.9.0) + opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-active_support (~> 0.7) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-active_job (0.8.0) + opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-active_model_serializers (0.22.0) + opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-active_support (>= 0.7.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-active_record (0.9.0) + opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-active_storage (0.1.0) + opentelemetry-api (~> 1.4.0) + opentelemetry-instrumentation-active_support (~> 0.7) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-active_support (0.8.0) + opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-all (0.73.1) + opentelemetry-instrumentation-active_model_serializers (~> 0.22.0) + opentelemetry-instrumentation-aws_lambda (~> 0.3.0) + opentelemetry-instrumentation-aws_sdk (~> 0.8.0) + opentelemetry-instrumentation-bunny (~> 0.22.0) + opentelemetry-instrumentation-concurrent_ruby (~> 0.22.0) + opentelemetry-instrumentation-dalli (~> 0.26.0) + opentelemetry-instrumentation-delayed_job (~> 0.23.0) + opentelemetry-instrumentation-ethon (~> 0.22.0) + opentelemetry-instrumentation-excon (~> 0.23.0) + opentelemetry-instrumentation-faraday (~> 0.26.0) + opentelemetry-instrumentation-grape (~> 0.3.0) + opentelemetry-instrumentation-graphql (~> 0.29.0) + opentelemetry-instrumentation-gruf (~> 0.3.0) + opentelemetry-instrumentation-http (~> 0.24.0) + opentelemetry-instrumentation-http_client (~> 0.23.0) + opentelemetry-instrumentation-koala (~> 0.21.0) + opentelemetry-instrumentation-lmdb (~> 0.23.0) + opentelemetry-instrumentation-mongo (~> 0.23.0) + opentelemetry-instrumentation-mysql2 (~> 0.29.0) + opentelemetry-instrumentation-net_http (~> 0.23.0) + opentelemetry-instrumentation-pg (~> 0.30.0) + opentelemetry-instrumentation-que (~> 0.9.0) + opentelemetry-instrumentation-racecar (~> 0.4.0) + opentelemetry-instrumentation-rack (~> 0.26.0) + opentelemetry-instrumentation-rails (~> 0.36.0) + opentelemetry-instrumentation-rake (~> 0.3.0) + opentelemetry-instrumentation-rdkafka (~> 0.5.0) + opentelemetry-instrumentation-redis (~> 0.26.1) + opentelemetry-instrumentation-resque (~> 0.6.0) + opentelemetry-instrumentation-restclient (~> 0.23.0) + opentelemetry-instrumentation-ruby_kafka (~> 0.22.0) + opentelemetry-instrumentation-sidekiq (~> 0.26.0) + opentelemetry-instrumentation-sinatra (~> 0.25.0) + opentelemetry-instrumentation-trilogy (~> 0.61.0) + opentelemetry-instrumentation-aws_lambda (0.3.0) + opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-aws_sdk (0.8.0) + opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-base (0.23.0) + opentelemetry-api (~> 1.0) + opentelemetry-common (~> 0.21) opentelemetry-registry (~> 0.1) - opentelemetry-instrumentation-bunny (0.20.0) + opentelemetry-instrumentation-bunny (0.22.0) + opentelemetry-api (~> 1.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-concurrent_ruby (0.22.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-concurrent_ruby (0.21.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-dalli (0.26.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-dalli (0.24.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-delayed_job (0.23.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-delayed_job (0.20.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-ethon (0.22.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-ethon (0.21.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-excon (0.23.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-excon (0.21.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-faraday (0.26.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-faraday (0.23.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-grape (0.3.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-grape (0.1.2) - opentelemetry-api (~> 1.1.0) - opentelemetry-instrumentation-base (~> 0.22.0) + opentelemetry-instrumentation-base (~> 0.23.0) opentelemetry-instrumentation-rack (~> 0.21) - opentelemetry-instrumentation-graphql (0.26.0) + opentelemetry-instrumentation-graphql (0.29.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-http (0.23.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-gruf (0.3.0) + opentelemetry-api (>= 1.0.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-http (0.24.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-http_client (0.22.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-http_client (0.23.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-koala (0.20.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-koala (0.21.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-lmdb (0.22.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-lmdb (0.23.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-mongo (0.22.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-mongo (0.23.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-mysql2 (0.24.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-mysql2 (0.29.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-net_http (0.22.0) + opentelemetry-helpers-mysql + opentelemetry-helpers-sql-obfuscation + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-net_http (0.23.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-pg (0.25.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-pg (0.30.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-que (0.6.0) + opentelemetry-helpers-sql-obfuscation + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-que (0.9.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-racecar (0.2.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-racecar (0.4.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-rack (0.23.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-rack (0.26.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-rails (0.26.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-rails (0.36.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-action_pack (~> 0.6.0) - opentelemetry-instrumentation-action_view (~> 0.5.0) - opentelemetry-instrumentation-active_job (~> 0.5.0) - opentelemetry-instrumentation-active_record (~> 0.6.0) - opentelemetry-instrumentation-active_support (~> 0.4.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-rake (0.2.0) + opentelemetry-instrumentation-action_mailer (~> 0.4.0) + opentelemetry-instrumentation-action_pack (~> 0.12.0) + opentelemetry-instrumentation-action_view (~> 0.9.0) + opentelemetry-instrumentation-active_job (~> 0.8.0) + opentelemetry-instrumentation-active_record (~> 0.9.0) + opentelemetry-instrumentation-active_storage (~> 0.1.0) + opentelemetry-instrumentation-active_support (~> 0.8.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-concurrent_ruby (~> 0.22.0) + opentelemetry-instrumentation-rake (0.3.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-rdkafka (0.3.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-rdkafka (0.5.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-redis (0.25.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-redis (0.26.1) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-resque (0.4.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-resque (0.6.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-restclient (0.22.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-restclient (0.23.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-ruby_kafka (0.20.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-ruby_kafka (0.22.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-sidekiq (0.24.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-sidekiq (0.26.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) - opentelemetry-instrumentation-sinatra (0.22.0) + opentelemetry-instrumentation-base (~> 0.23.0) + opentelemetry-instrumentation-sinatra (0.25.0) opentelemetry-api (~> 1.0) - opentelemetry-common (~> 0.19.3) - opentelemetry-instrumentation-base (~> 0.22.0) + opentelemetry-instrumentation-base (~> 0.23.0) opentelemetry-instrumentation-rack (~> 0.21) - opentelemetry-instrumentation-trilogy (0.54.0) + opentelemetry-instrumentation-trilogy (0.61.0) opentelemetry-api (~> 1.0) - opentelemetry-instrumentation-base (~> 0.22.0) + opentelemetry-helpers-mysql + opentelemetry-helpers-sql-obfuscation + opentelemetry-instrumentation-base (~> 0.23.0) opentelemetry-semantic_conventions (>= 1.8.0) opentelemetry-registry (0.3.1) opentelemetry-api (~> 1.1) - opentelemetry-sdk (1.2.0) + opentelemetry-sdk (1.7.0) opentelemetry-api (~> 1.1) - opentelemetry-common (~> 0.19.3) + opentelemetry-common (~> 0.20) opentelemetry-registry (~> 0.2) opentelemetry-semantic_conventions - opentelemetry-semantic_conventions (1.8.0) + opentelemetry-semantic_conventions (1.10.1) opentelemetry-api (~> 1.0) - parallel (1.25.1) - parser (3.3.4.0) + ostruct (0.6.1) + parallel (1.26.3) + parser (3.3.7.1) ast (~> 2.4.1) racc pluginator (1.5.0) - pre-commit (0.39.0) + pp (0.6.2) + prettyprint + pre-commit (0.40.0) pluginator (~> 1.5) + prettyprint (0.2.0) printnode (1.0.7) - prometheus-client (4.0.0) - pry (0.14.1) + prometheus-client (4.2.4) + base64 + pry (0.14.2) 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.3) + date stringio - public_suffix (5.0.3) - puma (6.4.3) + public_suffix (5.1.1) + puma (6.6.0) nio4r (~> 2.0) - pundit (2.2.0) + pundit (2.4.0) activesupport (>= 3.0.0) racc (1.8.1) - rack (2.2.9) + rack (2.2.10) rack-cors (2.0.2) rack (>= 2.0.0) - rack-protection (2.2.2) + rack-protection (2.2.4) rack - rack-test (2.1.0) + rack-session (1.0.2) + rack (< 3) + rack-test (2.2.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.1) + actioncable (= 7.2.2.1) + actionmailbox (= 7.2.2.1) + actionmailer (= 7.2.2.1) + actionpack (= 7.2.2.1) + actiontext (= 7.2.2.1) + actionview (= 7.2.2.1) + activejob (= 7.2.2.1) + activemodel (= 7.2.2.1) + activerecord (= 7.2.2.1) + activestorage (= 7.2.2.1) + activesupport (= 7.2.2.1) bundler (>= 1.15.0) - railties (= 7.0.8.1) + railties (= 7.2.2.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) 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 + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) + rails_autolink (1.1.8) + actionview (> 3.1) + activesupport (> 3.1) + railties (> 3.1) + railties (7.2.2.1) + actionpack (= 7.2.2.1) + activesupport (= 7.2.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.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.5.2) + rbs (3.8.1) logger - rbs_rails (0.12.0) + rbs_rails (0.12.1) parser rbs (>= 1) + rdoc (6.12.0) + psych (>= 4.0.0) redcarpet (3.6.0) redis (4.8.0) redis-actionpack (5.3.0) @@ -540,23 +601,25 @@ GEM redis-store (>= 1.2, < 2) redis-store (1.9.1) redis (>= 4, < 5) - regexp_parser (2.9.2) - rexml (3.3.9) + regexp_parser (2.10.0) + reline (0.6.0) + io-console (~> 0.5) + rexml (3.4.0) roda (3.59.0) rack rqrcode (2.2.0) chunky_png (~> 1.0) rqrcode_core (~> 1.0) rqrcode_core (1.2.0) - rspec-core (3.13.1) + rspec-core (3.13.3) rspec-support (~> 3.13.0) - rspec-expectations (3.13.2) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.1) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -564,31 +627,30 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.1) - rubocop (1.56.4) - base64 (~> 0.1.1) + rspec-support (3.13.2) + rubocop (1.71.2) 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.9.3, < 3.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) - rubocop-rails (2.21.1) + rubocop-rails (2.29.1) 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.4.0) + rubocop (~> 1.61) ruby-progressbar (1.13.0) - ruby-vips (2.1.4) + ruby-vips (2.2.3) ffi (~> 1.12) - ruby2_keywords (0.0.5) + logger sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -599,38 +661,38 @@ GEM sprockets (> 3.0) sprockets-rails tilt - securerandom (0.3.1) + securerandom (0.4.1) seed-fu (2.3.9) activerecord (>= 3.1) activesupport (>= 3.1) - sentry-opentelemetry (5.9.0) + sentry-opentelemetry (5.22.4) opentelemetry-sdk (~> 1.0) - sentry-ruby (~> 5.9.0) - sentry-rails (5.9.0) + sentry-ruby (~> 5.22.4) + sentry-rails (5.22.4) railties (>= 5.0) - sentry-ruby (~> 5.9.0) - sentry-ruby (5.9.0) + sentry-ruby (~> 5.22.4) + sentry-ruby (5.22.4) + 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-html (0.13.1) 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) + snaky_hash (2.0.1) hashie - version_gem (~> 1.1) + version_gem (~> 1.1, >= 1.1.1) sprockets (4.1.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -638,8 +700,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - stackprof (0.2.25) - steep (1.7.1) + stackprof (0.2.27) + steep (1.9.4) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) @@ -650,41 +712,44 @@ GEM logger (>= 1.3.0) parser (>= 3.1) rainbow (>= 2.2.2, < 4.0) - rbs (>= 3.5.0.pre) + rbs (~> 3.8) securerandom (>= 0.1) strscan (>= 1.0.0) terminal-table (>= 2, < 4) - stringio (3.1.0) - strscan (3.1.0) + uri (>= 0.12.0) + stringio (3.1.2) + strscan (3.1.2) terminal-table (3.0.2) 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.3) + 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) + unicode-display_width (2.6.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) - version_gem (1.1.0) - web-console (4.2.0) + uri (1.0.2) + useragent (0.16.11) + version_gem (1.1.4) + 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) + webrick (1.9.1) + websocket-driver (0.7.7) + base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS ruby @@ -714,26 +779,26 @@ DEPENDENCIES ferrum 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.18.2) omniauth-auth0 (~> 3.0) omniauth-rails_csrf_protection (~> 1.0) opentelemetry-instrumentation-all opentelemetry-sdk pre-commit printnode - 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 @@ -742,7 +807,7 @@ DEPENDENCIES rexml (~> 3.2, >= 3.2.4) rqrcode (~> 2.0) rspec-rails - rubocop (~> 1.56.0) + rubocop (~> 1.71.0) rubocop-rails rubocop-rspec sass-rails (>= 6) @@ -756,7 +821,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)