Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 432e3d1

Browse files
Bump sanitize from 5.2.3 to 6.0.0 (mastodon#16580)
Fixes nokogumbo/nokogiri conflicts by dropping the nokogumbo gem, as it has been merged in the nokogiri gem.
1 parent 709876b commit 432e3d1

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ gem 'redis', '~> 4.4', require: ['redis', 'redis/connection/hiredis']
7777
gem 'mario-redis-lock', '~> 1.2', require: 'redis_lock'
7878
gem 'rqrcode', '~> 2.0'
7979
gem 'ruby-progressbar', '~> 1.11'
80-
gem 'sanitize', '~> 5.2'
80+
gem 'sanitize', '~> 6.0'
8181
gem 'scenic', '~> 1.5'
8282
gem 'sidekiq', '~> 6.2'
8383
gem 'sidekiq-scheduler', '~> 3.1'

Gemfile.lock

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,9 @@ GEM
364364
net-ssh (>= 2.6.5, < 7.0.0)
365365
net-ssh (6.1.0)
366366
nio4r (2.5.7)
367-
nokogiri (1.12.0)
367+
nokogiri (1.12.2)
368368
mini_portile2 (~> 2.6.1)
369369
racc (~> 1.4)
370-
nokogumbo (2.0.4)
371-
nokogiri (~> 1.8, >= 1.8.4)
372370
nsa (0.2.8)
373371
activesupport (>= 4.2, < 7)
374372
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -546,10 +544,9 @@ GEM
546544
fugit (~> 1.1, >= 1.1.6)
547545
safety_net_attestation (0.4.0)
548546
jwt (~> 2.0)
549-
sanitize (5.2.3)
547+
sanitize (6.0.0)
550548
crass (~> 1.0.2)
551-
nokogiri (>= 1.8.0)
552-
nokogumbo (~> 2.0)
549+
nokogiri (>= 1.12.0)
553550
scenic (1.5.4)
554551
activerecord (>= 4.0.0)
555552
railties (>= 4.0.0)
@@ -770,7 +767,7 @@ DEPENDENCIES
770767
rubocop (~> 1.18)
771768
rubocop-rails (~> 2.11)
772769
ruby-progressbar (~> 1.11)
773-
sanitize (~> 5.2)
770+
sanitize (~> 6.0)
774771
scenic (~> 1.5)
775772
sidekiq (~> 6.2)
776773
sidekiq-bulk (~> 0.2.0)

0 commit comments

Comments
 (0)