Skip to content

Commit c80348a

Browse files
authored
Merge pull request #136 from github/combined-prs
Combined PRs
2 parents 2258f0d + 71a0ffe commit c80348a

17 files changed

+11
-11
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@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.0
28+
- uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # pin@v1.287.0
2929
with:
3030
bundler-cache: true
3131

.github/workflows/gem.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@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.0
23+
- uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # pin@v1.287.0
2424
with:
2525
bundler-cache: true
2626

.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@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.0
21+
- uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # pin@v1.287.0
2222
with:
2323
bundler-cache: true
2424

.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@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.0
25+
- uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # pin@v1.287.0
2626
with:
2727
bundler-cache: true
2828
ruby-version: ${{ matrix.ruby }}

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ GEM
4949
optimist (~> 3.1)
5050
ostruct (~> 0.6.0)
5151
erb (6.0.1)
52-
faraday (2.14.0)
52+
faraday (2.14.1)
5353
faraday-net_http (>= 2.0, < 3.5)
5454
json
5555
logger
@@ -63,12 +63,12 @@ GEM
6363
pp (>= 0.6.0)
6464
rdoc (>= 4.0.0)
6565
reline (>= 0.4.2)
66-
json (2.18.0)
66+
json (2.18.1)
6767
language_server-protocol (3.17.0.5)
6868
lint_roller (1.1.0)
6969
logger (1.7.0)
7070
minitest (5.25.5)
71-
net-http (0.8.0)
71+
net-http (0.9.1)
7272
uri (>= 0.11.1)
7373
net-ldap (0.20.0)
7474
base64
@@ -79,13 +79,13 @@ GEM
7979
optimist (3.2.1)
8080
ostruct (0.6.3)
8181
parallel (1.27.0)
82-
parser (3.3.10.0)
82+
parser (3.3.10.1)
8383
ast (~> 2.4.1)
8484
racc
8585
pp (0.6.3)
8686
prettyprint
8787
prettyprint (0.2.0)
88-
prism (1.7.0)
88+
prism (1.9.0)
8989
psych (5.3.1)
9090
date
9191
stringio
@@ -115,15 +115,15 @@ GEM
115115
diff-lcs (>= 1.2.0, < 2.0)
116116
rspec-support (~> 3.13.0)
117117
rspec-support (3.13.6)
118-
rubocop (1.82.1)
118+
rubocop (1.84.0)
119119
json (~> 2.3)
120120
language_server-protocol (~> 3.17.0.2)
121121
lint_roller (~> 1.1.0)
122122
parallel (~> 1.10)
123123
parser (>= 3.3.0.2)
124124
rainbow (>= 2.2.2, < 4.0)
125125
regexp_parser (>= 2.9.3, < 3.0)
126-
rubocop-ast (>= 1.48.0, < 2.0)
126+
rubocop-ast (>= 1.49.0, < 2.0)
127127
ruby-progressbar (~> 1.7)
128128
unicode-display_width (>= 2.4.0, < 4.0)
129129
rubocop-ast (1.49.0)

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/net-http-0.8.0.gem

-51 KB
Binary file not shown.

0 commit comments

Comments
 (0)