From 461834b5280ccd13018bf5c07b27c381ee6214f6 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Sat, 21 Jan 2012 11:56:35 -0500 Subject: [PATCH] Bump rubygems required version to 1.8.11 (default version in 1.9.3-p0) --- rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails.gemspec b/rails.gemspec index 1d4c6c36c8..cd7c5d1ee9 100644 --- a/rails.gemspec +++ b/rails.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| 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.9.3' - s.required_rubygems_version = ">= 1.3.6" + s.required_rubygems_version = ">= 1.8.11" s.author = 'David Heinemeier Hansson' s.email = 'david@loudthinking.com'