diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2018-12-21 00:13:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-21 00:13:25 +0100 |
commit | 097235bc41e7e4707369991eb79284b0f9ddd71c (patch) | |
tree | 8fbfb2f8265e3485ded7407ebf96930441209b64 /actiontext.gemspec | |
parent | 0006bb45357b241cbfd2be7039a5f6855d16d84d (diff) | |
download | rails-097235bc41e7e4707369991eb79284b0f9ddd71c.tar.gz rails-097235bc41e7e4707369991eb79284b0f9ddd71c.tar.bz2 rails-097235bc41e7e4707369991eb79284b0f9ddd71c.zip |
Fit Rails’ Ruby requirement in here.
Diffstat (limited to 'actiontext.gemspec')
-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" |