source "https://rubygems.org"

gemspec

group :test do
  gem "rake"
end

# Default gems moving out on their own starting with Ruby 3.4
gem "base64"
