diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2025-01-10 12:58:49 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-01-14 12:24:37 +0900 |
| commit | 78cec339584195b63ed499591c4d344bc85c41f0 (patch) | |
| tree | 785edafcecb2aa9253b62e11a83d5ed71a77ec23 | |
| parent | 434fa4f3fdd47dc7bf13699a8b81014cf6ee2ceb (diff) | |
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.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12568
| -rw-r--r-- | tool/bundler/test_gems.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/bundler/test_gems.rb b/tool/bundler/test_gems.rb index 2d66c98dbd..5b211391b1 100644 --- a/tool/bundler/test_gems.rb +++ b/tool/bundler/test_gems.rb @@ -4,7 +4,6 @@ source "https://rubygems.org" 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" |
