Skip to content

Commit

Permalink
Bump nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed Jan 21, 2016
1 parent 64a780c commit f7d42fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 0.5.6.1

* Fix Nokogiri CVE-2015-7499

# 0.5.6.0

## Refactor
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f7d42fa

Please sign in to comment.