Skip to content

Commit b715523

Browse files
Update gems where it's simple, 2025-06-30 (#2340)
Update several gems where they are unlikely to cause version problems. I checked the changelogs of each one (and in most cases their diffs) before updating. We'll only merge this commit if our test suite passes, but I expect no issues. Signed-off-by: David A. Wheeler <[email protected]>
1 parent 159ba13 commit b715523

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GEM
9090
blind_index (2.6.1)
9191
activesupport (>= 7)
9292
argon2-kdf (>= 0.2)
93-
bootsnap (1.18.4)
93+
bootsnap (1.18.6)
9494
msgpack (~> 1.2)
9595
bootstrap-sass (3.4.1)
9696
autoprefixer-rails (>= 5.2.1)
@@ -99,7 +99,7 @@ GEM
9999
railties (>= 3.1)
100100
bootstrap_form (2.7.0)
101101
builder (3.3.0)
102-
bullet (8.0.0)
102+
bullet (8.0.8)
103103
activesupport (>= 3.0.0)
104104
uniform_notifier (~> 1.11)
105105
bundler-audit (0.9.2)
@@ -131,7 +131,7 @@ GEM
131131
bigdecimal
132132
rexml
133133
crass (1.0.6)
134-
csv (3.3.2)
134+
csv (3.3.5)
135135
date (3.4.1)
136136
docile (1.4.1)
137137
dotenv (2.8.1)
@@ -244,7 +244,7 @@ GEM
244244
net-pop
245245
net-smtp
246246
marcel (1.0.4)
247-
matrix (0.4.2)
247+
matrix (0.4.3)
248248
mdl (0.13.0)
249249
kramdown (~> 2.3)
250250
kramdown-parser-gfm (~> 1.1)
@@ -267,9 +267,9 @@ GEM
267267
tomlrb
268268
mixlib-shellout (3.3.4)
269269
chef-utils
270-
msgpack (1.7.5)
270+
msgpack (1.8.0)
271271
multi_json (1.15.0)
272-
multi_xml (0.7.1)
272+
multi_xml (0.7.2)
273273
bigdecimal (~> 3.1)
274274
net-http (0.6.0)
275275
uri
@@ -450,14 +450,14 @@ GEM
450450
rdoc (6.14.1)
451451
erb
452452
psych (>= 4.0.0)
453-
redcarpet (3.6.0)
453+
redcarpet (3.6.1)
454454
regexp_parser (2.10.0)
455455
reline (0.6.1)
456456
io-console (~> 0.5)
457457
request_store (1.7.0)
458458
rack (>= 1.4)
459459
require_all (3.0.0)
460-
rexml (3.4.0)
460+
rexml (3.4.1)
461461
rubocop (1.69.2)
462462
json (~> 2.3)
463463
language_server-protocol (>= 3.17.0)
@@ -518,9 +518,9 @@ GEM
518518
simplecov-html (0.13.1)
519519
simplecov_json_formatter (0.1.4)
520520
singleton (0.3.0)
521-
snaky_hash (2.0.1)
522-
hashie
523-
version_gem (~> 1.1, >= 1.1.1)
521+
snaky_hash (2.0.3)
522+
hashie (>= 0.1.0, < 6)
523+
version_gem (>= 1.1.8, < 3)
524524
solid_queue (1.1.2)
525525
activejob (>= 7.1)
526526
activerecord (>= 7.1)
@@ -549,14 +549,14 @@ GEM
549549
concurrent-ruby (~> 1.0)
550550
uglifier (4.2.1)
551551
execjs (>= 0.3.0, < 3)
552-
unicode-display_width (3.1.3)
552+
unicode-display_width (3.1.4)
553553
unicode-emoji (~> 4.0, >= 4.0.4)
554554
unicode-emoji (4.0.4)
555-
uniform_notifier (1.16.0)
555+
uniform_notifier (1.17.0)
556556
uri (1.0.3)
557557
useragent (0.16.11)
558558
vcr (5.0.0)
559-
version_gem (1.1.4)
559+
version_gem (1.1.8)
560560
web-console (4.2.1)
561561
actionview (>= 6.0.0)
562562
activemodel (>= 6.0.0)

0 commit comments

Comments
 (0)