Skip to content
Closed
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
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -101,7 +101,7 @@ GEM
builder (3.2.4)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
crass (1.0.5)
crass (1.0.6)
equatable (0.6.1)
erubi (1.9.0)
execjs (2.7.0)
Expand All@@ -119,26 +119,29 @@ GEM
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.4.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.8.0)
mini_racer (0.2.8)
libv8 (>= 6.9.411)
minitest (5.13.0)
mutations (0.9.0)
activesupport
necromancer (0.5.1)
nio4r (2.5.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.6)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
opal (0.11.4)
ast (>= 2.3.0)
hike (~> 1.2)
Expand DownExpand Up@@ -169,6 +172,7 @@ GEM
pastel (0.7.3)
equatable (~> 0.6)
tty-color (~> 0.5)
racc (1.6.0)
rack (2.0.8)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All@@ -188,7 +192,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (5.2.4.1)
actionpack (= 5.2.4.1)
Expand Down