aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2017-12-14 13:06:53 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2017-12-14 13:06:53 -0500
commit7d75599c875b081f63fc292e454b25e8e42eb60e (patch)
tree84b34bbef47e9c89626d963f228014a01cefa700 /Gemfile
parent659c516bef2781cc66865fc78ed5dce682566d26 (diff)
downloadrails-7d75599c875b081f63fc292e454b25e8e42eb60e.tar.gz
rails-7d75599c875b081f63fc292e454b25e8e42eb60e.tar.bz2
rails-7d75599c875b081f63fc292e454b25e8e42eb60e.zip
Update nokogiri version on Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e53891667e..af6e43d173 100644
--- a/Gemfile
+++ b/Gemfile
@@ -119,7 +119,7 @@ group :test do
end
platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
- gem "nokogiri", ">= 1.6.8"
+ gem "nokogiri", ">= 1.8.1"
# Needed for compiling the ActionDispatch::Journey parser.
gem "racc", ">=1.4.6", require: false