From 78cec339584195b63ed499591c4d344bc85c41f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 10 Jan 2025 12:58:49 +0100 Subject: [PATCH] Remove base64 as an explicit test dependency Tests don't use it directly, so no need to specify it in our Gemfile. I think it may have only been added because sinatra was not declaring its dependency at the time. --- tool/bundler/test_gems.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb index 2d66c98dbd0f7f..5b211391b1bf96 100644 --- a/tool/bundler/test_gems.rb +++ b/tool/bundler/test_gems.rb @@ -4,7 +4,6 @@ gem "rack", "~> 3.0" gem "rackup", "~> 2.1" -gem "base64" gem "webrick", "~> 1.9" gem "rack-test", "~> 2.1" gem "compact_index", "~> 0.15.0"