aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/actionmailer.gemspec
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-03-09 10:19:59 +0100
committerYves Senn <yves.senn@gmail.com>2015-03-09 10:19:59 +0100
commit309ac642cbce58158288d093a8995f4994bb74cd (patch)
treeb7a66205fa963e4625a42156795bf97de34ffe86 /actionmailer/actionmailer.gemspec
parentfb764ba63e53b728873075a0d207b993409798a2 (diff)
parentf0768eba2833a19dccff936e20392cc34b0c0d8f (diff)
downloadrails-309ac642cbce58158288d093a8995f4994bb74cd.tar.gz
rails-309ac642cbce58158288d093a8995f4994bb74cd.tar.bz2
rails-309ac642cbce58158288d093a8995f4994bb74cd.zip
Merge pull request #19263 from splattael/target-2.2.1
Target Ruby 2.2.1 in gemspecs
Diffstat (limited to 'actionmailer/actionmailer.gemspec')
-rw-r--r--actionmailer/actionmailer.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec
index 513c217733..41913899ff 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.2.0'
+ s.required_ruby_version = '>= 2.2.1'
s.license = 'MIT'