Remove support for ruby 2.4, which is no longer supported upstream

This commit is contained in:
Dylan Thacker-Smith
2020-10-08 09:48:16 -04:00
parent e781449c36
commit e495f75cc2
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -6,7 +6,6 @@ jobs:
strategy:
matrix:
entry:
- { ruby: 2.4, allowed-failure: false }
- { ruby: 2.5, allowed-failure: false }
- { ruby: 2.6, allowed-failure: false }
- { ruby: 2.7, allowed-failure: false }
+1 -1
View File
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.license = "MIT"
# s.description = "A secure, non-evaling end user template engine with aesthetic markup."
s.required_ruby_version = ">= 2.4.0"
s.required_ruby_version = ">= 2.5.0"
s.required_rubygems_version = ">= 1.3.7"
s.test_files = Dir.glob("{test}/**/*")