Skip to content

Commit

Permalink
Do not update the uri.gem to 1.x
Browse files Browse the repository at this point in the history
Because uri-1.x breaks ruby/spec on ruby < 3.4 like so:

1)
URI::Parser#parse raises errors on malformed URIs FAILED
Expected URI::InvalidURIError
but no exception was raised (#<URI::HTTP http://a_b/> was returned)
D:/a/rubyinstaller2/rubyinstaller2/ruby/spec/ruby/library/uri/shared/parse.rb:196:in `block (2 levels) in <top (required)>'
D:/a/rubyinstaller2/rubyinstaller2/ruby/spec/ruby/library/uri/parser/parse_spec.rb:5:in `<top (required)>'
  • Loading branch information
larskanis committed Nov 8, 2024
1 parent 3005435 commit f177301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gemspec

gem "octokit"
gem "win32-process"
gem "uri", "~> 0.13"

0 comments on commit f177301

Please sign in to comment.