From 0380a97230023a78ad08b738c4520e901485ed63 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 10 Dec 2022 09:29:30 -0500 Subject: Added Rails engine for scoreboard refs #13 --- rails/Gemfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rails/Gemfile (limited to 'rails/Gemfile') diff --git a/rails/Gemfile b/rails/Gemfile new file mode 100644 index 0000000..42ecacf --- /dev/null +++ b/rails/Gemfile @@ -0,0 +1,12 @@ +source "https://rubygems.org" +git_source(:github) { |repo| "https://github.com/#{repo}.git" } + +# Specify your gem's dependencies in lingo.gemspec. +gemspec + +gem "sqlite3" + +gem "sprockets-rails" + +# Start debugger with binding.b [https://github.com/ruby/debug] +# gem "debug", ">= 1.0.0" -- cgit 1.4.1