Remove explicit test dependency on uri

Since we now vendor uri, it does not buy us anything to include it in
the gemfile explicitly.
This commit is contained in:
David Rodríguez 2025-01-10 21:24:11 +01:00 committed by Hiroshi SHIBATA
parent a3882dc565
commit 61d3f9a1a5
Notes: git 2025-01-14 03:24:56 +00:00

View File

@ -12,7 +12,6 @@ gem "parallel", "~> 1.19"
gem "rspec-core", "~> 3.12"
gem "rspec-expectations", "~> 3.12"
gem "rspec-mocks", "~> 3.12"
gem "uri", "~> 0.13.0"
group :doc do
gem "ronn-ng", "~> 0.10.1", platform: :ruby