From 2c3ff30cac9d97efcf12873e0c61db187ba30e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:44:37 +0000 Subject: [PATCH] chore(deps): bump the ruby-deps group with 5 updates Bumps the ruby-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [pagy](https://github.com/ddnexus/pagy) | `43.3.0` | `43.3.1` | | [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) | `1.6.2` | `1.7.0` | | [haml_lint](https://github.com/sds/haml-lint) | `0.70.0` | `0.71.0` | | [web-console](https://github.com/rails/web-console) | `4.2.1` | `4.3.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.84.2` | `1.85.0` | Updates `pagy` from 43.3.0 to 43.3.1 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ddnexus/pagy/compare/43.3.0...43.3.1) Updates `rails-html-sanitizer` from 1.6.2 to 1.7.0 - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/rails-html-sanitizer/compare/v1.6.2...v1.7.0) Updates `haml_lint` from 0.70.0 to 0.71.0 - [Release notes](https://github.com/sds/haml-lint/releases) - [Changelog](https://github.com/sds/haml-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/sds/haml-lint/compare/v0.70.0...v0.71.0) Updates `web-console` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/rails/web-console/releases) - [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown) - [Commits](https://github.com/rails/web-console/compare/v4.2.1...v4.3.0) Updates `rubocop` from 1.84.2 to 1.85.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.84.2...v1.85.0) --- updated-dependencies: - dependency-name: pagy dependency-version: 43.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: rails-html-sanitizer dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: haml_lint dependency-version: 0.71.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: web-console dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 32 +++++++++++++++++++------------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index d279a87b8..d35abc3c6 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem 'faraday' gem 'stripe' -gem 'rails-html-sanitizer', '~> 1.6.2' +gem 'rails-html-sanitizer', '~> 1.7.0' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '~> 7.2' diff --git a/Gemfile.lock b/Gemfile.lock index fa586224d..666e52c1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM dotenv (= 3.2.0) railties (>= 6.1) drb (2.2.3) - erb (6.0.1) + erb (6.0.2) erubi (1.13.1) execjs (2.10.0) fabrication (2.31.0) @@ -222,7 +222,7 @@ GEM temple (>= 0.8.2) thor tilt - haml_lint (0.70.0) + haml_lint (0.71.0) haml (>= 5.0) parallel (~> 1.10) rainbow @@ -259,6 +259,9 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.18.1) + json-schema (6.1.0) + addressable (~> 2.8) + bigdecimal (>= 3.1, < 5) jwt (2.7.1) language_server-protocol (3.17.0.5) launchy (3.1.1) @@ -284,6 +287,8 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.3) + mcp (0.7.1) + json-schema (>= 4.1) method_source (1.1.0) mime-types (3.7.0) logger @@ -292,7 +297,8 @@ GEM mini_magick (5.3.1) logger mini_mime (1.1.5) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) multi_xml (0.6.0) mutex_m (0.3.0) @@ -338,7 +344,7 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) ostruct (0.6.3) - pagy (43.3.0) + pagy (43.3.1) json uri yaml @@ -429,8 +435,8 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) 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_semantic_logger (4.19.0) rack @@ -480,10 +486,11 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.84.2) + rubocop (1.85.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) + mcp (~> 0.6) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -583,11 +590,10 @@ GEM uri (1.1.1) useragent (0.16.11) version_gem (1.1.3) - web-console (4.2.1) - actionview (>= 6.0.0) - activemodel (>= 6.0.0) + web-console (4.3.0) + actionview (>= 8.0.0) bindex (>= 0.4.0) - railties (>= 6.0.0) + railties (>= 8.0.0) webmock (3.26.1) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -599,7 +605,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yaml (0.4.0) - zeitwerk (2.7.4) + zeitwerk (2.7.5) PLATFORMS aarch64-linux @@ -665,7 +671,7 @@ DEPENDENCIES pundit rack-mini-profiler (~> 4.0) rails (~> 8.1.2) - rails-html-sanitizer (~> 1.6.2) + rails-html-sanitizer (~> 1.7.0) rails_semantic_logger reline rolify