diff options
-rw-r--r-- | actionmailbox.gemspec | 2 |
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" |