diff options
-rw-r--r-- | actiontext.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actiontext.gemspec b/actiontext.gemspec index 1185dfc791..786953878e 100644 --- a/actiontext.gemspec +++ b/actiontext.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |s| s.homepage = "https://github.com/rails/actiontext" s.license = "MIT" - s.required_ruby_version = ">= 2.4.1" + s.required_ruby_version = ">= 2.5.0" s.add_dependency "rails", ">= 5.2.0" s.add_dependency "nokogiri" |