diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-12-26 00:03:32 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-12-26 00:03:32 -0500 |
commit | 097250e0d89dc80413e09e503c54d467e920a5e5 (patch) | |
tree | 7c1e0dc1faeb49a80402568b410b43f3caae2c38 /rails.gemspec | |
parent | 4fa4146263bb1b861a23055b2422f0f962028608 (diff) | |
parent | acee13be20b6f6484a24323626eedd39f22ce61d (diff) | |
download | rails-097250e0d89dc80413e09e503c54d467e920a5e5.tar.gz rails-097250e0d89dc80413e09e503c54d467e920a5e5.tar.bz2 rails-097250e0d89dc80413e09e503c54d467e920a5e5.zip |
Merge pull request #18203 from kyledecot/ruby-2.2
Targeting 2.2
Diffstat (limited to 'rails.gemspec')
-rw-r--r-- | rails.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rails.gemspec b/rails.gemspec index be83304e2b..b3143e6fe1 100644 --- a/rails.gemspec +++ b/rails.gemspec @@ -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 = '>= 2.1.0' + s.required_ruby_version = '>= 2.2.0' s.required_rubygems_version = '>= 1.8.11' s.license = 'MIT' |