diff --git a/week3/sample_app/Gemfile.lock b/week3/sample_app/Gemfile.lock index 6ea638c..24ef2e8 100644 --- a/week3/sample_app/Gemfile.lock +++ b/week3/sample_app/Gemfile.lock @@ -85,7 +85,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.4.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.13) @@ -93,7 +93,7 @@ GEM mini_mime (>= 0.1.1) method_source (0.9.2) mini_mime (1.0.1) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.10.3) minitest-reporters (1.1.14) ansi @@ -103,8 +103,9 @@ GEM multi_json (1.13.1) nenv (0.3.0) nio4r (2.3.1) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) @@ -113,6 +114,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) puma (3.9.1) + racc (1.6.1) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -135,8 +137,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) railties (5.1.6) actionpack (= 5.1.6) activesupport (= 5.1.6)