From bb0abae512f1defe30c6302814d79580e036539f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 00:35:08 +0000 Subject: [PATCH] build(deps-dev): bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the / directory: [simplecov-cobertura](https://github.com/jessebs/simplecov-cobertura), [json](https://github.com/ruby/json) and [parser](https://github.com/whitequark/parser). Updates `simplecov-cobertura` from 2.1.0 to 3.0.0 - [Release notes](https://github.com/jessebs/simplecov-cobertura/releases) - [Commits](https://github.com/jessebs/simplecov-cobertura/compare/v2.1.0...v3.0.0) Updates `json` from 2.13.0 to 2.13.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.13.0...v2.13.1) Updates `parser` from 3.3.8.0 to 3.3.9.0 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v3.3.8.0...v3.3.9.0) build(deps): bump ruby/setup-ruby in the all group Bumps the all group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.247.0 to 1.253.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/472790540115ce5bd69d399a020189a8c87d641f...bb6434c747fa7022e12fa1cae2a0951fcffcff26) --- updated-dependencies: - dependency-name: simplecov-cobertura dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: json dependency-version: 2.13.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: parser dependency-version: 3.3.9.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: ruby/setup-ruby dependency-version: 1.253.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- Gemfile.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01d24a6b3..88366d0ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0 + uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0 with: ruby-version: ruby diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 746a4d9f1..e7fb96bac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Set up Ruby - uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f # v1.247.0 + uses: ruby/setup-ruby@bb6434c747fa7022e12fa1cae2a0951fcffcff26 # v1.253.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true diff --git a/Gemfile.lock b/Gemfile.lock index 9e5e3ad5c..16e4aa09e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM logger (~> 1.5) docile (1.4.1) iniparse (1.5.0) - json (2.13.0) + json (2.13.1) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) @@ -17,7 +17,7 @@ GEM iniparse (~> 1.4) rexml (>= 3.3.9) parallel (1.27.0) - parser (3.3.8.0) + parser (3.3.9.0) ast (~> 2.4.1) racc prism (1.4.0) @@ -45,7 +45,7 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-cobertura (2.1.0) + simplecov-cobertura (3.0.0) rexml simplecov (~> 0.19) simplecov-html (0.13.2)