From 2743194eb109c1587b260816580e4fba0f40be75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 07:05:26 +0000 Subject: [PATCH] chore(deps): bump the ruby-deps group across 1 directory with 8 updates Bumps the ruby-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rails_semantic_logger](https://github.com/reidmorrison/rails_semantic_logger) | `4.19.0` | `4.20.0` | | [bigdecimal](https://github.com/ruby/bigdecimal) | `4.0.1` | `4.1.1` | | [terser](https://github.com/ahorek/terser-ruby) | `1.2.6` | `1.2.7` | | [pagy](https://github.com/ddnexus/pagy) | `43.4.2` | `43.5.0` | | [view_component](https://github.com/viewcomponent/view_component) | `4.5.0` | `4.6.0` | | [haml_lint](https://github.com/sds/haml-lint) | `0.72.0` | `0.73.0` | | [parallel_tests](https://github.com/grosser/parallel_tests) | `5.6.0` | `5.7.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.85.1` | `1.86.1` | Updates `rails_semantic_logger` from 4.19.0 to 4.20.0 - [Commits](https://github.com/reidmorrison/rails_semantic_logger/compare/v4.19.0...v4.20.0) Updates `bigdecimal` from 4.0.1 to 4.1.1 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/bigdecimal/compare/v4.0.1...v4.1.1) Updates `terser` from 1.2.6 to 1.2.7 - [Release notes](https://github.com/ahorek/terser-ruby/releases) - [Changelog](https://github.com/ahorek/terser-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ahorek/terser-ruby/compare/1.2.6...1.2.7) Updates `pagy` from 43.4.2 to 43.5.0 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/ddnexus/pagy/compare/43.4.2...43.5.0) Updates `view_component` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/viewcomponent/view_component/releases) - [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/viewcomponent/view_component/compare/v4.5.0...v4.6.0) Updates `haml_lint` from 0.72.0 to 0.73.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.72.0...v0.73.0) Updates `parallel_tests` from 5.6.0 to 5.7.0 - [Changelog](https://github.com/grosser/parallel_tests/blob/master/CHANGELOG.md) - [Commits](https://github.com/grosser/parallel_tests/compare/v5.6.0...v5.7.0) Updates `rubocop` from 1.85.1 to 1.86.1 - [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.85.1...v1.86.1) --- updated-dependencies: - dependency-name: rails_semantic_logger dependency-version: 4.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: bigdecimal dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: terser dependency-version: 1.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps - dependency-name: pagy dependency-version: 43.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: view_component dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: haml_lint dependency-version: 0.73.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: parallel_tests dependency-version: 5.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 36 +++++++++++++++--------------------- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/Gemfile b/Gemfile index e08d7ba56..2d1dfa5df 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'simple_form' gem 'terser' -gem 'pagy', '~> 43.4' +gem 'pagy', '~> 43.5' gem 'icalendar' gem 'tzinfo-data' diff --git a/Gemfile.lock b/Gemfile.lock index 994093b53..3ca385a15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (4.0.1) + bigdecimal (4.1.1) bindex (0.8.1) binding_of_caller (2.0.0) debug_inspector (>= 1.2.0) @@ -195,7 +195,7 @@ GEM drb (2.2.3) erb (6.0.2) erubi (1.13.1) - execjs (2.10.0) + execjs (2.10.1) fabrication (2.31.0) faker (3.6.1) i18n (>= 1.8.11, < 2) @@ -222,9 +222,9 @@ GEM temple (>= 0.8.2) thor tilt - haml_lint (0.72.0) + haml_lint (0.73.0) haml (>= 5.0) - parallel (~> 1.10) + parallel (>= 1.10) rainbow rubocop (>= 1.0) sysexits (~> 1.1) @@ -259,9 +259,6 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.19.3) - json-schema (6.2.0) - addressable (~> 2.8) - bigdecimal (>= 3.1, < 5) jwt (2.7.1) language_server-protocol (3.17.0.5) launchy (3.1.1) @@ -287,8 +284,6 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.3) - mcp (0.9.2) - json-schema (>= 4.1) method_source (1.1.0) mime-types (3.7.0) logger @@ -344,14 +339,14 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) ostruct (0.6.3) - pagy (43.4.2) + pagy (43.5.0) json uri yaml - parallel (1.27.0) - parallel_tests (5.6.0) + parallel (2.0.1) + parallel_tests (5.7.0) parallel - parser (3.3.10.2) + parser (3.3.11.1) ast (~> 2.4.1) racc pg (1.6.3-aarch64-linux) @@ -438,7 +433,7 @@ GEM 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) + rails_semantic_logger (4.20.0) rack railties (>= 5.1) semantic_logger (~> 4.16) @@ -486,12 +481,11 @@ GEM rspec-mocks (>= 3.13.0, < 5.0.0) rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) - rubocop (1.85.1) + rubocop (1.86.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - mcp (~> 0.6) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) @@ -536,7 +530,7 @@ GEM scout_apm (6.1.1) parser securerandom (0.4.1) - semantic_logger (4.17.0) + semantic_logger (4.18.0) concurrent-ruby (~> 1.0) shoulda-matchers (7.0.1) activesupport (>= 7.1) @@ -569,7 +563,7 @@ GEM stripe (9.0.0) sysexits (1.2.0) temple (0.10.4) - terser (1.2.6) + terser (1.2.7) execjs (>= 0.3.0, < 3) thor (1.5.0) tilt (2.7.0) @@ -590,7 +584,7 @@ GEM uri (1.1.1) useragent (0.16.11) version_gem (1.1.3) - view_component (4.5.0) + view_component (4.6.0) actionview (>= 7.1.0) activesupport (>= 7.1.0) concurrent-ruby (~> 1) @@ -663,7 +657,7 @@ DEPENDENCIES omniauth omniauth-github omniauth-rails_csrf_protection - pagy (~> 43.4) + pagy (~> 43.5) parallel_tests pg pickadate-rails