Dashboard/Gemfile
2023-12-22 19:20:08 -08:00

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