From cdcbcb9acefd7a75b366626f3e883bbedb96c337 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Thu, 17 Jul 2025 09:47:32 +0900 Subject: [PATCH 1/3] Fix syntax error --- .github/workflows/bundle-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle-update.yml b/.github/workflows/bundle-update.yml index 240c866864..10d6868152 100644 --- a/.github/workflows/bundle-update.yml +++ b/.github/workflows/bundle-update.yml @@ -50,7 +50,7 @@ jobs: - name: Create Pull Request if: env.has_update == 'true' env: - GH_TOKEN: ${{ ${{ secrets.DEPENDABOT_MERGE_GH_TOKEN }} }} + GH_TOKEN: ${{ secrets.DEPENDABOT_MERGE_GH_TOKEN }} run: | gh pr create \ --title 'bundle update (`/Gemfile`)' \ From 824362c933208394f238abcf67fc9b8c6dc75cb3 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Thu, 17 Jul 2025 09:51:04 +0900 Subject: [PATCH 2/3] Bundle update steep/Gemfile too --- .github/workflows/bundle-update.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bundle-update.yml b/.github/workflows/bundle-update.yml index 10d6868152..b46e800922 100644 --- a/.github/workflows/bundle-update.yml +++ b/.github/workflows/bundle-update.yml @@ -33,7 +33,8 @@ jobs: - name: Run bundle update run: | bundle lock --update - git add Gemfile.lock + bundle lock --update --gemfile=steep/Gemfile + git add Gemfile.lock steep/Gemfile.lock if git diff --cached --exit-code; then echo "No changes to commit, exiting." @@ -53,7 +54,7 @@ jobs: GH_TOKEN: ${{ secrets.DEPENDABOT_MERGE_GH_TOKEN }} run: | gh pr create \ - --title 'bundle update (`/Gemfile`)' \ - --body "Automated bundle update" \ + --title 'bundle update' \ + --body "Automated weekly bundle update" \ --head "$(git rev-parse --abbrev-ref HEAD)" \ --base "${{ github.event.repository.default_branch }}" From 668d70c8d70ba1f8b4e072e6f8a2ac7da216f164 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Jul 2025 00:52:21 +0000 Subject: [PATCH 3/3] bundle update --- Gemfile.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 67d26dee6f..1a779a398b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,17 +30,17 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.0) + benchmark (0.4.1) benchmark-ips (2.14.0) bigdecimal (3.2.2) concurrent-ruby (1.3.5) connection_pool (2.5.3) - csv (3.3.4) + csv (3.3.5) dbm (1.1.0) diff-lcs (1.6.2) digest (3.2.0) drb (2.2.3) - erb (5.0.1) + erb (5.0.2) extconf_compile_commands_json (0.0.7) ffi (1.17.2) ffi (1.17.2-x86_64-linux-gnu) @@ -53,7 +53,7 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) json (2.12.2) - json-schema (5.1.1) + json-schema (5.2.1) addressable (~> 2.8) bigdecimal (~> 3.1) language_server-protocol (3.17.0.5) @@ -73,7 +73,7 @@ GEM nkf (0.2.0) nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) - ostruct (0.6.1) + ostruct (0.6.2) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) @@ -96,7 +96,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.14.0) + rdoc (6.14.2) erb psych (>= 4.0.0) regexp_parser (2.10.0) @@ -104,7 +104,7 @@ GEM rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.4) + rspec-core (3.13.5) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) @@ -113,7 +113,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.4) - rubocop (1.75.8) + rubocop (1.78.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -121,10 +121,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.44.0, < 2.0) + rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.44.1) + rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-on-rbs (1.8.0) @@ -163,7 +163,7 @@ GEM tempfile (0.3.1) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) - test-unit (3.6.8) + test-unit (3.7.0) power_assert timeout (0.4.3) tzinfo (2.0.6)