mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
initial commit
This commit is contained in:
commit
c21c4fa184
68 changed files with 1092 additions and 0 deletions
14
Gemfile
Normal file
14
Gemfile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue