From 4caaa1b19e8cda5322f3e561d7d3e208135a8ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 07:05:11 +0000 Subject: [PATCH 1/2] build(deps): bump the all group with 2 updates Bumps the all group with 2 updates: [csv](https://github.com/ruby/csv) and [activesupport](https://github.com/rails/rails). Updates `csv` from 3.3.5 to 3.3.6 - [Release notes](https://github.com/ruby/csv/releases) - [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md) - [Commits](https://github.com/ruby/csv/compare/v3.3.5...v3.3.6) Updates `activesupport` from 8.1.3 to 8.1.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.1.3...v8.1.3.1) build(deps): bump actions/stale from 10.4.0 to 11.0.0 in the all group Bumps the all group with 1 update: [actions/stale](https://github.com/actions/stale). Updates `actions/stale` from 10.4.0 to 11.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/1e223db275d687790206a7acac4d1a11bd6fe629...4391f3da665fdf50b6810c1a66712fb9ba21aa93) --- updated-dependencies: - dependency-name: csv dependency-version: 3.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: activesupport dependency-version: 8.1.3.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d81701d8..d94aeeea 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,7 +27,7 @@ jobs: pull-requests: write steps: - name: Mark/Close Stale Issues and Pull Requests - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 + uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 30 diff --git a/Gemfile.lock b/Gemfile.lock index e8345465..fb5ebc7b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (8.1.3) + activesupport (8.1.3.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -38,7 +38,7 @@ GEM reline (>= 0.6.0) concurrent-ruby (1.3.8) connection_pool (3.0.2) - csv (3.3.5) + csv (3.3.6) dotenv (3.2.0) drb (2.2.3) faraday (2.14.3) @@ -50,7 +50,7 @@ GEM i18n (1.15.2) concurrent-ruby (~> 1.0) io-console (0.8.2) - json (2.21.1) + json (2.21.2) language_server-protocol (3.17.0.6) licensee (10.0.0) dotenv (>= 2, < 4) From e9133f0751bc08570bc60f7eed29b1e27c428132 Mon Sep 17 00:00:00 2001 From: licensed-ci Date: Fri, 31 Jul 2026 07:05:50 +0000 Subject: [PATCH 2/2] Auto-update license files for PR #979 Generated by https://github.com/licensee/licensed/blob/main/.github/workflows/licensed.yml --- .licenses/bundler/activesupport.dep.yml | 2 +- .licenses/bundler/csv.dep.yml | 4 ++-- .licenses/bundler/json.dep.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.licenses/bundler/activesupport.dep.yml b/.licenses/bundler/activesupport.dep.yml index 2fe00e11..f9cf3bd3 100644 --- a/.licenses/bundler/activesupport.dep.yml +++ b/.licenses/bundler/activesupport.dep.yml @@ -1,6 +1,6 @@ --- name: activesupport -version: 8.1.3 +version: 8.1.3.1 type: bundler summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. diff --git a/.licenses/bundler/csv.dep.yml b/.licenses/bundler/csv.dep.yml index ccd78931..ecc40808 100644 --- a/.licenses/bundler/csv.dep.yml +++ b/.licenses/bundler/csv.dep.yml @@ -1,6 +1,6 @@ --- name: csv -version: 3.3.5 +version: 3.3.6 type: bundler summary: CSV Reading and Writing homepage: https://github.com/ruby/csv @@ -45,5 +45,5 @@ licenses: text: |- The gem is available as open source under the terms of the [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause). - See LICENSE.txt for details. + See [LICENSE.txt](LICENSE.txt) for details. notices: [] diff --git a/.licenses/bundler/json.dep.yml b/.licenses/bundler/json.dep.yml index c1f037b3..90ce9e41 100644 --- a/.licenses/bundler/json.dep.yml +++ b/.licenses/bundler/json.dep.yml @@ -1,6 +1,6 @@ --- name: json -version: 2.21.1 +version: 2.21.2 type: bundler summary: JSON Implementation for Ruby homepage: https://github.com/ruby/json