Files
kamal/Gemfile
2023-02-20 10:27:51 +01:00

11 lines
176 B
Ruby

source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec
gem "debug"
gem "mocha"
gem "railties"
gem "ed25519"
gem "bcrypt_pbkdf"