Skip to content

Commit 15bcc2d

Browse files
authored
Merge pull request #1036 from pod4lib/update-dependencies
Update dependencies
2 parents 5f6dcf1 + df3bbdd commit 15bcc2d

File tree

1 file changed

+12
-46
lines changed

1 file changed

+12
-46
lines changed

Gemfile.lock

+12-46
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ GEM
127127
xpath (~> 3.2)
128128
chronic (0.10.2)
129129
concurrent-ruby (1.2.3)
130-
config (5.1.0)
130+
config (5.3.0)
131131
deep_merge (~> 1.2, >= 1.2.1)
132-
dry-validation (~> 1.0, >= 1.0.0)
133132
connection_pool (2.4.1)
134133
crack (1.0.0)
135134
bigdecimal
@@ -161,39 +160,6 @@ GEM
161160
capistrano-shared_configs
162161
docile (1.4.0)
163162
domain_name (0.6.20240107)
164-
dry-configurable (1.1.0)
165-
dry-core (~> 1.0, < 2)
166-
zeitwerk (~> 2.6)
167-
dry-core (1.0.1)
168-
concurrent-ruby (~> 1.0)
169-
zeitwerk (~> 2.6)
170-
dry-inflector (1.0.0)
171-
dry-initializer (3.1.1)
172-
dry-logic (1.5.0)
173-
concurrent-ruby (~> 1.0)
174-
dry-core (~> 1.0, < 2)
175-
zeitwerk (~> 2.6)
176-
dry-schema (1.13.3)
177-
concurrent-ruby (~> 1.0)
178-
dry-configurable (~> 1.0, >= 1.0.1)
179-
dry-core (~> 1.0, < 2)
180-
dry-initializer (~> 3.0)
181-
dry-logic (>= 1.4, < 2)
182-
dry-types (>= 1.7, < 2)
183-
zeitwerk (~> 2.6)
184-
dry-types (1.7.2)
185-
bigdecimal (~> 3.0)
186-
concurrent-ruby (~> 1.0)
187-
dry-core (~> 1.0)
188-
dry-inflector (~> 1.0)
189-
dry-logic (~> 1.4)
190-
zeitwerk (~> 2.6)
191-
dry-validation (1.10.0)
192-
concurrent-ruby (~> 1.0)
193-
dry-core (~> 1.0, < 2)
194-
dry-initializer (~> 3.0)
195-
dry-schema (>= 1.12, < 2)
196-
zeitwerk (~> 2.6)
197163
erubi (1.12.0)
198164
factory_bot (6.2.1)
199165
activesupport (>= 5.0.0)
@@ -212,7 +178,7 @@ GEM
212178
activesupport (>= 6.1)
213179
hashdiff (1.1.0)
214180
highline (3.0.1)
215-
honeybadger (5.5.0)
181+
honeybadger (5.5.1)
216182
http (5.2.0)
217183
addressable (~> 2.8)
218184
base64 (~> 0.1)
@@ -250,7 +216,7 @@ GEM
250216
actionview (>= 5.0.0)
251217
activesupport (>= 5.0.0)
252218
json (2.7.1)
253-
jwt (2.8.0)
219+
jwt (2.8.1)
254220
base64
255221
kaminari (1.2.2)
256222
activesupport (>= 4.1.0)
@@ -281,7 +247,7 @@ GEM
281247
rexml
282248
scrub_rb (>= 1.0.1, < 2)
283249
unf
284-
marcel (1.0.2)
250+
marcel (1.0.4)
285251
matrix (0.4.2)
286252
method_source (1.0.0)
287253
mini_mime (1.1.5)
@@ -315,7 +281,7 @@ GEM
315281
parser (3.3.0.5)
316282
ast (~> 2.4.1)
317283
racc
318-
pg (1.5.5)
284+
pg (1.5.6)
319285
psych (5.1.2)
320286
stringio
321287
public_suffix (5.0.4)
@@ -397,7 +363,7 @@ GEM
397363
rspec-mocks (~> 3.12)
398364
rspec-support (~> 3.12)
399365
rspec-support (3.13.1)
400-
rubocop (1.60.2)
366+
rubocop (1.61.0)
401367
json (~> 2.3)
402368
language_server-protocol (>= 3.17.0)
403369
parallel (~> 1.10)
@@ -408,21 +374,21 @@ GEM
408374
rubocop-ast (>= 1.30.0, < 2.0)
409375
ruby-progressbar (~> 1.7)
410376
unicode-display_width (>= 2.4.0, < 3.0)
411-
rubocop-ast (1.30.0)
412-
parser (>= 3.2.1.0)
377+
rubocop-ast (1.31.1)
378+
parser (>= 3.3.0.4)
413379
rubocop-capybara (2.20.0)
414380
rubocop (~> 1.41)
415381
rubocop-factory_bot (2.25.1)
416382
rubocop (~> 1.41)
417383
rubocop-performance (1.20.2)
418384
rubocop (>= 1.48.1, < 2.0)
419385
rubocop-ast (>= 1.30.0, < 2.0)
420-
rubocop-rails (2.23.1)
386+
rubocop-rails (2.24.0)
421387
activesupport (>= 4.2.0)
422388
rack (>= 1.1)
423389
rubocop (>= 1.33.0, < 2.0)
424-
rubocop-ast (>= 1.30.0, < 2.0)
425-
rubocop-rspec (2.26.1)
390+
rubocop-ast (>= 1.31.1, < 2.0)
391+
rubocop-rspec (2.27.1)
426392
rubocop (~> 1.40)
427393
rubocop-capybara (~> 2.17)
428394
rubocop-factory_bot (~> 2.22)
@@ -464,7 +430,7 @@ GEM
464430
stringio (3.1.0)
465431
terminal-table (3.0.2)
466432
unicode-display_width (>= 1.1.1, < 3)
467-
thor (1.3.0)
433+
thor (1.3.1)
468434
timecop (0.9.8)
469435
timeout (0.4.1)
470436
turbolinks (5.2.1)

0 commit comments

Comments
 (0)