Files
kamal/Gemfile
2023-01-14 11:31:37 +01:00

8 lines
131 B
Ruby

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