From 43ea1f4af96892dd38dbff707c691aff0eb490e7 Mon Sep 17 00:00:00 2001 From: Kylor Hall Date: Tue, 23 Apr 2019 11:17:19 +1200 Subject: [PATCH 1/2] Bump Nokogiri to 1.10.3 for CVE-2019-11068. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ee5ac7f8a..010d04ed2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -326,7 +326,7 @@ GEM minitest (5.9.1) multi_json (1.13.1) nenv (0.3.0) - nokogiri (1.8.5) + nokogiri (1.10.3) mini_portile2 (~> 2.3.0) notiffany (0.1.1) nenv (~> 0.1) From e13bce93f14326282091b685419975ea3fafe359 Mon Sep 17 00:00:00 2001 From: Kylor Hall Date: Tue, 23 Apr 2019 11:25:53 +1200 Subject: [PATCH 2/2] Bad gemfile update: ran bundle fully. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 010d04ed2..42cfe52ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -322,12 +322,12 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.9.1) multi_json (1.13.1) nenv (0.3.0) nokogiri (1.10.3) - mini_portile2 (~> 2.3.0) + mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0)