Skip to content

Commit 7a6488b

Browse files
authored
Merge pull request #188 from github/combined-prs
Combined PRs
2 parents 9555e6c + 736853f commit 7a6488b

21 files changed

+15
-15
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@v5
2727

28-
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # pin@v1.263.0
28+
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.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@v5
2020

21-
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # pin@v1.263.0
21+
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.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@v5
2222

23-
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # pin@v1.263.0
23+
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.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@v5
2424

25-
- uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # pin@v1.263.0
25+
- uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.0
2626
with:
2727
bundler-cache: true
2828
ruby-version: ${{ matrix.ruby }}

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
hashdiff (1.2.0)
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
61-
json (2.13.2)
61+
json (2.15.1)
6262
language_server-protocol (3.17.0.5)
6363
lint_roller (1.1.0)
6464
logger (1.7.0)
@@ -76,15 +76,15 @@ GEM
7676
parser (3.3.9.0)
7777
ast (~> 2.4.1)
7878
racc
79-
prism (1.4.0)
79+
prism (1.6.0)
8080
public_suffix (6.0.2)
8181
racc (1.8.1)
8282
rack (3.1.17)
8383
rainbow (3.1.1)
8484
rake (13.3.0)
8585
rbs (3.6.1)
8686
logger
87-
regexp_parser (2.11.2)
87+
regexp_parser (2.11.3)
8888
retryable (3.0.5)
8989
rexml (3.4.2)
9090
rspec (3.13.1)
@@ -100,28 +100,28 @@ GEM
100100
diff-lcs (>= 1.2.0, < 2.0)
101101
rspec-support (~> 3.13.0)
102102
rspec-support (3.13.4)
103-
rubocop (1.80.2)
103+
rubocop (1.81.1)
104104
json (~> 2.3)
105105
language_server-protocol (~> 3.17.0.2)
106106
lint_roller (~> 1.1.0)
107107
parallel (~> 1.10)
108108
parser (>= 3.3.0.2)
109109
rainbow (>= 2.2.2, < 4.0)
110110
regexp_parser (>= 2.9.3, < 3.0)
111-
rubocop-ast (>= 1.46.0, < 2.0)
111+
rubocop-ast (>= 1.47.1, < 2.0)
112112
ruby-progressbar (~> 1.7)
113113
unicode-display_width (>= 2.4.0, < 4.0)
114-
rubocop-ast (1.46.0)
114+
rubocop-ast (1.47.1)
115115
parser (>= 3.3.7.2)
116116
prism (~> 1.4)
117117
rubocop-github (0.23.0)
118118
rubocop (>= 1.72)
119119
rubocop-performance (>= 1.24)
120120
rubocop-rails (>= 2.23)
121-
rubocop-performance (1.26.0)
121+
rubocop-performance (1.26.1)
122122
lint_roller (~> 1.1)
123123
rubocop (>= 1.75.0, < 2.0)
124-
rubocop-ast (>= 1.44.0, < 2.0)
124+
rubocop-ast (>= 1.47.1, < 2.0)
125125
rubocop-rails (2.32.0)
126126
activesupport (>= 4.2.0)
127127
lint_roller (~> 1.1)
@@ -148,9 +148,9 @@ GEM
148148
simplecov_json_formatter (0.1.4)
149149
tzinfo (2.0.6)
150150
concurrent-ruby (~> 1.0)
151-
unicode-display_width (3.1.5)
152-
unicode-emoji (~> 4.0, >= 4.0.4)
153-
unicode-emoji (4.0.4)
151+
unicode-display_width (3.2.0)
152+
unicode-emoji (~> 4.1)
153+
unicode-emoji (4.1.0)
154154
uri (1.0.3)
155155
vcr (6.3.1)
156156
base64

vendor/cache/json-2.13.2.gem

-76 KB
Binary file not shown.

vendor/cache/json-2.15.1.gem

77 KB
Binary file not shown.

vendor/cache/prism-1.4.0.gem

-618 KB
Binary file not shown.

vendor/cache/prism-1.6.0.gem

628 KB
Binary file not shown.
-58.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)