Skip to content

Commit bb03af1

Browse files
authored
Merge pull request #213 from github/combined-prs
Combined PRs
2 parents f556fcc + d27fd19 commit bb03af1

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@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0
28+
- uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.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@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0
21+
- uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.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@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0
23+
- uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.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@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0
25+
- uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.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
@@ -32,7 +32,7 @@ GEM
3232
bigdecimal (3.3.1)
3333
concurrent-ruby (1.3.5)
3434
connection_pool (2.5.3)
35-
contracts (0.17.2)
35+
contracts (0.17.3)
3636
crack (1.0.1)
3737
bigdecimal
3838
rexml
@@ -58,7 +58,7 @@ GEM
5858
hashdiff (1.2.1)
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
61-
json (2.16.0)
61+
json (2.18.0)
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.0)
7979
ast (~> 2.4.1)
8080
racc
81-
prism (1.6.0)
81+
prism (1.7.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.81.7)
105+
rubocop (1.82.0)
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.47.1, < 2.0)
113+
rubocop-ast (>= 1.48.0, < 2.0)
114114
ruby-progressbar (~> 1.7)
115115
unicode-display_width (>= 2.4.0, < 4.0)
116116
rubocop-ast (1.48.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.2)
133+
ruby-lsp (0.26.4)
134134
language_server-protocol (~> 3.17.0)
135135
prism (>= 1.2, < 2.0)
136136
rbs (>= 3, < 5)
@@ -152,7 +152,7 @@ GEM
152152
concurrent-ruby (~> 1.0)
153153
unicode-display_width (3.2.0)
154154
unicode-emoji (~> 4.1)
155-
unicode-emoji (4.1.0)
155+
unicode-emoji (4.2.0)
156156
uri (1.1.1)
157157
vcr (6.3.1)
158158
base64

vendor/cache/contracts-0.17.2.gem

-58 KB
Binary file not shown.

vendor/cache/contracts-0.17.3.gem

58.5 KB
Binary file not shown.

vendor/cache/json-2.16.0.gem

-102 KB
Binary file not shown.

vendor/cache/json-2.18.0.gem

103 KB
Binary file not shown.

vendor/cache/prism-1.6.0.gem

-628 KB
Binary file not shown.

0 commit comments

Comments
 (0)