diff options
| author | mo <mo.khan@gmail.com> | 2018-03-24 21:11:39 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-03-24 21:11:39 -0600 |
| commit | e630fe479aeb1b56a7581144ec8fb58bceaa08d0 (patch) | |
| tree | 2b5c445ef4b0c775aeb1e2ac76cdb81245e22cff | |
| parent | 0dbc71a52e8c74ad57dbb33515cfb0b60d0b6285 (diff) | |
specify minimum ruby.
| -rw-r--r-- | ats-cli.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ats-cli.gemspec b/ats-cli.gemspec index 233f78c..76c6c53 100644 --- a/ats-cli.gemspec +++ b/ats-cli.gemspec @@ -22,6 +22,7 @@ Gem::Specification.new do |spec| spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + spec.required_ruby_version = '>= 2.5.0' spec.add_dependency 'thor', '~> 0.20' spec.add_development_dependency "bundler", "~> 1.16" |
