Skip to content

Commit 12f45ad

Browse files
authored
Merge pull request #241 from github/combined-prs
Combined PRs
2 parents 90ee917 + f0c4164 commit 12f45ad

File tree

13 files changed

+14
-8
lines changed

13 files changed

+14
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: checkout
2626
uses: actions/checkout@v6
2727

28-
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # pin@v1.288.0
28+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0
2929
with:
3030
bundler-cache: true
3131

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: checkout
1919
uses: actions/checkout@v6
2020

21-
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # pin@v1.288.0
21+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: checkout
2121
uses: actions/checkout@v6
2222

23-
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # pin@v1.288.0
23+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0
2424
with:
2525
bundler-cache: true
2626

@@ -46,7 +46,7 @@ jobs:
4646
GEM_HOST_API_KEY=${{ secrets.GITHUB_TOKEN }} gem push --KEY github --host https://rubygems.pkg.github.com/${OWNER} ${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem
4747
4848
- name: release
49-
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # pin@v1.20.0
49+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # pin@v1.21.0
5050
with:
5151
artifacts: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
5252
tag: "v${{ env.GEM_VERSION }}"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: checkout
2323
uses: actions/checkout@v6
2424

25-
- uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # pin@v1.288.0
25+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # pin@v1.295.0
2626
with:
2727
bundler-cache: true
2828
ruby-version: ${{ matrix.ruby }}

Gemfile.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,14 @@ GEM
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
6161
json (2.18.1)
62+
json-schema (5.2.2)
63+
addressable (~> 2.8)
64+
bigdecimal (~> 3.1)
6265
language_server-protocol (3.17.0.5)
6366
lint_roller (1.1.0)
6467
logger (1.7.0)
68+
mcp (0.7.1)
69+
json-schema (>= 4.1)
6570
minitest (5.25.5)
6671
mutex_m (0.3.0)
6772
net-http (0.9.1)
@@ -75,7 +80,7 @@ GEM
7580
optimist (3.2.1)
7681
ostruct (0.6.3)
7782
parallel (1.27.0)
78-
parser (3.3.10.1)
83+
parser (3.3.10.2)
7984
ast (~> 2.4.1)
8085
racc
8186
prism (1.9.0)
@@ -102,10 +107,11 @@ GEM
102107
diff-lcs (>= 1.2.0, < 2.0)
103108
rspec-support (~> 3.13.0)
104109
rspec-support (3.13.6)
105-
rubocop (1.84.2)
110+
rubocop (1.85.0)
106111
json (~> 2.3)
107112
language_server-protocol (~> 3.17.0.2)
108113
lint_roller (~> 1.1.0)
114+
mcp (~> 0.6)
109115
parallel (~> 1.10)
110116
parser (>= 3.3.0.2)
111117
rainbow (>= 2.2.2, < 4.0)
@@ -130,7 +136,7 @@ GEM
130136
rack (>= 1.1)
131137
rubocop (>= 1.75.0, < 2.0)
132138
rubocop-ast (>= 1.44.0, < 2.0)
133-
ruby-lsp (0.26.6)
139+
ruby-lsp (0.26.7)
134140
language_server-protocol (~> 3.17.0)
135141
prism (>= 1.2, < 2.0)
136142
rbs (>= 3, < 5)

vendor/cache/json-schema-5.2.2.gem

32.5 KB
Binary file not shown.

vendor/cache/mcp-0.7.1.gem

49 KB
Binary file not shown.

vendor/cache/parser-3.3.10.1.gem

-891 KB
Binary file not shown.

vendor/cache/parser-3.3.10.2.gem

891 KB
Binary file not shown.

vendor/cache/rubocop-1.84.2.gem

-714 KB
Binary file not shown.

0 commit comments

Comments
 (0)