aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-06-16 16:27:49 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2011-06-16 16:27:49 -0700
commitda25aa5841befacbe77cc44b8370ead8b5d3207b (patch)
treea7069e7ae39db7f288327a193e9b0ba34bfc2c62
parenta788d4e6e9c2dd40db4d3bebf40703da6deeb6e7 (diff)
parent171491b1ebe44e06926938bb40108315ae7847be (diff)
downloadrails-da25aa5841befacbe77cc44b8370ead8b5d3207b.tar.gz
rails-da25aa5841befacbe77cc44b8370ead8b5d3207b.tar.bz2
rails-da25aa5841befacbe77cc44b8370ead8b5d3207b.zip
Merge pull request #1738 from gazay/3-1-stable-change-nokogiri-version
Fix several warnings: change version of nokogiri gem
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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"