Skip to content

Commit 2258f0d

Browse files
authored
Merge pull request #129 from github/combined-prs
Combined PRs
2 parents fd70adf + 77722b2 commit 2258f0d

37 files changed

+22
-23
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/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@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0
23+
- uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.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@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0
21+
- uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # pin@v1.269.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@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: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ GEM
2929
bigdecimal (3.3.1)
3030
concurrent-ruby (1.3.5)
3131
connection_pool (2.5.3)
32-
contracts (0.17.2)
32+
contracts (0.17.3)
3333
crack (1.0.1)
3434
bigdecimal
3535
rexml
36-
date (3.5.0)
37-
debug (1.11.0)
36+
date (3.5.1)
37+
debug (1.11.1)
3838
irb (~> 1.10)
3939
reline (>= 0.3.8)
4040
diff-lcs (1.6.2)
@@ -48,7 +48,7 @@ GEM
4848
octokit (~> 4.18)
4949
optimist (~> 3.1)
5050
ostruct (~> 0.6.0)
51-
erb (5.1.3)
51+
erb (6.0.1)
5252
faraday (2.14.0)
5353
faraday-net_http (>= 2.0, < 3.5)
5454
json
@@ -58,12 +58,12 @@ GEM
5858
hashdiff (1.2.1)
5959
i18n (1.14.7)
6060
concurrent-ruby (~> 1.0)
61-
io-console (0.8.1)
62-
irb (1.15.3)
61+
io-console (0.8.2)
62+
irb (1.16.0)
6363
pp (>= 0.6.0)
6464
rdoc (>= 4.0.0)
6565
reline (>= 0.4.2)
66-
json (2.16.0)
66+
json (2.18.0)
6767
language_server-protocol (3.17.0.5)
6868
lint_roller (1.1.0)
6969
logger (1.7.0)
@@ -85,21 +85,21 @@ GEM
8585
pp (0.6.3)
8686
prettyprint
8787
prettyprint (0.2.0)
88-
prism (1.6.0)
89-
psych (5.2.6)
88+
prism (1.7.0)
89+
psych (5.3.1)
9090
date
9191
stringio
9292
public_suffix (7.0.0)
9393
racc (1.8.1)
9494
rack (3.1.18)
9595
rainbow (3.1.1)
9696
rake (13.3.1)
97-
rdoc (6.15.1)
97+
rdoc (7.0.3)
9898
erb
9999
psych (>= 4.0.0)
100100
tsort
101101
regexp_parser (2.11.3)
102-
reline (0.6.2)
102+
reline (0.6.3)
103103
io-console (~> 0.5)
104104
rexml (3.4.4)
105105
rspec (3.13.2)
@@ -115,20 +115,20 @@ GEM
115115
diff-lcs (>= 1.2.0, < 2.0)
116116
rspec-support (~> 3.13.0)
117117
rspec-support (3.13.6)
118-
rubocop (1.81.7)
118+
rubocop (1.82.1)
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.47.1, < 2.0)
126+
rubocop-ast (>= 1.48.0, < 2.0)
127127
ruby-progressbar (~> 1.7)
128128
unicode-display_width (>= 2.4.0, < 4.0)
129-
rubocop-ast (1.47.1)
129+
rubocop-ast (1.49.0)
130130
parser (>= 3.3.7.2)
131-
prism (~> 1.4)
131+
prism (~> 1.7)
132132
rubocop-github (0.26.0)
133133
rubocop (>= 1.76)
134134
rubocop-performance (>= 1.24)
@@ -157,16 +157,15 @@ GEM
157157
simplecov (< 1.0)
158158
simplecov-html (0.13.1)
159159
simplecov_json_formatter (0.1.4)
160-
stringio (3.1.7)
160+
stringio (3.2.0)
161161
tsort (0.2.0)
162162
tzinfo (2.0.6)
163163
concurrent-ruby (~> 1.0)
164164
unicode-display_width (3.2.0)
165165
unicode-emoji (~> 4.1)
166-
unicode-emoji (4.1.0)
166+
unicode-emoji (4.2.0)
167167
uri (1.1.1)
168-
vcr (6.3.1)
169-
base64
168+
vcr (6.4.0)
170169
webmock (3.26.1)
171170
addressable (>= 2.8.0)
172171
crack (>= 0.3.2)

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/date-3.5.0.gem

-76.5 KB
Binary file not shown.

vendor/cache/date-3.5.1.gem

76.5 KB
Binary file not shown.

vendor/cache/debug-1.11.0.gem

-98 KB
Binary file not shown.

0 commit comments

Comments
 (0)