aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-12-10 11:25:25 -0500
committerTamir Duberstein <tamird@gmail.com>2015-12-10 13:46:08 -0500
commit991d83f8ed2c7fc2f8ea36ca0ba62a30c43d0dff (patch)
treed20dceb6f958223d1a167c6193d4cd57f3e9cfeb /Gemfile
parent0dfca1db2a9d78f7211ce450b5300b0f6f41953e (diff)
downloadrails-991d83f8ed2c7fc2f8ea36ca0ba62a30c43d0dff.tar.gz
rails-991d83f8ed2c7fc2f8ea36ca0ba62a30c43d0dff.tar.bz2
rails-991d83f8ed2c7fc2f8ea36ca0ba62a30c43d0dff.zip
Update nokogiri to 1.6.7
This picks up https://github.com/sparklemotion/nokogiri/pull/1218 which allows nokogiri to compile on Xcode-only OS X systems.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ac068c8402..3d580698de 100644
--- a/Gemfile
+++ b/Gemfile
@@ -81,7 +81,7 @@ group :test do
end
platforms :ruby do
- gem 'nokogiri', '>= 1.6.7.rc3'
+ gem 'nokogiri', '>= 1.6.7'
# Needed for compiling the ActionDispatch::Journey parser.
gem 'racc', '>=1.4.6', require: false