summaryrefslogtreecommitdiff
path: root/tool/bundler/test_gems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/bundler/test_gems.rb')
-rw-r--r--tool/bundler/test_gems.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb
index 9ba5763a3b..6de392132a 100644
--- a/tool/bundler/test_gems.rb
+++ b/tool/bundler/test_gems.rb
@@ -7,6 +7,8 @@ gem "webrick", "1.7.0"
gem "rack-test", "~> 1.1"
gem "compact_index", "~> 0.13.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"