aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2014-12-28 16:39:39 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2014-12-28 16:39:39 -0500
commitedaab4dbe80ac9ae705be05f7d9e20f942e057ab (patch)
tree69aaf62d1e11322555ed1060ac5384479727801c /actionmailer
parente7e1b68093bead9677a0681f0f244aa836b3ef50 (diff)
parentd3b098b8289ffaa8486f526dc53204123ed581f3 (diff)
downloadrails-edaab4dbe80ac9ae705be05f7d9e20f942e057ab.tar.gz
rails-edaab4dbe80ac9ae705be05f7d9e20f942e057ab.tar.bz2
rails-edaab4dbe80ac9ae705be05f7d9e20f942e057ab.zip
Merge pull request #18209 from claudiob/bump-to-2-2
Require Ruby 2.2 for Rails 5.0
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/actionmailer.gemspec2
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'