From b49ce6b624aa55c191ee12231dcdfbbfbb36e101 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Tue, 5 Jan 2021 12:55:28 +0530 Subject: [PATCH] security: Update azure-storage-blob to fix nokogiri security issue (#1602) --- Gemfile.lock | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e46d6cf7b..35b00859c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,13 +115,14 @@ GEM descendants_tracker (~> 0.0.4) ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) - azure-storage-blob (2.0.0) + azure-storage-blob (2.0.1) azure-storage-common (~> 2.0) - nokogiri (~> 1.10.4) - azure-storage-common (2.0.1) + nokogiri (~> 1.11.0.rc2) + azure-storage-common (2.0.2) faraday (~> 1.0) faraday_middleware (~> 1.0.0.rc1) - nokogiri (~> 1.10.4) + net-http-persistent (~> 4.0) + nokogiri (~> 1.11.0.rc2) barnes (0.0.8) multi_json (~> 1) statsd-ruby (~> 1.1) @@ -300,7 +301,7 @@ GEM mimemagic (0.3.5) mini_magick (4.10.1) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) minitest (5.14.2) momentjs-rails (2.20.1) railties (>= 3.1) @@ -308,10 +309,13 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) + net-http-persistent (4.0.0) + connection_pool (~> 2.2) netrc (0.11.0) nio4r (2.5.4) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.0) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) oauth (0.5.4) orm_adapter (0.5.0) os (1.1.1) @@ -329,6 +333,7 @@ GEM nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) + racc (1.5.2) rack (2.2.3) rack-cache (1.12.0) rack (>= 0.4)