1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Change version of nokogiri gem

This commit is contained in:
Alexey Gaziev 2011-06-17 01:01:49 +04:00
parent a788d4e6e9
commit 171491b1eb

View file

@ -44,7 +44,7 @@ platforms :ruby do
end end
gem "json" gem "json"
gem "yajl-ruby" gem "yajl-ruby"
gem "nokogiri", ">= 1.4.4" gem "nokogiri", ">= 1.4.5"
group :test do group :test do
gem "ruby-prof" if RUBY_VERSION < "1.9.3" gem "ruby-prof" if RUBY_VERSION < "1.9.3"