diff options
| author | mokha <mokha@cisco.com> | 2018-12-02 21:13:42 -0700 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-12-02 21:13:42 -0700 |
| commit | f74e6d2cd622d52930abfc29edf164b21c8416f2 (patch) | |
| tree | 90a03296d1b830713165b5ad4ff3564b4921f3a5 | |
| parent | b7718e7b68c860b9949824302c4599200a858c8c (diff) | |
specify minimum of ruby 2.5
| -rw-r--r-- | tfa.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tfa.gemspec b/tfa.gemspec index b8844c7..f030ee8 100644 --- a/tfa.gemspec +++ b/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" |
