aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--actiontext.gemspec2
2 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f9ad1f699e..f913b006ca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,7 @@ language: ruby
sudo: false
rvm:
- - 2.4.4
- - 2.5.1
+ - 2.5.3
- ruby-head
cache:
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"