Merge pull request #1738 from gazay/3-1-stable-change-nokogiri-version

Fix several warnings: change version of nokogiri gem
This commit is contained in:
Santiago Pastorino
2011-06-16 16:27:49 -07:00

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"