From 171491b1ebe44e06926938bb40108315ae7847be Mon Sep 17 00:00:00 2001 From: Alexey Gaziev Date: Fri, 17 Jun 2011 01:01:49 +0400 Subject: [PATCH] Change version of nokogiri gem --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 212a848894..c5b1a46d01 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ platforms :ruby do end gem "json" gem "yajl-ruby" - gem "nokogiri", ">= 1.4.4" + gem "nokogiri", ">= 1.4.5" group :test do gem "ruby-prof" if RUBY_VERSION < "1.9.3"