Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Bump rails-html-sanitizer from 1.4.2 to 1.4.4 in /spec/support/v6.0 #531

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 11 additions & 21 deletions spec/support/v6.0/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.7.32)
sorbet-rails (0.7.34)
method_source (>= 0.9.2)
parlour (>= 4.0.1)
parser (>= 2.7)
Expand Down Expand Up @@ -83,33 +83,31 @@ GEM
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
loofah (2.16.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.15.0)
nio4r (2.5.8)
nokogiri (1.13.4)
mini_portile2 (~> 2.8.0)
nokogiri (1.13.10-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.4-x86_64-darwin)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
parlour (7.0.0)
parlour (8.0.0)
commander (~> 4.5)
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (3.1.2.0)
parser (3.1.3.0)
ast (~> 2.4.1)
polyfill (1.9.0)
puma (4.3.12)
nio4r (~> 2.0)
racc (1.6.0)
racc (1.6.1)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All @@ -131,8 +129,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
railties (6.0.4.7)
actionpack (= 6.0.4.7)
activesupport (= 6.0.4.7)
Expand All @@ -144,20 +142,12 @@ GEM
safe_type (1.1.1)
sorbet (0.5.9892)
sorbet-static (= 0.5.9892)
sorbet-coerce (0.5.0)
sorbet-coerce (0.7.0)
polyfill (~> 1.8)
safe_type (~> 1.1, >= 1.1.1)
sorbet-runtime (>= 0.4.4704)
sorbet-runtime (0.5.9892)
sorbet-static (0.5.9892-universal-darwin-14)
sorbet-static (0.5.9892-universal-darwin-15)
sorbet-static (0.5.9892-universal-darwin-16)
sorbet-static (0.5.9892-universal-darwin-17)
sorbet-static (0.5.9892-universal-darwin-18)
sorbet-static (0.5.9892-universal-darwin-19)
sorbet-static (0.5.9892-universal-darwin-20)
sorbet-static (0.5.9892-universal-darwin-21)
sorbet-static (0.5.9892-x86_64-linux)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -181,8 +171,8 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
ruby
x86_64-darwin-19
x86_64-linux

DEPENDENCIES
byebug
Expand Down