Skip to content

Commit

Permalink
Remove explicit test dependency on uri
Browse files Browse the repository at this point in the history
Since we now vendor uri, it does not buy us anything to include it in
the gemfile explicitly.
  • Loading branch information
deivid-rodriguez authored and hsbt committed Jan 14, 2025
1 parent a3882dc commit 61d3f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/bundler/dev_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
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
Expand Down

0 comments on commit 61d3f9a

Please sign in to comment.