aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2018-12-21 00:13:25 +0100
committerGitHub <noreply@github.com>2018-12-21 00:13:25 +0100
commit097235bc41e7e4707369991eb79284b0f9ddd71c (patch)
tree8fbfb2f8265e3485ded7407ebf96930441209b64
parent0006bb45357b241cbfd2be7039a5f6855d16d84d (diff)
downloadrails-097235bc41e7e4707369991eb79284b0f9ddd71c.tar.gz
rails-097235bc41e7e4707369991eb79284b0f9ddd71c.tar.bz2
rails-097235bc41e7e4707369991eb79284b0f9ddd71c.zip
Fit Rails’ Ruby requirement in here.
-rw-r--r--actiontext.gemspec2
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"