From 991d83f8ed2c7fc2f8ea36ca0ba62a30c43d0dff Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Thu, 10 Dec 2015 11:25:25 -0500 Subject: 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. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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 -- cgit v1.2.3