Skip to content

Commit 03764ec

Browse files
authored
Merge pull request #229 from github/combined-prs
Combined PRs
2 parents 21b7b9b + 0c0f858 commit 03764ec

15 files changed

+10
-10
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@8a836efbcebe5de0fe86b48a775b7a31b5c70c93 # pin@v1.277.0
28+
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # pin@v1.286.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@8a836efbcebe5de0fe86b48a775b7a31b5c70c93 # pin@v1.277.0
21+
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # pin@v1.286.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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@8a836efbcebe5de0fe86b48a775b7a31b5c70c93 # pin@v1.277.0
23+
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # pin@v1.286.0
2424
with:
2525
bundler-cache: true
2626

.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@8a836efbcebe5de0fe86b48a775b7a31b5c70c93 # pin@v1.277.0
25+
- uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # pin@v1.286.0
2626
with:
2727
bundler-cache: true
2828
ruby-version: ${{ matrix.ruby }}

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ GEM
4747
octokit (~> 4.18)
4848
optimist (~> 3.1)
4949
ostruct (~> 0.6.0)
50-
faraday (2.14.0)
50+
faraday (2.14.1)
5151
faraday-net_http (>= 2.0, < 3.5)
5252
json
5353
logger
@@ -58,7 +58,7 @@ GEM
5858
hashdiff (1.2.1)
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
61-
json (2.18.0)
61+
json (2.18.1)
6262
language_server-protocol (3.17.0.5)
6363
lint_roller (1.1.0)
6464
logger (1.7.0)
@@ -78,7 +78,7 @@ GEM
7878
parser (3.3.10.1)
7979
ast (~> 2.4.1)
8080
racc
81-
prism (1.8.0)
81+
prism (1.9.0)
8282
public_suffix (6.0.2)
8383
racc (1.8.1)
8484
rack (3.1.18)
@@ -102,15 +102,15 @@ GEM
102102
diff-lcs (>= 1.2.0, < 2.0)
103103
rspec-support (~> 3.13.0)
104104
rspec-support (3.13.6)
105-
rubocop (1.82.1)
105+
rubocop (1.84.1)
106106
json (~> 2.3)
107107
language_server-protocol (~> 3.17.0.2)
108108
lint_roller (~> 1.1.0)
109109
parallel (~> 1.10)
110110
parser (>= 3.3.0.2)
111111
rainbow (>= 2.2.2, < 4.0)
112112
regexp_parser (>= 2.9.3, < 3.0)
113-
rubocop-ast (>= 1.48.0, < 2.0)
113+
rubocop-ast (>= 1.49.0, < 2.0)
114114
ruby-progressbar (~> 1.7)
115115
unicode-display_width (>= 2.4.0, < 4.0)
116116
rubocop-ast (1.49.0)
@@ -130,7 +130,7 @@ GEM
130130
rack (>= 1.1)
131131
rubocop (>= 1.75.0, < 2.0)
132132
rubocop-ast (>= 1.44.0, < 2.0)
133-
ruby-lsp (0.26.5)
133+
ruby-lsp (0.26.6)
134134
language_server-protocol (~> 3.17.0)
135135
prism (>= 1.2, < 2.0)
136136
rbs (>= 3, < 5)

vendor/cache/faraday-2.14.0.gem

-73.5 KB
Binary file not shown.

vendor/cache/faraday-2.14.1.gem

73.5 KB
Binary file not shown.

vendor/cache/json-2.18.0.gem

-103 KB
Binary file not shown.

vendor/cache/json-2.18.1.gem

103 KB
Binary file not shown.

vendor/cache/prism-1.8.0.gem

-634 KB
Binary file not shown.

0 commit comments

Comments
 (0)