mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
17 lines
343 B
Ruby
17 lines
343 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 "byebug"
|
|
end
|
|
# Start debugger with binding.b [https://github.com/ruby/debug]
|
|
# gem "debug", ">= 1.0.0"
|