Skip to content

Commit 379c4c2

Browse files
authored
Update dependencies (#718)
1 parent f497944 commit 379c4c2

File tree

5 files changed

+34
-34
lines changed

5 files changed

+34
-34
lines changed

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -147,33 +147,33 @@ GEM
147147
net-smtp (0.5.1)
148148
net-protocol
149149
nio4r (2.7.5)
150-
nokogiri (1.18.10)
150+
nokogiri (1.19.0)
151151
mini_portile2 (~> 2.8.2)
152152
racc (~> 1.4)
153-
nokogiri (1.18.10-aarch64-linux-gnu)
153+
nokogiri (1.19.0-aarch64-linux-gnu)
154154
racc (~> 1.4)
155-
nokogiri (1.18.10-arm64-darwin)
155+
nokogiri (1.19.0-arm64-darwin)
156156
racc (~> 1.4)
157-
nokogiri (1.18.10-x86_64-darwin)
157+
nokogiri (1.19.0-x86_64-darwin)
158158
racc (~> 1.4)
159-
nokogiri (1.18.10-x86_64-linux-gnu)
159+
nokogiri (1.19.0-x86_64-linux-gnu)
160160
racc (~> 1.4)
161161
parallel (1.27.0)
162-
parser (3.3.10.0)
162+
parser (3.3.10.1)
163163
ast (~> 2.4.1)
164164
racc
165165
pp (0.6.3)
166166
prettyprint
167167
prettyprint (0.2.0)
168-
prism (1.7.0)
168+
prism (1.9.0)
169169
pry (0.16.0)
170170
coderay (~> 1.1)
171171
method_source (~> 1.0)
172172
reline (>= 0.6.0)
173173
psych (5.3.1)
174174
date
175175
stringio
176-
public_suffix (7.0.0)
176+
public_suffix (7.0.2)
177177
racc (1.8.1)
178178
rack (3.2.4)
179179
rack-session (2.1.1)
@@ -215,7 +215,7 @@ GEM
215215
zeitwerk (~> 2.6)
216216
rainbow (3.1.1)
217217
rake (13.3.1)
218-
rdoc (7.0.3)
218+
rdoc (7.1.0)
219219
erb
220220
psych (>= 4.0.0)
221221
tsort
@@ -243,16 +243,16 @@ GEM
243243
rspec-expectations (~> 3.13)
244244
rspec-mocks (~> 3.13)
245245
rspec-support (~> 3.13)
246-
rspec-support (3.13.6)
247-
rubocop (1.82.1)
246+
rspec-support (3.13.7)
247+
rubocop (1.84.0)
248248
json (~> 2.3)
249249
language_server-protocol (~> 3.17.0.2)
250250
lint_roller (~> 1.1.0)
251251
parallel (~> 1.10)
252252
parser (>= 3.3.0.2)
253253
rainbow (>= 2.2.2, < 4.0)
254254
regexp_parser (>= 2.9.3, < 3.0)
255-
rubocop-ast (>= 1.48.0, < 2.0)
255+
rubocop-ast (>= 1.49.0, < 2.0)
256256
ruby-progressbar (~> 1.7)
257257
unicode-display_width (>= 2.4.0, < 4.0)
258258
rubocop-ast (1.49.0)
@@ -268,7 +268,7 @@ GEM
268268
lint_roller (~> 1.1)
269269
rubocop (>= 1.75.0, < 2.0)
270270
rubocop-ast (>= 1.47.1, < 2.0)
271-
rubocop-rspec (3.8.0)
271+
rubocop-rspec (3.9.0)
272272
lint_roller (~> 1.1)
273273
rubocop (~> 1.81)
274274
ruby-progressbar (1.13.0)
@@ -283,7 +283,7 @@ GEM
283283
simplecov-html (0.13.2)
284284
simplecov_json_formatter (0.1.4)
285285
stringio (3.2.0)
286-
thor (1.4.0)
286+
thor (1.5.0)
287287
timeout (0.6.0)
288288
tsort (0.2.0)
289289
tzinfo (2.0.6)
@@ -326,4 +326,4 @@ DEPENDENCIES
326326
simplecov-cobertura
327327

328328
BUNDLED WITH
329-
4.0.3
329+
4.0.5

gemfiles/rails_70/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ GEM
212212
rspec-expectations (~> 3.13)
213213
rspec-mocks (~> 3.13)
214214
rspec-support (~> 3.13)
215-
rspec-support (3.13.6)
215+
rspec-support (3.13.7)
216216
securerandom (0.4.1)
217217
simplecov (0.22.0)
218218
docile (~> 1.1)
@@ -223,7 +223,7 @@ GEM
223223
simplecov (~> 0.19)
224224
simplecov-html (0.13.2)
225225
simplecov_json_formatter (0.1.4)
226-
thor (1.4.0)
226+
thor (1.5.0)
227227
timeout (0.6.0)
228228
tzinfo (2.0.6)
229229
concurrent-ruby (~> 1.0)

gemfiles/rails_71/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ GEM
216216
tsort (>= 0.2)
217217
zeitwerk (~> 2.6)
218218
rake (13.3.1)
219-
rdoc (7.0.3)
219+
rdoc (7.1.0)
220220
erb
221221
psych (>= 4.0.0)
222222
tsort
@@ -244,7 +244,7 @@ GEM
244244
rspec-expectations (~> 3.13)
245245
rspec-mocks (~> 3.13)
246246
rspec-support (~> 3.13)
247-
rspec-support (3.13.6)
247+
rspec-support (3.13.7)
248248
securerandom (0.4.1)
249249
simplecov (0.22.0)
250250
docile (~> 1.1)
@@ -256,7 +256,7 @@ GEM
256256
simplecov-html (0.13.2)
257257
simplecov_json_formatter (0.1.4)
258258
stringio (3.2.0)
259-
thor (1.4.0)
259+
thor (1.5.0)
260260
timeout (0.6.0)
261261
tsort (0.2.0)
262262
tzinfo (2.0.6)

gemfiles/rails_72/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ GEM
209209
tsort (>= 0.2)
210210
zeitwerk (~> 2.6)
211211
rake (13.3.1)
212-
rdoc (7.0.3)
212+
rdoc (7.1.0)
213213
erb
214214
psych (>= 4.0.0)
215215
tsort
@@ -237,7 +237,7 @@ GEM
237237
rspec-expectations (~> 3.13)
238238
rspec-mocks (~> 3.13)
239239
rspec-support (~> 3.13)
240-
rspec-support (3.13.6)
240+
rspec-support (3.13.7)
241241
securerandom (0.4.1)
242242
simplecov (0.22.0)
243243
docile (~> 1.1)
@@ -249,7 +249,7 @@ GEM
249249
simplecov-html (0.13.2)
250250
simplecov_json_formatter (0.1.4)
251251
stringio (3.2.0)
252-
thor (1.4.0)
252+
thor (1.5.0)
253253
timeout (0.6.0)
254254
tsort (0.2.0)
255255
tzinfo (2.0.6)

gemfiles/rails_80/Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -143,29 +143,29 @@ GEM
143143
net-smtp (0.5.1)
144144
net-protocol
145145
nio4r (2.7.5)
146-
nokogiri (1.18.10)
146+
nokogiri (1.19.0)
147147
mini_portile2 (~> 2.8.2)
148148
racc (~> 1.4)
149-
nokogiri (1.18.10-aarch64-linux-gnu)
149+
nokogiri (1.19.0-aarch64-linux-gnu)
150150
racc (~> 1.4)
151-
nokogiri (1.18.10-arm64-darwin)
151+
nokogiri (1.19.0-arm64-darwin)
152152
racc (~> 1.4)
153-
nokogiri (1.18.10-x86_64-darwin)
153+
nokogiri (1.19.0-x86_64-darwin)
154154
racc (~> 1.4)
155-
nokogiri (1.18.10-x86_64-linux-gnu)
155+
nokogiri (1.19.0-x86_64-linux-gnu)
156156
racc (~> 1.4)
157157
pp (0.6.3)
158158
prettyprint
159159
prettyprint (0.2.0)
160-
prism (1.7.0)
160+
prism (1.9.0)
161161
pry (0.16.0)
162162
coderay (~> 1.1)
163163
method_source (~> 1.0)
164164
reline (>= 0.6.0)
165165
psych (5.3.1)
166166
date
167167
stringio
168-
public_suffix (7.0.0)
168+
public_suffix (7.0.2)
169169
racc (1.8.1)
170170
rack (3.2.4)
171171
rack-session (2.1.1)
@@ -206,7 +206,7 @@ GEM
206206
tsort (>= 0.2)
207207
zeitwerk (~> 2.6)
208208
rake (13.3.1)
209-
rdoc (7.0.3)
209+
rdoc (7.1.0)
210210
erb
211211
psych (>= 4.0.0)
212212
tsort
@@ -234,7 +234,7 @@ GEM
234234
rspec-expectations (~> 3.13)
235235
rspec-mocks (~> 3.13)
236236
rspec-support (~> 3.13)
237-
rspec-support (3.13.6)
237+
rspec-support (3.13.7)
238238
securerandom (0.4.1)
239239
simplecov (0.22.0)
240240
docile (~> 1.1)
@@ -246,7 +246,7 @@ GEM
246246
simplecov-html (0.13.2)
247247
simplecov_json_formatter (0.1.4)
248248
stringio (3.2.0)
249-
thor (1.4.0)
249+
thor (1.5.0)
250250
timeout (0.6.0)
251251
tsort (0.2.0)
252252
tzinfo (2.0.6)
@@ -281,4 +281,4 @@ DEPENDENCIES
281281
simplecov-cobertura
282282

283283
BUNDLED WITH
284-
4.0.3
284+
4.0.5

0 commit comments

Comments
 (0)