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

This commit is contained in:
Dylan Thacker-Smith
2020-10-08 09:47:42 -04:00
parent e781449c36
commit e495f75cc2
2 changed files with 1 additions and 2 deletions

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}/**/*")