Skip to content

Commit

Permalink
Remove base64 as an explicit test dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
deivid-rodriguez authored and hsbt committed Jan 14, 2025
1 parent 434fa4f commit 78cec33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool/bundler/test_gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 78cec33

Please sign in to comment.