Skip to content

Commit

Permalink
Remove duplicated required_ruby_version
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Apr 28, 2024
1 parent f498836 commit e170d91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions syobocalite.gemspec
Expand Up @@ -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
Expand All @@ -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"

Expand Down

0 comments on commit e170d91

Please sign in to comment.