diff options
author | claudiob <claudiob@gmail.com> | 2014-12-26 13:53:09 +0100 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2014-12-26 13:53:09 +0100 |
commit | d3b098b8289ffaa8486f526dc53204123ed581f3 (patch) | |
tree | 271bc563bdd5f261db20dea82c6fdbc43fc9079b /actionmailer | |
parent | 5fed875e908ba5fd78c19c8977b0bba5f660e992 (diff) | |
download | rails-d3b098b8289ffaa8486f526dc53204123ed581f3.tar.gz rails-d3b098b8289ffaa8486f526dc53204123ed581f3.tar.bz2 rails-d3b098b8289ffaa8486f526dc53204123ed581f3.zip |
Require Ruby 2.2 for Rails 5.0
Stems from [this comment](https://github.com/rails/rails/pull/18203#issuecomment-68138096) by @robin850
and by the blog post http://weblog.rubyonrails.org/2014/12/19/Rails-4-2-final
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/actionmailer.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec index f3bddd8382..513c217733 100644 --- a/actionmailer/actionmailer.gemspec +++ b/actionmailer/actionmailer.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.summary = 'Email composition, delivery, and receiving framework (part of Rails).' s.description = 'Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.' - s.required_ruby_version = '>= 2.1.0' + s.required_ruby_version = '>= 2.2.0' s.license = 'MIT' |