Skip to content

Commit

Permalink
Updating nokogiri and rails-html-sanitizer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
epotocko committed Nov 18, 2019
1 parent e8e4b93 commit c72c935
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
grapple (0.2.0)
actionpack (>= 4.2.11)
activesupport (>= 4.2.11)
actionpack (>= 4.2.11.1)
activesupport (>= 4.2.11.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -35,27 +35,27 @@ GEM
arel (8.0.0)
builder (3.2.3)
concurrent-ruby (1.0.5)
crass (1.0.3)
crass (1.0.5)
diff-lcs (1.3)
erubi (1.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
loofah (2.2.0)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.9.0)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
rack (2.0.4)
rack-test (0.8.2)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.1.5)
actionpack (= 5.1.5)
activesupport (= 5.1.5)
Expand Down Expand Up @@ -98,8 +98,8 @@ PLATFORMS
ruby

DEPENDENCIES
activemodel (>= 4.2.11)
activerecord (>= 4.2.11)
activemodel (>= 4.2.11.1)
activerecord (>= 4.2.11.1)
grapple!
rake
rspec-html-matchers (~> 0.7.0)
Expand Down

0 comments on commit c72c935

Please sign in to comment.