Skip to content

Commit

Permalink
Set required_ruby_version to 2.4 in gemspec
Browse files Browse the repository at this point in the history
Tests pass on Ruby 2.4, but not on Ruby 2.3.
  • Loading branch information
jeremyevans committed Mar 4, 2021
1 parent 069f4bf commit 738f4b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/ruby/uri"
spec.licenses = ["Ruby", "BSD-2-Clause"]

spec.required_ruby_version = '2.4'

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage

Expand Down

0 comments on commit 738f4b8

Please sign in to comment.