Skip to content

Commit bad4ecf

Browse files
authored
Merge branch 'master' into patch-1
2 parents 762e1e4 + 68d9753 commit bad4ecf

8 files changed

Lines changed: 63 additions & 58 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ jobs:
3636
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3737

3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v3
42+
uses: github/codeql-action/init@v4
4343
with:
4444
languages: ${{ matrix.language }}
4545
queries: +security-and-quality
4646

4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@v3
48+
uses: github/codeql-action/autobuild@v4
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v3
51+
uses: github/codeql-action/analyze@v4
5252
with:
5353
category: "/language:${{ matrix.language }}"

.github/workflows/rl-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333

3434
- name: Configure Ruby
3535
uses: ./.github/actions/setup

.github/workflows/ruby-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
# Checkout the code
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3232
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3737

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
3030
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
3131

32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
with:
3434
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3535

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix: ${{ steps.set-matrix.outputs.matrix }}
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
with:
3434
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3535

@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout code
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v6
5858

5959
- name: Configure Ruby
6060
uses: ./.github/actions/setup
@@ -66,4 +66,4 @@ jobs:
6666

6767
- name: Upload coverage
6868
if: matrix.ruby == '3.2' || matrix.ruby == '3.3'
69-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@5.5.1
69+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@5.5.2

Gemfile.lock

