Commit f74e6d2

mokha <mokha@cisco.com>
2018-12-03 04:13:42
specify minimum of ruby 2.5
1 parent b7718e7
Changed files (1)
tfa.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
   spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
   spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
   spec.require_paths = ["lib"]
-  spec.required_ruby_version = "~> 2.0"
+  spec.required_ruby_version = "~> 2.5"
 
   spec.add_dependency "rotp", "~> 3.3"
   spec.add_dependency "thor", "~> 0.20"