Bump Minimum version to 2.4 and bump Rubocop

This commit is contained in:
Mike Angell
2019-08-27 22:35:17 +10:00
parent 831355dfbd
commit b16b109a80
7 changed files with 137 additions and 58 deletions

View File

@@ -16,7 +16,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.1.0"
s.required_ruby_version = ">= 2.4.0"
s.required_rubygems_version = ">= 1.3.7"
s.test_files = Dir.glob("{test}/**/*")