diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-12 18:00:48 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-12 18:00:48 -0600 |
| commit | d98902ada1d46080f21d1e1f122dc29351db9368 (patch) | |
| tree | 9edc4f882bddea695e2a08d0903ea85291e20dbc /net-hippie.gemspec | |
| parent | 5e327cc4abe45f53918f7afce937c37fa1736a76 (diff) | |
Reduce # of instance variables
Diffstat (limited to 'net-hippie.gemspec')
| -rw-r--r-- | net-hippie.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-hippie.gemspec b/net-hippie.gemspec index 93d040b..a19e07b 100644 --- a/net-hippie.gemspec +++ b/net-hippie.gemspec @@ -21,7 +21,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.4' + spec.required_ruby_version = '~> 2.5' spec.add_development_dependency 'minitest', '~> 5.0' spec.add_development_dependency 'rake', '~> 13.0' |
