aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-06-06 23:10:37 -0400
committerJon Moss <me@jonathanmoss.me>2016-06-06 23:10:37 -0400
commit0c330888d617e39630de7847b3ef637bf6bdc943 (patch)
treef822d7fe51381870d86e697d226683afa66ec3f4 /Gemfile
parent1621eda81d6abcc13c7755606752710b5d84c49b (diff)
downloadrails-0c330888d617e39630de7847b3ef637bf6bdc943.tar.gz
rails-0c330888d617e39630de7847b3ef637bf6bdc943.tar.bz2
rails-0c330888d617e39630de7847b3ef637bf6bdc943.zip
Require Nokogiri >= 1.6.8
per security release today --> https://groups.google.com/forum/#!topic/ruby-security-ann/RCHyF5K9Lbc
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 826dcc8ff5..5650147099 100644
--- a/Gemfile
+++ b/Gemfile
@@ -89,7 +89,7 @@ group :test do
end
platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
- gem 'nokogiri', '>= 1.6.7.1'
+ gem 'nokogiri', '>= 1.6.8'
# Needed for compiling the ActionDispatch::Journey parser.
gem 'racc', '>=1.4.6', require: false