diff --git a/Gemfile b/Gemfile index 1afb92cd44d8..278169d87a12 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ ruby File.read(File.expand_path(".ruby-version", __dir__)).strip gem "actionpack-xml_parser", "~> 2.0.0" gem "activemodel-serializers-xml", "~> 1.0.1" -gem "activerecord-import", "~> 2.0.0" +gem "activerecord-import", "~> 2.1.0" gem "activerecord-session_store", "~> 2.1.0" gem "ox" gem "rails", "~> 7.1.3" @@ -107,7 +107,7 @@ gem "svg-graph", "~> 2.2.0" gem "date_validator", "~> 0.12.0" gem "email_validator", "~> 2.2.3" -gem "json_schemer", "~> 2.3.0" +gem "json_schemer", "~> 2.4.0" gem "ruby-duration", "~> 3.2.0" # `config/initializers/mail_starttls_patch.rb` has also been patched to @@ -167,7 +167,7 @@ gem "matrix", "~> 0.4.2" gem "meta-tags", "~> 2.22.0" -gem "paper_trail", "~> 15.2.0" +gem "paper_trail", "~> 16.0.0" gem "op-clamav-client", "~> 3.4", require: "clamav" @@ -207,7 +207,7 @@ gem "plaintext", "~> 0.3.2" gem "ruby-progressbar", "~> 1.13.0", require: false -gem "mini_magick", "~> 5.0.1", require: false +gem "mini_magick", "~> 5.1.2", require: false gem "validate_url" diff --git a/Gemfile.lock b/Gemfile.lock index 1258f3b2dad0..00d9a6253dd0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -302,7 +302,7 @@ GEM activemodel (= 7.1.5.1) activesupport (= 7.1.5.1) timeout (>= 0.4.0) - activerecord-import (2.0.0) + activerecord-import (2.1.0) activerecord (>= 4.2) activerecord-nulldb-adapter (1.1.1) activerecord (>= 6.0, < 8.1) @@ -361,10 +361,10 @@ GEM aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.97.0) + aws-sdk-kms (1.98.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sigv4 (~> 1.5) - aws-sdk-s3 (1.179.0) + aws-sdk-s3 (1.180.0) aws-sdk-core (~> 3, >= 3.216.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.5) @@ -511,7 +511,7 @@ GEM dry-logic (~> 1.5) dry-types (~> 1.8) zeitwerk (~> 2.6) - dry-types (1.8.1) + dry-types (1.8.2) bigdecimal (~> 3.0) concurrent-ruby (~> 1.0) dry-core (~> 1.0) @@ -698,7 +698,7 @@ GEM faraday-follow_redirects json-schema (4.3.1) addressable (>= 2.8) - json_schemer (2.3.0) + json_schemer (2.4.0) bigdecimal hana (~> 1.3) regexp_parser (~> 2.0) @@ -766,12 +766,14 @@ GEM mime-types (3.6.0) logger mime-types-data (~> 3.2015) - mime-types-data (3.2025.0107) - mini_magick (5.0.1) + mime-types-data (3.2025.0204) + mini_magick (5.1.2) + benchmark + logger mini_mime (1.1.5) mini_portile2 (2.8.8) minitest (5.25.4) - msgpack (1.7.5) + msgpack (1.8.0) multi_json (1.15.0) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) @@ -788,7 +790,7 @@ GEM net-protocol net-protocol (0.2.2) timeout - net-smtp (0.5.0) + net-smtp (0.5.1) net-protocol nio4r (2.7.4) nokogiri (1.18.2) @@ -835,19 +837,19 @@ GEM ostruct (0.6.1) ox (2.14.21) bigdecimal (>= 3.0) - paper_trail (15.2.0) + paper_trail (16.0.0) activerecord (>= 6.1) request_store (~> 1.4) parallel (1.26.3) parallel_tests (4.9.0) parallel - parser (3.3.7.0) + parser (3.3.7.1) ast (~> 2.4.1) racc pdf-core (0.9.0) pdf-inspector (1.3.0) pdf-reader (>= 1.0, < 3.0.a) - pdf-reader (2.13.0) + pdf-reader (2.14.1) Ascii85 (>= 1.0, < 3.0, != 2.0.0) afm (~> 0.2.1) hashery (~> 2.0) @@ -961,16 +963,18 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) + rake-compiler-dock (1.9.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rb_sys (0.9.108) + rb_sys (0.9.110) + rake-compiler-dock (= 1.9.1) rbtrace (0.5.1) ffi (>= 1.0.6) msgpack (>= 0.4.3) optimist (>= 3.0.0) rbtree3 (0.7.1) - rdoc (6.11.0) + rdoc (6.12.0) psych (>= 4.0.0) recaptcha (5.19.0) redcarpet (3.6.0) @@ -1126,8 +1130,8 @@ GEM sys-filesystem (1.5.3) ffi (~> 1.1) table_print (1.5.7) - terminal-table (3.0.2) - unicode-display_width (>= 1.1.1, < 3) + terminal-table (4.0.0) + unicode-display_width (>= 1.1.1, < 4) test-prof (1.4.4) text-hyphen (1.5.0) thor (1.3.2) @@ -1152,7 +1156,9 @@ GEM tzinfo-data (1.2025.1) tzinfo (>= 1.0.0) uber (0.1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (1.0.2) validate_email (0.1.6) activemodel (>= 3.0) @@ -1212,7 +1218,7 @@ PLATFORMS DEPENDENCIES actionpack-xml_parser (~> 2.0.0) activemodel-serializers-xml (~> 1.0.1) - activerecord-import (~> 2.0.0) + activerecord-import (~> 2.1.0) activerecord-nulldb-adapter (~> 1.1.0) activerecord-session_store (~> 2.1.0) acts_as_list (~> 1.2.0) @@ -1283,7 +1289,7 @@ DEPENDENCIES i18n-tasks (~> 1.0.13) ice_cube (~> 0.17.0) ice_nine - json_schemer (~> 2.3.0) + json_schemer (~> 2.4.0) json_spec (~> 1.1.4) ladle launchy (~> 3.1.0) @@ -1297,7 +1303,7 @@ DEPENDENCIES matrix (~> 0.4.2) md_to_pdf! meta-tags (~> 2.22.0) - mini_magick (~> 5.0.1) + mini_magick (~> 5.1.2) multi_json (~> 1.15.0) my_page! net-ldap (~> 0.19.0) @@ -1337,7 +1343,7 @@ DEPENDENCIES openproject-xls_export! overviews! ox - paper_trail (~> 15.2.0) + paper_trail (~> 16.0.0) parallel_tests (~> 4.0) pdf-inspector (~> 1.2) pg (~> 1.5.0)