Bump nokogiri
This commit is contained in:
parent
64a780c831
commit
f7d42fa83d
3 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# 0.5.6.1
|
||||
|
||||
* Fix Nokogiri CVE-2015-7499
|
||||
|
||||
# 0.5.6.0
|
||||
|
||||
## Refactor
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -126,7 +126,7 @@ gem "messagebus_ruby_api", "1.0.3"
|
|||
|
||||
# Parsing
|
||||
|
||||
gem "nokogiri", "1.6.7.1"
|
||||
gem "nokogiri", "1.6.7.2"
|
||||
gem "redcarpet", "3.3.4"
|
||||
gem "twitter-text", "1.13.0"
|
||||
gem "roxml", "3.1.6"
|
||||
|
|
|
|||
|
|
@ -458,7 +458,7 @@ GEM
|
|||
nenv (0.2.0)
|
||||
nested_form (0.3.2)
|
||||
nio4r (1.2.0)
|
||||
nokogiri (1.6.7.1)
|
||||
nokogiri (1.6.7.2)
|
||||
mini_portile2 (~> 2.0.0.rc2)
|
||||
notiffany (0.0.8)
|
||||
nenv (~> 0.1)
|
||||
|
|
@ -830,7 +830,7 @@ DEPENDENCIES
|
|||
minitest
|
||||
mobile-fu (= 1.3.1)
|
||||
mysql2 (= 0.3.20)
|
||||
nokogiri (= 1.6.7.1)
|
||||
nokogiri (= 1.6.7.2)
|
||||
omniauth (= 1.3.1)
|
||||
omniauth-facebook (= 3.0.0)
|
||||
omniauth-tumblr (= 1.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue