summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-12-11 21:30:12 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-12 10:04:57 +0900
commit8c2480c9edf7d20505a8c3491ec84a3fdd77bd2e (patch)
tree99cf5980d236dcda5bb7b8d0a7082986fda6cf73 /tool
parenta848c070d28fd8c836e3bf06c4b73cf7d293a290 (diff)
Unlock tilt since we no longer support Ruby 2.6
Diffstat (limited to 'tool')
-rw-r--r--tool/bundler/test_gems.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb
index b78f5464cc..482c9228c4 100644
--- a/tool/bundler/test_gems.rb
+++ b/tool/bundler/test_gems.rb
@@ -7,8 +7,6 @@ gem "webrick", "1.7.0"
gem "rack-test", "~> 1.1"
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"