From e170d91b3771eace2788b1e1b25584b1e5012b6b Mon Sep 17 00:00:00 2001 From: Go Sueyoshi Date: Sun, 28 Apr 2024 14:00:36 +0900 Subject: [PATCH] Remove duplicated required_ruby_version --- syobocalite.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/syobocalite.gemspec b/syobocalite.gemspec index 3b91f69..9dd9ea6 100644 --- a/syobocalite.gemspec +++ b/syobocalite.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/sue445/syobocalite" spec.license = "MIT" - spec.required_ruby_version = ">= 2.3.0" + spec.required_ruby_version = ">= 2.5.0" spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage @@ -31,8 +31,6 @@ Gem::Specification.new do |spec| 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 "activesupport" spec.add_dependency "multi_xml"