Change version of nokogiri gem

This commit is contained in:
Alexey Gaziev 2011-06-17 01:01:49 +04:00
parent a788d4e6e9
commit 171491b1eb
1 changed files with 1 additions and 1 deletions

View File

@ -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"