Commit d658427a by Brian Beggs

Updated Nokogiri to '~>1.6.7.1'

parent 26fc3a60
...@@ -30,7 +30,7 @@ gem 'mongoid_magic_counter_cache' ...@@ -30,7 +30,7 @@ gem 'mongoid_magic_counter_cache'
gem 'faker' gem 'faker'
gem 'will_paginate_mongoid', "~>2.0" gem 'will_paginate_mongoid', "~>2.0"
gem 'rdiscount' gem 'rdiscount'
gem 'nokogiri' gem 'nokogiri', '~>1.6.7.1'
gem 'tire', "0.6.2" gem 'tire', "0.6.2"
gem 'tire-contrib' gem 'tire-contrib'
......
...@@ -72,6 +72,7 @@ GEM ...@@ -72,6 +72,7 @@ GEM
listen (0.5.0) listen (0.5.0)
method_source (0.8) method_source (0.8)
mime-types (2.6.1) mime-types (2.6.1)
mini_portile2 (2.0.0)
minitest (5.8.1) minitest (5.8.1)
mongo (2.1.1) mongo (2.1.1)
bson (~> 3.0) bson (~> 3.0)
...@@ -89,7 +90,8 @@ GEM ...@@ -89,7 +90,8 @@ GEM
multi_json (1.11.2) multi_json (1.11.2)
netrc (0.10.3) netrc (0.10.3)
newrelic_rpm (3.13.2.302) newrelic_rpm (3.13.2.302)
nokogiri (1.5.5) nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
origin (2.1.1) origin (2.1.1)
protected_attributes (1.1.3) protected_attributes (1.1.3)
activemodel (>= 4.0.1, < 5.0) activemodel (>= 4.0.1, < 5.0)
...@@ -177,7 +179,7 @@ DEPENDENCIES ...@@ -177,7 +179,7 @@ DEPENDENCIES
mongoid-tree! mongoid-tree!
mongoid_magic_counter_cache mongoid_magic_counter_cache
newrelic_rpm newrelic_rpm
nokogiri nokogiri (~> 1.6.7.1)
protected_attributes protected_attributes
pry pry
pry-nav pry-nav
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment