Match Rails Ruby version requirements

This commit is contained in:
Javan Makhmali 2018-10-08 16:40:35 -04:00
parent 55a303da5e
commit 4edad3718a
3 changed files with 9 additions and 3 deletions

@ -1 +0,0 @@
2.5.1

@ -2,10 +2,17 @@ language: ruby
sudo: false
rvm:
- 2.2
- 2.4.4
- 2.5.1
- ruby-head
cache:
bundler: true
matrix:
allow_failures:
- rvm: ruby-head
fast_finish: true
script:
- bundle exec rake

@ -13,7 +13,7 @@
s.homepage = "https://github.com/rails/actiontext"
s.license = "MIT"
s.required_ruby_version = ">= 2.2.2"
s.required_ruby_version = ">= 2.4.1"
s.add_dependency "rails", ">= 5.2.0"
s.add_dependency "nokogiri"