Update sonarqube.gemspec

This commit is contained in:
KingChan 2024-05-29 15:08:51 +08:00
parent 2ea80e370f
commit 80f07d4273
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib'] gem.require_paths = ['lib']
gem.license = 'BSD-2-Clause' gem.license = 'BSD-2-Clause'
gem.required_ruby_version = '>= 2.5' gem.required_ruby_version = '>= 2.4.2'
gem.add_runtime_dependency 'httparty', '~> 0.14', '>= 0.14.0' gem.add_runtime_dependency 'httparty', '~> 0.14', '>= 0.14.0'
gem.add_runtime_dependency 'terminal-table', '~> 1.5', '>= 1.5.1' gem.add_runtime_dependency 'terminal-table', '~> 1.5', '>= 1.5.1'