From 833f2717ce1eb402f6241bf7eff36520caa19d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 08:06:48 +0000 Subject: [PATCH] build(deps-dev): bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [sorbet-runtime](https://github.com/sorbet/sorbet) and [rspec-support](https://github.com/rspec/rspec). Updates `sorbet-runtime` from 0.6.12521 to 0.6.12550 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `rspec-support` from 3.13.5 to 3.13.6 - [Changelog](https://github.com/rspec/rspec/blob/rspec-support-v3.13.6/rspec-support/Changelog.md) - [Commits](https://github.com/rspec/rspec/compare/rspec-support-v3.13.5...rspec-support-v3.13.6) 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.257.0 to 1.259.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/44511735964dcb71245e7e55f72539531f7bc0eb...866b91cc020931c510d42e43e498a7f07d335f60) --- updated-dependencies: - dependency-name: sorbet-runtime dependency-version: 0.6.12550 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: rspec-support dependency-version: 3.13.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: ruby/setup-ruby dependency-version: 1.259.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f0f8fce..d2452ff2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@main - name: Set up Ruby - uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0 + uses: ruby/setup-ruby@866b91cc020931c510d42e43e498a7f07d335f60 # v1.259.0 with: bundler-cache: true diff --git a/Gemfile.lock b/Gemfile.lock index 5e9d48ef..e93425cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.5) + rspec-support (3.13.6) securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) @@ -46,7 +46,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - sorbet-runtime (0.6.12521) + sorbet-runtime (0.6.12550) tzinfo (2.0.6) concurrent-ruby (~> 1.0) uri (1.0.3)