aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-08 15:33:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-08 16:01:01 +0900
commitf2c84c48842d47e7612c78d0627542b596945586 (patch)
treef15e55a495c0074352ae1bc27c00e4da099cd6dc /tool
parentdab30b4d71efa40220a340e1ef7936824b6cc6c6 (diff)
downloadruby-f2c84c48842d47e7612c78d0627542b596945586.tar.gz
Pick commit from https://github.com/rubygems/rubygems/pull/7085
Co-authored-by: Samuel Giddins <segiddins@segiddins.me>
Diffstat (limited to 'tool')
-rw-r--r--tool/bundler/test_gems.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb
index 6de392132a..b78f5464cc 100644
--- a/tool/bundler/test_gems.rb
+++ b/tool/bundler/test_gems.rb
@@ -5,10 +5,11 @@ source "https://rubygems.org"
gem "rack", "2.0.8"
gem "webrick", "1.7.0"
gem "rack-test", "~> 1.1"
-gem "compact_index", "~> 0.13.0"
+gem "compact_index", "~> 0.15.0"
gem "sinatra", "~> 2.0"
# for Ruby 2.6. bundler/spec/install/gemfile/sources_spec.rb is failed with sinatra-2.0.8.1 and tilt-2.2.0.
gem "tilt", "~> 2.0.11"
gem "rake", "13.0.1"
gem "builder", "~> 3.2"
gem "rb_sys"
+gem "rubygems-generate_index", "~> 1.1"