Files
ubicloud/rhizome/host/Gemfile
Jeremy Evans 35e7d11033 Add base64 to rhizome/host Gemfile
Not needed in Ruby 3.2, but will be needed in Ruby 3.4.
2025-04-29 16:45:24 -07:00

10 lines
109 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "base64"
group :test do
gem "rspec"
end