You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
379 B

source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in dashboard.gemspec.
gemspec
gem "puma"
gem "pg"
gem "sprockets-rails"
group :development, :test do
gem "annotate"
gem "debug"
gem "web-console"
end
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"