Commit 41abd360f86dd7bad18921e1ed25d9f780a3e6b1

Authored by Sven Winkler
1 parent 0b03ddfc
Exists in master

Update Nokogiri to adress multiple CVEs

CVE-less unclosed comment uninitialized access issue
CVE-2015-1819
CVE-2015-7941_1
CVE-2015-7941_2
CVE-2015-7942
CVE-2015-7942-2
CVE-2015-8035
CVE-2015-7995
Showing 1 changed file with 4 additions and 7 deletions   Show diff stats
@@ -183,7 +183,7 @@ GEM @@ -183,7 +183,7 @@ GEM
183 method_source (0.8.2) 183 method_source (0.8.2)
184 mime-types (2.6.1) 184 mime-types (2.6.1)
185 mimemagic (0.3.0) 185 mimemagic (0.3.0)
186 - mini_portile (0.6.2) 186 + mini_portile2 (2.0.0)
187 minitest (5.8.1) 187 minitest (5.8.1)
188 mongo (2.1.1) 188 mongo (2.1.1)
189 bson (~> 3.0) 189 bson (~> 3.0)
@@ -208,9 +208,9 @@ GEM @@ -208,9 +208,9 @@ GEM
208 net-ssh (>= 2.6.5) 208 net-ssh (>= 2.6.5)
209 net-ssh (2.9.2) 209 net-ssh (2.9.2)
210 netrc (0.10.3) 210 netrc (0.10.3)
211 - nokogiri (1.6.6.2)  
212 - mini_portile (~> 0.6.0)  
213 - nokogiri (1.6.6.2-java) 211 + nokogiri (1.6.7)
  212 + mini_portile2 (~> 2.0.0.rc2)
  213 + nokogiri (1.6.7-java)
214 oauth2 (1.0.0) 214 oauth2 (1.0.0)
215 faraday (>= 0.8, < 0.10) 215 faraday (>= 0.8, < 0.10)
216 jwt (~> 1.0) 216 jwt (~> 1.0)
@@ -488,6 +488,3 @@ DEPENDENCIES @@ -488,6 +488,3 @@ DEPENDENCIES
488 useragent 488 useragent
489 xmpp4r 489 xmpp4r
490 yajl-ruby 490 yajl-ruby
491 -  
492 -BUNDLED WITH  
493 - 1.10.6