From 7818f8caaee8d5dbae4b9bf4f5eca01e49430719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:05:10 +0000 Subject: [PATCH] Bump activestorage, rails, client_side_validations, client_side_validations-simple_form, elasticsearch, simple_form and solargraph Bumps [activestorage](https://github.com/rails/rails), [rails](https://github.com/rails/rails), [client_side_validations](https://github.com/DavyJonesLocker/client_side_validations), [client_side_validations-simple_form](https://github.com/DavyJonesLocker/client_side_validations-simple_form), [elasticsearch](https://github.com/elastic/elasticsearch-ruby), [simple_form](https://github.com/heartcombo/simple_form) and [solargraph](https://github.com/castwide/solargraph). These dependencies needed to be updated together. Updates `activestorage` from 6.1.7.7 to 8.1.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3.1/activestorage/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.7...v8.1.3.1) Updates `rails` from 6.1.7.7 to 8.1.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.7.7...v8.1.3.1) Updates `client_side_validations` from 18.1.0 to 25.0.0 - [Release notes](https://github.com/DavyJonesLocker/client_side_validations/releases) - [Changelog](https://github.com/DavyJonesLocker/client_side_validations/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavyJonesLocker/client_side_validations/compare/v18.1.0...v25.0.0) Updates `client_side_validations-simple_form` from 13.0.0 to 19.0.0 - [Release notes](https://github.com/DavyJonesLocker/client_side_validations-simple_form/releases) - [Changelog](https://github.com/DavyJonesLocker/client_side_validations-simple_form/blob/main/CHANGELOG.md) - [Commits](https://github.com/DavyJonesLocker/client_side_validations-simple_form/compare/v13.0.0...v19.0.0) Updates `elasticsearch` from 8.19.0 to 8.19.3 - [Release notes](https://github.com/elastic/elasticsearch-ruby/releases) - [Changelog](https://github.com/elastic/elasticsearch-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch-ruby/compare/v8.19.0...v8.19.3) Updates `simple_form` from 5.2.0 to 5.4.1 - [Release notes](https://github.com/heartcombo/simple_form/releases) - [Changelog](https://github.com/heartcombo/simple_form/blob/main/CHANGELOG.md) - [Commits](https://github.com/heartcombo/simple_form/compare/v5.2.0...v5.4.1) Updates `solargraph` from 0.56.0 to 0.60.2 - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](https://github.com/castwide/solargraph/compare/v0.56.0...v0.60.2) --- updated-dependencies: - dependency-name: activestorage dependency-version: 8.1.3.1 dependency-type: direct:production - dependency-name: rails dependency-version: 8.1.3.1 dependency-type: direct:production - dependency-name: client_side_validations dependency-version: 25.0.0 dependency-type: direct:production - dependency-name: client_side_validations-simple_form dependency-version: 19.0.0 dependency-type: direct:production - dependency-name: elasticsearch dependency-version: 8.19.3 dependency-type: direct:production - dependency-name: simple_form dependency-version: 5.4.1 dependency-type: direct:production - dependency-name: solargraph dependency-version: 0.60.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 12 +- Gemfile.lock | 307 ++++++++++++++++++++++++++++++++------------------- 2 files changed, 197 insertions(+), 122 deletions(-) diff --git a/Gemfile b/Gemfile index baa6d93bd..d324456a9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # The REALLY basic stuff stays at the top: -gem 'rails', '6.1.7.7' +gem 'rails', '8.1.3.1' gem 'base64' # REMOVE THIS WHEN YOU UPDATE TO RAILS 7. gem 'bigdecimal' # REMOVE THIS WHEN YOU UPDATE TO RAILS 7. gem 'mutex_m' # REMOVE THIS WHEN YOU UPDATE TO RAILS 7. @@ -42,7 +42,7 @@ gem 'kaminari', '~> 1.2.2' gem 'activegraph', '~> 10.1' # TEMP! ...when you change activegraph or update gems, remove this, it's a security bump. -gem 'activestorage', '~> 6.1' +gem 'activestorage', '~> 8.1' gem 'neo4j-ruby-driver', git: 'https://github.com/EOL/neo4j-ruby-driver.git', branch: '1.7' # For bulk inserts: @@ -69,7 +69,7 @@ gem 'discourse_api', '~> 0.48' # Model decoration gem 'draper', '~> 4.0' # ElasticSearch via SearchKick: -gem 'elasticsearch', '~> 8.8' # Needs to stay in sync with the version of ES that we're using +gem 'elasticsearch', '~> 8.19' # Needs to stay in sync with the version of ES that we're using gem 'searchkick', '~> 5.3' # Needs to stay in sync (ish) with the elasticsearch gem. # url slug support gem 'friendly_id', '~> 5.4' @@ -114,9 +114,9 @@ gem "activejob-traffic_control", ">= 0.1.3" # KEEPING client_side_validations OUT OF ORDER, since they are tightly bound to simple_form; # these are ONLY used on the user page, in the user_helper's validate: true clause... # TODO: I am not sure these are working / used anymore. Check and remove, if not. -gem 'simple_form', '~> 5.1' -gem 'client_side_validations', '~> 18.1' -gem 'client_side_validations-simple_form', '~> 13' +gem 'simple_form', '~> 5.4' +gem 'client_side_validations', '~> 25.0' +gem 'client_side_validations-simple_form', '~> 19' #Sitemap gem 'sitemap_generator', '~> 6.2' # Speed up ElasticSearch ... but also good if you want to do web requests, see https://github.com/typhoeus/typhoeus diff --git a/Gemfile.lock b/Gemfile.lock index d3eea9087..6166e0a17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,81 +20,96 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (6.1.7.7) - actionpack (= 6.1.7.7) - activesupport (= 6.1.7.7) + action_text-trix (2.1.19) + railties + actioncable (8.1.3.1) + actionpack (= 8.1.3.1) + activesupport (= 8.1.3.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.7.7) - actionpack (= 6.1.7.7) - activejob (= 6.1.7.7) - activerecord (= 6.1.7.7) - activestorage (= 6.1.7.7) - activesupport (= 6.1.7.7) - mail (>= 2.7.1) - actionmailer (6.1.7.7) - actionpack (= 6.1.7.7) - actionview (= 6.1.7.7) - activejob (= 6.1.7.7) - activesupport (= 6.1.7.7) - mail (~> 2.5, >= 2.5.4) - rails-dom-testing (~> 2.0) - actionpack (6.1.7.7) - actionview (= 6.1.7.7) - activesupport (= 6.1.7.7) - rack (~> 2.0, >= 2.0.9) + zeitwerk (~> 2.6) + actionmailbox (8.1.3.1) + actionpack (= 8.1.3.1) + activejob (= 8.1.3.1) + activerecord (= 8.1.3.1) + activestorage (= 8.1.3.1) + activesupport (= 8.1.3.1) + mail (>= 2.8.0) + actionmailer (8.1.3.1) + actionpack (= 8.1.3.1) + actionview (= 8.1.3.1) + activejob (= 8.1.3.1) + activesupport (= 8.1.3.1) + mail (>= 2.8.0) + rails-dom-testing (~> 2.2) + actionpack (8.1.3.1) + actionview (= 8.1.3.1) + activesupport (= 8.1.3.1) + nokogiri (>= 1.8.5) + 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 (6.1.7.7) - actionpack (= 6.1.7.7) - activerecord (= 6.1.7.7) - activestorage (= 6.1.7.7) - activesupport (= 6.1.7.7) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + useragent (~> 0.16) + actiontext (8.1.3.1) + action_text-trix (~> 2.1.15) + actionpack (= 8.1.3.1) + activerecord (= 8.1.3.1) + activestorage (= 8.1.3.1) + activesupport (= 8.1.3.1) + globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (6.1.7.7) - activesupport (= 6.1.7.7) + actionview (8.1.3.1) + activesupport (= 8.1.3.1) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) activegraph (10.1.1) activemodel (>= 4.0) activesupport (>= 4.0) i18n (!= 1.8.8) orm_adapter (~> 0.5.0) sorted_set - activejob (6.1.7.7) - activesupport (= 6.1.7.7) + activejob (8.1.3.1) + activesupport (= 8.1.3.1) globalid (>= 0.3.6) activejob-traffic_control (0.1.3) activejob (>= 4.2) activesupport (>= 4.2) suo - activemodel (6.1.7.7) - activesupport (= 6.1.7.7) + activemodel (8.1.3.1) + activesupport (= 8.1.3.1) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activerecord (6.1.7.7) - activemodel (= 6.1.7.7) - activesupport (= 6.1.7.7) + activerecord (8.1.3.1) + activemodel (= 8.1.3.1) + activesupport (= 8.1.3.1) + timeout (>= 0.4.0) activerecord-import (1.5.0) activerecord (>= 4.2) - activestorage (6.1.7.7) - actionpack (= 6.1.7.7) - activejob (= 6.1.7.7) - activerecord (= 6.1.7.7) - activesupport (= 6.1.7.7) + activestorage (8.1.3.1) + actionpack (= 8.1.3.1) + activejob (= 8.1.3.1) + activerecord (= 8.1.3.1) + activesupport (= 8.1.3.1) marcel (~> 1.0) - mini_mime (>= 1.1.0) - activesupport (6.1.7.7) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (8.1.3.1) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + json + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) acts_as_list (1.1.0) activerecord (>= 4.2) addressable (2.8.7) @@ -103,19 +118,21 @@ GEM backport (1.2.0) base64 (0.2.0) bcrypt (3.1.19) - benchmark (0.4.1) + benchmark (0.5.0) bigdecimal (3.1.8) bindex (0.8.1) builder (3.3.0) byebug (11.1.3) character_set (1.8.0) - client_side_validations (18.1.0) - js_regex (~> 3.1) - rails (>= 5.0.0.1, < 7.0) - client_side_validations-simple_form (13.0.0) - client_side_validations (>= 15.0, < 19.0) - simple_form (~> 5.0) + client_side_validations (25.0.0) + js_regex (>= 3.14) + rails (>= 7.2) + client_side_validations-simple_form (19.0.0) + client_side_validations (>= 25.0) + simple_form (>= 5.4) coderay (1.1.3) + commander (5.0.0) + highline (~> 3.0.0) concurrent-ruby (1.3.7) connection_pool (2.4.1) counter_culture (2.9.0) @@ -159,14 +176,16 @@ GEM drb (2.2.1) ecma-re-validator (0.4.0) regexp_parser (~> 2.2) - elastic-transport (8.4.0) + elastic-transport (8.5.3) faraday (< 3) multi_json - elasticsearch (8.19.0) + elasticsearch (8.19.3) elastic-transport (~> 8.3) - elasticsearch-api (= 8.19.0) - elasticsearch-api (8.19.0) + elasticsearch-api (= 8.19.3) + ostruct + elasticsearch-api (8.19.3) multi_json + erb (6.0.6) erubi (1.13.1) erubis (2.7.0) ethon (0.16.0) @@ -207,7 +226,7 @@ GEM rails friendly_id (5.5.0) activerecord (>= 4.0.0) - globalid (1.2.1) + globalid (1.4.0) activesupport (>= 6.1) haml (5.2.2) temple (>= 0.8.0) @@ -220,6 +239,7 @@ GEM railties (>= 5.1) hana (1.3.7) hashie (5.0.0) + highline (3.0.1) html2haml (2.3.0) erubis (~> 2.7.0) haml (>= 4.0) @@ -233,11 +253,17 @@ GEM http-cookie (1.0.8) domain_name (~> 0.5) http-form_data (2.3.0) - i18n (1.14.7) + i18n (1.15.2) concurrent-ruby (~> 1.0) i18n-js (3.9.2) i18n (>= 0.6.6) - jaro_winkler (1.6.1) + io-console (0.8.2) + irb (1.18.0) + pp (>= 0.6.0) + prism (>= 1.3.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) + jaro_winkler (1.7.0) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) @@ -249,7 +275,7 @@ GEM character_set (~> 1.4) regexp_parser (~> 2.11) regexp_property_values (~> 1.0) - json (2.20.0) + json (2.21.2) json_schemer (0.2.25) ecma-re-validator (~> 0.3) hana (~> 1.3) @@ -270,11 +296,11 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - kramdown (2.5.1) - rexml (>= 3.3.9) + kramdown (2.5.2) + rexml (>= 3.4.4) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - language_server-protocol (3.17.0.5) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) llhttp-ffi (0.5.1) ffi-compiler (~> 1.0) @@ -288,7 +314,7 @@ GEM loofah (2.25.2) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mail (2.9.0) + mail (2.9.1) logger mini_mime (>= 0.1.1) net-imap @@ -298,15 +324,17 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.25.5) + minitest (6.0.6) + drb (~> 2.0) + prism (~> 1.5) msgpack (1.7.2) - multi_json (1.17.0) + multi_json (1.21.1) multipart-post (2.4.1) mutex_m (0.2.0) mysql2 (0.5.6) net-http (0.4.1) uri - net-imap (0.6.4.1) + net-imap (0.6.6) date net-protocol net-pop (0.1.2) @@ -325,46 +353,62 @@ GEM oj (3.17.3) bigdecimal (>= 3.0) ostruct (>= 0.2) + open3 (0.2.1) orm_adapter (0.5.0) ostruct (0.6.3) parallel (2.1.0) - parser (3.3.11.1) + parlour (9.1.2) + commander (~> 5.0) + parser + rainbow (~> 3.0) + sorbet-runtime (>= 0.5) + parser (3.3.12.0) ast (~> 2.4.1) racc + pp (0.6.4) + prettyprint + prettyprint (0.2.0) prism (1.9.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) + psych (5.4.0) + date + stringio public_suffix (6.0.2) puma (7.2.1) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) racc (1.8.1) - rack (2.2.20) + rack (2.2.23) rack-cors (2.0.2) rack (>= 2.0.0) rack-proxy (0.7.7) rack + rack-session (1.0.2) + rack (< 3) rack-test (2.2.0) rack (>= 1.3) - rails (6.1.7.7) - actioncable (= 6.1.7.7) - actionmailbox (= 6.1.7.7) - actionmailer (= 6.1.7.7) - actionpack (= 6.1.7.7) - actiontext (= 6.1.7.7) - actionview (= 6.1.7.7) - activejob (= 6.1.7.7) - activemodel (= 6.1.7.7) - activerecord (= 6.1.7.7) - activestorage (= 6.1.7.7) - activesupport (= 6.1.7.7) + rackup (1.0.1) + rack (< 3) + webrick + rails (8.1.3.1) + actioncable (= 8.1.3.1) + actionmailbox (= 8.1.3.1) + actionmailer (= 8.1.3.1) + actionpack (= 8.1.3.1) + actiontext (= 8.1.3.1) + actionview (= 8.1.3.1) + activejob (= 8.1.3.1) + activemodel (= 8.1.3.1) + activerecord (= 8.1.3.1) + activestorage (= 8.1.3.1) + activesupport (= 8.1.3.1) bundler (>= 1.15.0) - railties (= 6.1.7.7) - sprockets-rails (>= 2.0.0) + railties (= 8.1.3.1) rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest @@ -372,17 +416,26 @@ GEM rails-html-sanitizer (1.7.1) loofah (~> 2.25, >= 2.25.2) 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) - railties (6.1.7.7) - actionpack (= 6.1.7.7) - activesupport (= 6.1.7.7) - method_source + railties (8.1.3.1) + actionpack (= 8.1.3.1) + activesupport (= 8.1.3.1) + irb (~> 1.13) + rackup (>= 1.0.0) rake (>= 12.2) - thor (~> 1.0) + thor (~> 1.0, >= 1.2.2) + tsort (>= 0.2) + zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.3.0) - rbs (3.9.4) + rake (13.4.2) + rbs (4.1.1) logger + prism (>= 1.6.0) + tsort rbtree (0.4.6) + rdoc (7.2.0) + erb + psych (>= 4.0.0) + tsort recaptcha (5.9.0) json recursive-open-struct (1.1.3) @@ -392,15 +445,17 @@ GEM connection_pool regexp_parser (2.12.0) regexp_property_values (1.5.2) + reline (0.6.3) + io-console (~> 0.5) request_store (1.5.1) rack (>= 1.4) responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - reverse_markdown (3.0.0) + reverse_markdown (3.0.2) nokogiri - rexml (3.4.2) - rubocop (1.88.0) + rexml (3.4.4) + rubocop (1.88.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -411,7 +466,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) ruby-progressbar (1.13.0) @@ -432,6 +487,7 @@ GEM searchkick (5.3.1) activemodel (>= 6.1) hashie + securerandom (0.4.1) semantic_range (3.0.0) set (1.0.3) sexp_processor (4.17.0) @@ -439,36 +495,49 @@ GEM connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.5.0) - simple_form (5.2.0) - actionpack (>= 5.2) - activemodel (>= 5.2) + simple_form (5.4.1) + actionpack (>= 7.0) + activemodel (>= 7.0) simpleidn (0.2.1) unf (~> 0.1.4) sitemap_generator (6.3.0) builder (~> 3.0) - solargraph (0.56.0) + solargraph (0.60.2) + ast (~> 2.4.3) backport (~> 1.2) benchmark (~> 0.4) - bundler (~> 2.0) + bundler (>= 2.0) diff-lcs (~> 1.4) jaro_winkler (~> 1.6, >= 1.6.1) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.1) logger (~> 1.6) observer (~> 0.1) + open3 (~> 0.2.1) ostruct (~> 0.6) parser (~> 3.0) prism (~> 1.4) - rbs (~> 3.3) + rbs (>= 3.10.0) + rdoc (~> 7.0) reverse_markdown (~> 3.0) - rubocop (~> 1.38) + rubocop (~> 1.76) + sord (~> 7.0) thor (~> 1.0) tilt (~> 2.0) yard (~> 0.9, >= 0.9.24) + yard-activesupport-concern (~> 0.0) yard-solargraph (~> 0.1) solargraph-rails (1.1.0) activesupport solargraph + sorbet-runtime (0.6.13386) + sord (7.1.0) + commander (~> 5.0) + parlour (~> 9.1) + parser + rbs (>= 3.0, < 5) + sorbet-runtime + yard sorted_set (1.0.3) rbtree set (~> 1.0) @@ -480,14 +549,16 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) + stringio (3.2.0) suo (0.4.0) dalli msgpack redis temple (0.10.2) - thor (1.4.0) - tilt (2.6.1) + thor (1.5.0) + tilt (2.8.0) timeout (0.6.1) + tsort (0.2.0) typhoeus (1.4.0) ethon (>= 0.9.0) tzinfo (2.0.6) @@ -502,6 +573,7 @@ GEM unicode-emoji (4.2.0) uri (0.13.3) uri_template (0.7.0) + useragent (0.16.11) warden (1.2.9) rack (>= 2.0.9) web-console (3.7.0) @@ -514,15 +586,18 @@ GEM rack-proxy (>= 0.6.1) railties (>= 5.2) semantic_range (>= 2.3.0) + webrick (1.9.2) websocket-driver (0.8.2) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) yaml (0.3.0) - yard (0.9.44) + yard (0.9.45) + yard-activesupport-concern (0.0.1) + yard (>= 0.8) yard-solargraph (0.1.0) yard (~> 0.9) - zeitwerk (2.7.3) + zeitwerk (2.8.2) PLATFORMS ruby @@ -532,13 +607,13 @@ DEPENDENCIES activegraph (~> 10.1) activejob-traffic_control (>= 0.1.3) activerecord-import (~> 1.3) - activestorage (~> 6.1) + activestorage (~> 8.1) acts_as_list (~> 1.0) base64 bigdecimal byebug (~> 11) - client_side_validations (~> 18.1) - client_side_validations-simple_form (~> 13) + client_side_validations (~> 25.0) + client_side_validations-simple_form (~> 19) concurrent-ruby (= 1.3.7) counter_culture (~> 2.9) crono (~> 2.0) @@ -553,7 +628,7 @@ DEPENDENCIES discourse_api (~> 0.48) draper (~> 4.0) drb - elasticsearch (~> 8.8) + elasticsearch (~> 8.19) eol_terms! font-awesome-sass (~> 5.15) font-kit-rails (~> 1.2) @@ -577,14 +652,14 @@ DEPENDENCIES puma (~> 7.2) pundit (~> 2.1) rack-cors - rails (= 6.1.7.7) + rails (= 8.1.3.1) recaptcha (~> 5.8) redis (~> 5.0) rubyzip (~> 2.3) sass-rails searchkick (~> 5.3) sidekiq (~> 6.5) - simple_form (~> 5.1) + simple_form (~> 5.4) sitemap_generator (~> 6.2) solargraph solargraph-rails