diff options
author | claudiob <claudiob@gmail.com> | 2014-11-28 18:04:19 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2014-11-28 22:59:51 -0800 |
commit | 96d0f751f97c7eebc63d02b5dab88eee3aa3a921 (patch) | |
tree | 53d2ceb1bf62bb48812080cf983d0196e4b8ccc9 /actionpack/actionpack.gemspec | |
parent | 4d331b8469b20fbce5f782f2b60bf7188e5c6fbd (diff) | |
download | rails-96d0f751f97c7eebc63d02b5dab88eee3aa3a921.tar.gz rails-96d0f751f97c7eebc63d02b5dab88eee3aa3a921.tar.bz2 rails-96d0f751f97c7eebc63d02b5dab88eee3aa3a921.zip |
Bump required Ruby version to 2.1.0
[This article](http://weblog.rubyonrails.org/2014/8/20/Rails-4-2-beta1/#maintenance-consequences-and-rails-5-0) states that:
> Rails 5.0 is in most likelihood going to target Ruby 2.2.
Before the exact minimum version is fully decided, @arthurnn [suggests](https://github.com/rails/rails/pull/17830#issuecomment-64940383)
that **at least** version 2.1.0 **must** be required by the `gemspec` files.
Diffstat (limited to 'actionpack/actionpack.gemspec')
-rw-r--r-- | actionpack/actionpack.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/actionpack.gemspec b/actionpack/actionpack.gemspec index 0a49a653d9..0f5880c1a7 100644 --- a/actionpack/actionpack.gemspec +++ b/actionpack/actionpack.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.summary = 'Web-flow and rendering framework putting the VC in MVC (part of Rails).' s.description = 'Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.' - s.required_ruby_version = '>= 1.9.3' + s.required_ruby_version = '>= 2.1.0' s.license = 'MIT' |