Add base64 to Gemfile

This commit is contained in:
Josh Holtrop 2025-01-15 20:18:16 -05:00
parent d0c1b01598
commit 5223dfe211
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem "base64"
gem "rspec" gem "rspec"
gem "rake" gem "rake"
gem "simplecov", "~> 0.15.0" gem "simplecov", "~> 0.15.0"

View File

@ -1,6 +1,7 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
base64 (0.2.0)
diff-lcs (1.5.1) diff-lcs (1.5.1)
docile (1.1.5) docile (1.1.5)
json (2.7.1) json (2.7.1)
@ -37,6 +38,7 @@ PLATFORMS
x86-mingw32 x86-mingw32
DEPENDENCIES DEPENDENCIES
base64
json json
rake rake
rdoc rdoc