We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e214f51 commit dc193a0Copy full SHA for dc193a0
2 files changed
.github/workflows/ruby-core.yml
@@ -61,6 +61,10 @@ jobs:
61
ruby tool/sync_default_gems.rb rubygems
62
mv spec/bundler/support/bundle spec/bin/bundle # TODO: fix `sync_default_gems.rb` script so we don't need to vendor the ruby-core binstub ourselves
63
working-directory: ruby/ruby
64
+ - name: Install test dependencies
65
+ run: make install-for-test-bundled-gems
66
+ working-directory: ruby/ruby
67
+ if: matrix.target == 'Rubygems'
68
- name: Test RubyGems
69
run: make -s test-all TESTS="--no-retry -j$((1 + $(nproc)))"
70
test/rubygems/helper.rb
@@ -17,6 +17,7 @@
17
require "tmpdir"
18
require "rubygems/vendor/uri/lib/uri"
19
require "zlib"
20
+gem "compact_index", "~> 0.15.0"
21
require "compact_index"
22
require_relative "mock_gem_ui"
23
0 commit comments