diff --git a/Gemfile.lock b/Gemfile.lock index 8cd9eb27..dcc1b9ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1097,7 +1097,7 @@ GEM listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.7.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -1105,7 +1105,7 @@ GEM mini_mime (>= 0.1.1) method_source (1.0.0) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.14.2) mocha (1.10.2) multi_json (1.15.0) @@ -1113,8 +1113,9 @@ GEM nenv (0.3.0) net-http-persistent (2.9.4) net-http-pipeline (1.0.1) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) @@ -1122,6 +1123,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) + racc (1.6.1) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3)