summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_source.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2020-04-25 14:09:24 +0200
committerHiroshi SHIBATA <[email protected]>2020-05-08 14:13:29 +0900
commit314d7f897ca02c173fa0e3b3e36c69482f71a358 (patch)
tree8f15f5083e13cf2617fed454055e6bb953df668a /test/rubygems/test_gem_source.rb
parentb5a0db8be0086f2d245fd77fd48f89e359d71312 (diff)
Remove `builder` gem requirement for `gem regenerate_index`
This requirement was introduced 14 years ago in 7ce7039b390440754954df5efea619e9f57ef823, and I don't think it's necessary anymore. I made several tests introducing UTF-8 characters in gemspec files and generating indexes out of them, and couldn't find any issues. Gemspecs are read with UTF-8 encoding these days.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3092
Diffstat (limited to 'test/rubygems/test_gem_source.rb')
-rw-r--r--test/rubygems/test_gem_source.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_source.rb b/test/rubygems/test_gem_source.rb
index 24b8edb055..88e89bd192 100644
--- a/test/rubygems/test_gem_source.rb
+++ b/test/rubygems/test_gem_source.rb
@@ -55,8 +55,6 @@ class TestGemSource < Gem::TestCase
end
def test_dependency_resolver_set_file_uri
- skip 'install builder gem' unless defined? Builder::XChar
-
Gem::Indexer.new(@tempdir).generate_index
source = Gem::Source.new "file://#{@tempdir}/"