Skip to content

Commit

Permalink
Upgrade nokogiri to address security issues in libxml2 sparklemotion/…
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Jul 5, 2016
1 parent 8cb5b01 commit 3c2ea07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'mongoid_magic_counter_cache'

gem 'will_paginate_mongoid', "~>2.0"
gem 'rdiscount'
gem 'nokogiri', "~>1.6.7.2"
gem 'nokogiri', "~>1.6.8"

gem 'tire', "0.6.2"
gem 'tire-contrib'
Expand Down
13 changes: 6 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ GEM
listen (0.5.0)
method_source (0.8)
mime-types (2.6.1)
mini_portile2 (2.0.0)
mini_portile2 (2.1.0)
minitest (5.8.1)
mongo (2.1.1)
bson (~> 3.0)
Expand All @@ -91,9 +91,11 @@ GEM
multi_json (1.11.2)
netrc (0.10.3)
newrelic_rpm (3.15.0.314)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
origin (2.1.1)
pkg-config (1.1.7)
protected_attributes (1.1.3)
activemodel (>= 4.0.1, < 5.0)
pry (0.9.10)
Expand Down Expand Up @@ -184,7 +186,7 @@ DEPENDENCIES
mongoid-tree!
mongoid_magic_counter_cache
newrelic_rpm
nokogiri (~> 1.6.7.2)
nokogiri (~> 1.6.8)
protected_attributes
pry
pry-nav
Expand All @@ -202,6 +204,3 @@ DEPENDENCIES
unicorn
will_paginate_mongoid (~> 2.0)
yajl-ruby

BUNDLED WITH
1.11.2

0 comments on commit 3c2ea07

Please sign in to comment.