Skip to content

Commit caa11b8

Browse files
authored
Merge branch 'main' into dependabot/bundler/prod-ruby-dependencies-4aa654dba5
2 parents 3a67fc1 + 46128de commit caa11b8

29 files changed

+35
-35
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

21-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
21+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222

2323
steps:
2424
- name: checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

27-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
27+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
2828
with:
2929
bundler-cache: true
3030

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

17-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
17+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
1818
with:
1919
bundler-cache: true
2020

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919

2020
steps:
2121
- name: checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

24-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
24+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
2525
with:
2626
bundler-cache: true
2727
ruby-version: ${{ matrix.ruby }}

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

21-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
21+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
2222
with:
2323
bundler-cache: true
2424

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424

2525
steps:
2626
- name: checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
persist-credentials: false
3030

31-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
31+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
3232
with:
3333
bundler-cache: false
3434

@@ -58,11 +58,11 @@ jobs:
5858
packages: write
5959
id-token: write
6060
steps:
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
with:
6363
persist-credentials: false
6464

65-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
65+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
6666
with:
6767
artifact-ids: ${{ needs.build.outputs.artifact-id }}
6868

@@ -76,15 +76,15 @@ jobs:
7676
run: |
7777
GEM_HOST_API_KEY=${GITHUB_TOKEN} gem push --key github --host https://rubygems.pkg.github.com/${OWNER} $ARTIFACT_PATH/${GEM_NAME}-${GEM_VERSION}.gem
7878
79-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
79+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
8080
with:
8181
bundler-cache: false
8282

8383
- name: bootstrap
8484
run: script/bootstrap
8585

8686
- name: Configure RubyGems Credentials
87-
uses: rubygems/configure-rubygems-credentials@e3f5097339179e0d4c7321ab44209e7e02446746 # pin@main
87+
uses: rubygems/configure-rubygems-credentials@8ae0eaabe45f0a742d106f45e216640f4488922f # pin@main
8888

8989
- name: sign ruby gem
9090
env:
@@ -128,12 +128,12 @@ jobs:
128128
contents: read
129129

130130
steps:
131-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
131+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
132132
with:
133133
artifact-ids: ${{ needs.build.outputs.artifact-id }}
134134

135135
- name: attest build provenance
136-
uses: actions/attest-build-provenance@v2.4.0
136+
uses: actions/attest-build-provenance@v3.0.0
137137
with:
138138
subject-path: "artifact/${{ needs.build.outputs.gem_path }}"
139139

@@ -143,7 +143,7 @@ jobs:
143143
runs-on: ubuntu-latest
144144

145145
steps:
146-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
146+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
147147
with:
148148
artifact-ids: ${{ needs.build.outputs.artifact-id }}
149149

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919

2020
steps:
2121
- name: checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

24-
- uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # pin@v1.245.0
24+
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # pin@v1.257.0
2525
with:
2626
bundler-cache: true
2727
ruby-version: ${{ matrix.ruby }}

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
group :development do
88
gem "irb", "~> 1"
9-
gem "ostruct", "~> 0.6.2"
9+
gem "ostruct", "~> 0.6.3"
1010
gem "rack-test", "~> 2.2"
1111
gem "rspec", "~> 3"
1212
gem "rubocop", "~> 1"

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
pp (>= 0.6.0)
8484
rdoc (>= 4.0.0)
8585
reline (>= 0.4.2)
86-
json (2.12.2)
86+
json (2.13.2)
8787
language_server-protocol (3.17.0.5)
8888
lint_roller (1.1.0)
8989
logger (1.7.0)
@@ -95,9 +95,9 @@ GEM
9595
net-http (0.6.0)
9696
uri
9797
nio4r (2.7.4)
98-
ostruct (0.6.2)
98+
ostruct (0.6.3)
9999
parallel (1.27.0)
100-
parser (3.3.8.0)
100+
parser (3.3.9.0)
101101
ast (~> 2.4.1)
102102
racc
103103
pp (0.6.2)
@@ -130,7 +130,7 @@ GEM
130130
psych (>= 4.0.0)
131131
redacting-logger (1.5.0)
132132
logger (~> 1.6)
133-
regexp_parser (2.10.0)
133+
regexp_parser (2.11.2)
134134
reline (0.6.1)
135135
io-console (~> 0.5)
136136
retryable (3.0.5)
@@ -148,35 +148,35 @@ GEM
148148
diff-lcs (>= 1.2.0, < 2.0)
149149
rspec-support (~> 3.13.0)
150150
rspec-support (3.13.4)
151-
rubocop (1.78.0)
151+
rubocop (1.80.2)
152152
json (~> 2.3)
153153
language_server-protocol (~> 3.17.0.2)
154154
lint_roller (~> 1.1.0)
155155
parallel (~> 1.10)
156156
parser (>= 3.3.0.2)
157157
rainbow (>= 2.2.2, < 4.0)
158158
regexp_parser (>= 2.9.3, < 3.0)
159-
rubocop-ast (>= 1.45.1, < 2.0)
159+
rubocop-ast (>= 1.46.0, < 2.0)
160160
ruby-progressbar (~> 1.7)
161161
unicode-display_width (>= 2.4.0, < 4.0)
162-
rubocop-ast (1.45.1)
162+
rubocop-ast (1.46.0)
163163
parser (>= 3.3.7.2)
164164
prism (~> 1.4)
165165
rubocop-github (0.26.0)
166166
rubocop (>= 1.76)
167167
rubocop-performance (>= 1.24)
168168
rubocop-rails (>= 2.23)
169-
rubocop-performance (1.25.0)
169+
rubocop-performance (1.26.0)
170170
lint_roller (~> 1.1)
171171
rubocop (>= 1.75.0, < 2.0)
172-
rubocop-ast (>= 1.38.0, < 2.0)
172+
rubocop-ast (>= 1.44.0, < 2.0)
173173
rubocop-rails (2.32.0)
174174
activesupport (>= 4.2.0)
175175
lint_roller (~> 1.1)
176176
rack (>= 1.1)
177177
rubocop (>= 1.75.0, < 2.0)
178178
rubocop-ast (>= 1.44.0, < 2.0)
179-
rubocop-rspec (3.6.0)
179+
rubocop-rspec (3.7.0)
180180
lint_roller (~> 1.1)
181181
rubocop (~> 1.72, >= 1.72.1)
182182
ruby-progressbar (1.13.0)
@@ -200,10 +200,10 @@ GEM
200200
simplecov-html (0.13.1)
201201
simplecov_json_formatter (0.1.4)
202202
stringio (3.1.7)
203-
thor (1.3.2)
203+
thor (1.4.0)
204204
tzinfo (2.0.6)
205205
concurrent-ruby (~> 1.0)
206-
unicode-display_width (3.1.4)
206+
unicode-display_width (3.1.5)
207207
unicode-emoji (~> 4.0, >= 4.0.4)
208208
unicode-emoji (4.0.4)
209209
uri (1.0.3)
@@ -222,7 +222,7 @@ PLATFORMS
222222
DEPENDENCIES
223223
hooks-ruby!
224224
irb (~> 1)
225-
ostruct (~> 0.6.2)
225+
ostruct (~> 0.6.3)
226226
rack-test (~> 2.2)
227227
rspec (~> 3)
228228
rubocop (~> 1)

vendor/cache/json-2.12.2.gem

-74 KB
Binary file not shown.

0 commit comments

Comments
 (0)