From f30b7a0903ac1859a139bce96856d228c59a80b7 Mon Sep 17 00:00:00 2001 From: wycats Date: Tue, 9 Mar 2010 12:06:25 -0800 Subject: [PATCH] Rails requires Rubygems 1.3.6 --- rails.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/rails.gemspec b/rails.gemspec index dea075effe536..8b9a374e25e12 100644 --- a/rails.gemspec +++ b/rails.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |s| s.summary = 'Full-stack web application framework.' s.description = 'Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.' s.required_ruby_version = '>= 1.8.7' + s.required_rubygems_version = ">= 1.3.6" s.author = 'David Heinemeier Hansson' s.email = 'david@loudthinking.com'