Bump ruby version to 2.1.0 in rails.gemspec too.

This commit is contained in:
Igor Zubkov 2014-11-29 18:45:47 +02:00
parent 390449ab8c
commit 35a14cfd5d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +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.9.3'
s.required_ruby_version = '>= 2.1.0'
s.required_rubygems_version = '>= 1.8.11'
s.license = 'MIT'