(maint) Add base64 to test group

base64 is a bundled gem in Ruby >= 3.4 (rather than a default gem),
so it must be declared explicitly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Michael Hashizume 2026-05-21 10:38:56 -07:00
parent 74ae6d54c2
commit 9b39b29ae7
No known key found for this signature in database
GPG key ID: 7D7DF01108411652
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,8 @@ gemspec
gem 'rake', require: false
group :test do
# base64 is a bundled gem in Ruby >= 3.4, so it must be declared explicitly.
gem 'base64'
gem 'simplecov', '~> 0.22.0'
gem 'simplecov-html', '~> 0.13.1'
gem 'simplecov-lcov', '~> 0.8.0'