aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-12-20 18:16:35 -0500
committerGeorge Claghorn <george@basecamp.com>2018-12-20 18:16:41 -0500
commitdcddff1d2d0c695318670686a27429a76f20ae03 (patch)
treedab82efe344429d83dad899ba30c0aa1ba6bbdf3
parent13e2268061aa989ed841f7fdff145b8141b0611a (diff)
downloadrails-dcddff1d2d0c695318670686a27429a76f20ae03.tar.gz
rails-dcddff1d2d0c695318670686a27429a76f20ae03.tar.bz2
rails-dcddff1d2d0c695318670686a27429a76f20ae03.zip
Bump the minimum Ruby version to match Rails master
-rw-r--r--actionmailbox.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailbox.gemspec b/actionmailbox.gemspec
index 745505ceb9..84307ee7ef 100644
--- a/actionmailbox.gemspec
+++ b/actionmailbox.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/rails/actionmailbox"
s.license = "MIT"
- s.required_ruby_version = ">= 2.4.1"
+ s.required_ruby_version = ">= 2.5.0"
s.add_dependency "rails", ">= 5.2.0"