Unverified Commit 13d6c237 authored by Benjamin Neff's avatar Benjamin Neff
Browse files

Bump nokogiri for a security release

parent 7153df5c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# 0.7.0.1

Update nokogiri to fix [multiple libxml2 vulnerabilities](https://usn.ubuntu.com/usn/usn-3424-1/).

# 0.7.0.0

## Supported Ruby versions
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ gem "leaflet-rails", "1.1.0"

# Parsing

gem "nokogiri",          "1.8.0"
gem "nokogiri",          "1.8.1"
gem "open_graph_reader", "0.6.2" # also update User-Agent in features/support/webmock.rb
gem "redcarpet",         "3.4.0"
gem "ruby-oembed",       "0.12.0"
+5 −5
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ GEM
    mime-types-data (3.2016.0521)
    mini_magick (4.8.0)
    mini_mime (0.1.4)
    mini_portile2 (2.2.0)
    mini_portile2 (2.3.0)
    minitest (5.10.3)
    mobile_fu (1.4.0)
      rack-mobile-detect
@@ -387,8 +387,8 @@ GEM
    naught (1.1.0)
    nenv (0.3.0)
    nio4r (2.1.0)
    nokogiri (1.8.0)
      mini_portile2 (~> 2.2.0)
    nokogiri (1.8.1)
      mini_portile2 (~> 2.3.0)
    notiffany (0.1.1)
      nenv (~> 0.1)
      shellany (~> 0.0)
@@ -820,7 +820,7 @@ DEPENDENCIES
  minitest
  mobile_fu (= 1.4.0)
  mysql2 (= 0.4.9)
  nokogiri (= 1.8.0)
  nokogiri (= 1.8.1)
  omniauth (= 1.6.1)
  omniauth-facebook (= 4.0.0)
  omniauth-tumblr (= 1.2)
@@ -904,4 +904,4 @@ DEPENDENCIES
  will_paginate (= 3.1.6)

BUNDLED WITH
   1.15.3
   1.15.4