Skip to content

Commit

Permalink
Set required_ruby_version >= 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 5, 2023
1 parent 9a3b3fc commit c09c4a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion json-java.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec = Gem::Specification.new do |s|
'wiki_uri' => 'https://github.com/flori/json/wiki'
}

s.required_ruby_version = Gem::Requirement.new(">= 2.3")
s.required_ruby_version = Gem::Requirement.new(">= 2.5")
end

if $0 == __FILE__
Expand Down
2 changes: 1 addition & 1 deletion json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ Gem::Specification.new do |s|
'wiki_uri' => 'https://github.com/flori/json/wiki'
}

s.required_ruby_version = Gem::Requirement.new(">= 2.3")
s.required_ruby_version = Gem::Requirement.new(">= 2.5")
end
2 changes: 1 addition & 1 deletion json_pure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ Gem::Specification.new do |s|
'wiki_uri' => 'https://github.com/flori/json/wiki'
}

s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze)
s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze)
end

0 comments on commit c09c4a4

Please sign in to comment.