Dashboard/Gemfile
2024-01-26 10:38:45 -08:00

18 lines
362 B
Ruby

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 "debug"
gem "web-console"
end
# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"