From d645b62b6ddd1f272d16b1dcc2165f5f0b05e7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 29 Jan 2025 13:49:05 +0100 Subject: [PATCH] [rubygems/rubygems] Remove already fixed TODO It was fixed by https://github.com/rubygems/rubygems/commit/3b0d44fbf5a3. https://github.com/rubygems/rubygems/commit/4cf3429599 --- test/rubygems/test_gem_specification.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/rubygems/test_gem_specification.rb b/test/rubygems/test_gem_specification.rb index 43b649b9ea..8b229a1736 100644 --- a/test/rubygems/test_gem_specification.rb +++ b/test/rubygems/test_gem_specification.rb @@ -564,7 +564,6 @@ end # [B] ~> 1.0 # # and should resolve using b-1.0 - # TODO: move these to specification def test_self_activate_over a = util_spec "a", "1.0", "b" => ">= 1.0", "c" => "= 1.0"