diff options
author | Jon Atack <jonnyatack@gmail.com> | 2015-04-14 08:41:56 +0530 |
---|---|---|
committer | Jon Atack <jonnyatack@gmail.com> | 2015-04-14 08:41:56 +0530 |
commit | 32f7491808d2c4e097ed7b3ee875e4d1cea8c442 (patch) | |
tree | 9bc4424d700aaccebf6284858d3668cc721adc98 /actionmailer | |
parent | 347266280efd887fd6f41ac8583ba87c9281b22e (diff) | |
download | rails-32f7491808d2c4e097ed7b3ee875e4d1cea8c442.tar.gz rails-32f7491808d2c4e097ed7b3ee875e4d1cea8c442.tar.bz2 rails-32f7491808d2c4e097ed7b3ee875e4d1cea8c442.zip |
Upgrade to Ruby 2.2.2
and fix the grammar in the ruby_version_check.rb user message.
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 41913899ff..782b208ef4 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.1' + s.required_ruby_version = '>= 2.2.2' s.license = 'MIT' |