Lines changed: 51 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -11,45 +11,44 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actionpack (8.0.3)
15-
actionview (= 8.0.3)
16-
activesupport (= 8.0.3)
14+
actionpack (8.1.1)
15+
actionview (= 8.1.1)
16+
activesupport (= 8.1.1)
1717
nokogiri (>= 1.8.5)
1818
rack (>= 2.2.4)
1919
rack-session (>= 1.0.1)
2020
rack-test (>= 0.6.3)
2121
rails-dom-testing (~> 2.2)
2222
rails-html-sanitizer (~> 1.6)
2323
useragent (~> 0.16)
24-
actionview (8.0.3)
25-
activesupport (= 8.0.3)
24+
actionview (8.1.1)
25+
activesupport (= 8.1.1)
2626
builder (~> 3.1)
2727
erubi (~> 1.11)
2828
rails-dom-testing (~> 2.2)
2929
rails-html-sanitizer (~> 1.6)
30-
activesupport (8.0.3)
30+
activesupport (8.1.1)
3131
base64
32-
benchmark (>= 0.3)
3332
bigdecimal
3433
concurrent-ruby (~> 1.0, >= 1.3.1)
3534
connection_pool (>= 2.2.5)
3635
drb
3736
i18n (>= 1.6, < 2)
37+
json
3838
logger (>= 1.4.2)
3939
minitest (>= 5.1)
4040
securerandom (>= 0.3)
4141
tzinfo (~> 2.0, >= 2.0.5)
4242
uri (>= 0.13.1)
43-
addressable (2.8.7)
44-
public_suffix (>= 2.0.2, < 7.0)
43+
addressable (2.8.8)
44+
public_suffix (>= 2.0.2, < 8.0)
4545
ast (2.4.3)
4646
base64 (0.3.0)
47-
benchmark (0.4.1)
48-
bigdecimal (3.2.3)
47+
bigdecimal (3.3.1)
4948
builder (3.3.0)
5049
coderay (1.1.3)
5150
concurrent-ruby (1.3.5)
52-
connection_pool (2.5.4)
51+
connection_pool (2.5.5)
5352
coveralls (0.7.1)
5453
multi_json (~> 1.3)
5554
rest-client
@@ -60,14 +59,16 @@ GEM
6059
bigdecimal
6160
rexml
6261
crass (1.0.6)
63-
diff-lcs (1.5.1)
62+
date (3.5.0)
63+
diff-lcs (1.6.2)
6464
docile (1.4.1)
6565
domain_name (0.6.20240107)
6666
dotenv (2.8.1)
6767
dotenv-rails (2.8.1)
6868
dotenv (= 2.8.1)
6969
railties (>= 3.2)
7070
drb (2.2.3)
71+
erb (6.0.0)
7172
erubi (1.13.0)
7273
faker (2.23.0)
7374
i18n (>= 1.8.11, < 2)
@@ -105,12 +106,13 @@ GEM
105106
domain_name (~> 0.5)
106107
i18n (1.14.7)
107108
concurrent-ruby (~> 1.0)
108-
io-console (0.7.2)
109-
irb (1.14.1)
109+
io-console (0.8.1)
110+
irb (1.15.3)
111+
pp (>= 0.6.0)
110112
rdoc (>= 4.0.0)
111113
reline (>= 0.4.2)
112-
json (2.15.0)
113-
jwt (2.9.3)
114+
json (2.18.0)
115+
jwt (2.10.2)
114116
base64
115117
language_server-protocol (3.17.0.5)
116118
lint_roller (1.1.0)
@@ -128,7 +130,7 @@ GEM
128130
mime-types-data (~> 3.2015)
129131
mime-types-data (3.2024.1105)
130132
mini_portile2 (2.8.9)
131-
minitest (5.25.5)
133+
minitest (5.26.2)
132134
multi_json (1.15.0)
133135
nenv (0.3.0)
134136
netrc (0.11.0)
@@ -155,22 +157,24 @@ GEM
155157
nenv (~> 0.1)
156158
shellany (~> 0.0)
157159
parallel (1.27.0)
158-
parser (3.3.9.0)
160+
parser (3.3.10.1)
159161
ast (~> 2.4.1)
160162
racc
161-
pp (0.6.1)
163+
pp (0.6.3)
162164
prettyprint
163165
prettyprint (0.2.0)
164-
prism (1.5.1)
166+
prism (1.8.0)
165167
pry (0.15.0)
166168
coderay (~> 1.1)
167169
method_source (~> 1.0)
168-
psych (5.2.0)
170+
psych (5.2.6)
171+
date
169172
stringio
170-
public_suffix (6.0.1)
173+
public_suffix (7.0.0)
171174
racc (1.8.1)
172-
rack (3.2.1)
173-
rack-session (2.0.0)
175+
rack (3.2.4)
176+
rack-session (2.1.1)
177+
base64 (>= 0.1.0)
174178
rack (>= 3.0.0)
175179
rack-test (2.1.0)
176180
rack (>= 1.3)
@@ -183,24 +187,26 @@ GEM
183187
rails-html-sanitizer (1.6.0)
184188
loofah (~> 2.21)
185189
nokogiri (~> 1.14)
186-
railties (8.0.3)
187-
actionpack (= 8.0.3)
188-
activesupport (= 8.0.3)
190+
railties (8.1.1)
191+
actionpack (= 8.1.1)
192+
activesupport (= 8.1.1)
189193
irb (~> 1.13)
190194
rackup (>= 1.0.0)
191195
rake (>= 12.2)
192196
thor (~> 1.0, >= 1.2.2)
193197
tsort (>= 0.2)
194198
zeitwerk (~> 2.6)
195199
rainbow (3.1.1)
196-
rake (13.3.0)
200+
rake (13.3.1)
197201
rb-fsevent (0.11.2)
198202
rb-inotify (0.11.1)
199203
ffi (~> 1.0)
200-
rdoc (6.8.1)
204+
rdoc (6.15.1)
205+
erb
201206
psych (>= 4.0.0)
207+
tsort
202208
regexp_parser (2.11.3)
203-
reline (0.5.11)
209+
reline (0.6.3)
204210
io-console (~> 0.5)
205211
rest-client (2.1.0)
206212
http-accept (>= 1.7.0, < 2.0)
@@ -209,34 +215,34 @@ GEM
209215
netrc (~> 0.8)
210216
retryable (3.0.5)
211217
rexml (3.3.9)
212-
rspec (3.13.0)
218+
rspec (3.13.2)
213219
rspec-core (~> 3.13.0)
214220
rspec-expectations (~> 3.13.0)
215221
rspec-mocks (~> 3.13.0)
216-
rspec-core (3.13.2)
222+
rspec-core (3.13.6)
217223
rspec-support (~> 3.13.0)
218-
rspec-expectations (3.13.3)
224+
rspec-expectations (3.13.5)
219225
diff-lcs (>= 1.2.0, < 2.0)
220226
rspec-support (~> 3.13.0)
221-
rspec-mocks (3.13.2)
227+
rspec-mocks (3.13.6)
222228
diff-lcs (>= 1.2.0, < 2.0)
223229
rspec-support (~> 3.13.0)
224-
rspec-support (3.13.1)
225-
rubocop (1.81.1)
230+
rspec-support (3.13.6)
231+
rubocop (1.82.1)
226232
json (~> 2.3)
227233
language_server-protocol (~> 3.17.0.2)
228234
lint_roller (~> 1.1.0)
229235
parallel (~> 1.10)
230236
parser (>= 3.3.0.2)
231237
rainbow (>= 2.2.2, < 4.0)
232238
regexp_parser (>= 2.9.3, < 3.0)
233-
rubocop-ast (>= 1.47.1, < 2.0)
239+
rubocop-ast (>= 1.48.0, < 2.0)
234240
ruby-progressbar (~> 1.7)
235241
unicode-display_width (>= 2.4.0, < 4.0)
236-
rubocop-ast (1.47.1)
242+
rubocop-ast (1.49.0)
237243
parser (>= 3.3.7.2)
238-
prism (~> 1.4)
239-
rubocop-rails (2.33.4)
244+
prism (~> 1.7)
245+
rubocop-rails (2.34.1)
240246
activesupport (>= 4.2.0)
241247
lint_roller (~> 1.1)
242248
rack (>= 1.1)
@@ -254,7 +260,7 @@ GEM
254260
simplecov (~> 0.19)
255261
simplecov-html (0.13.1)
256262
simplecov_json_formatter (0.1.4)
257-
stringio (3.1.2)
263+
stringio (3.1.8)
258264
sync (0.5.0)
259265
term-ansicolor (1.11.2)
260266
tins (~> 1.0)
@@ -269,11 +275,10 @@ GEM
269275
concurrent-ruby (~> 1.0)
270276
unicode-display_width (3.2.0)
271277
unicode-emoji (~> 4.1)
272-
unicode-emoji (4.1.0)
273-
uri (1.0.3)
278+
unicode-emoji (4.2.0)
279+
uri (1.1.1)
274280
useragent (0.16.10)
275-
vcr (6.3.1)
276-
base64
281+
vcr (6.4.0)
277282
webmock (3.24.0)
278283
addressable (>= 2.8.0)
279284
crack (>= 0.3.2)

examples/ruby-api/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
88
nio4r (2.7.3)
99
puma (5.6.9)
1010
nio4r (~> 2.0)
11-
rack (2.2.18)
11+
rack (2.2.20)
1212
rack-protection (2.2.3)
1313
rack
1414
ruby2_keywords (0.0.5)

0 commit comments

Comments
 (0)