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
Gemfile.lock
... ... @@ -183,7 +183,7 @@ GEM
183 183 method_source (0.8.2)
184 184 mime-types (2.6.1)
185 185 mimemagic (0.3.0)
186   - mini_portile (0.6.2)
  186 + mini_portile2 (2.0.0)
187 187 minitest (5.8.1)
188 188 mongo (2.1.1)
189 189 bson (~> 3.0)
... ... @@ -208,9 +208,9 @@ GEM
208 208 net-ssh (>= 2.6.5)
209 209 net-ssh (2.9.2)
210 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 214 oauth2 (1.0.0)
215 215 faraday (>= 0.8, < 0.10)
216 216 jwt (~> 1.0)
... ... @@ -488,6 +488,3 @@ DEPENDENCIES
488 488 useragent
489 489 xmpp4r
490 490 yajl-ruby
491   -
492   -BUNDLED WITH
493   - 1.10.6
... ...