From d09db2d6d0727faba8e5078900f2fbd1e18ea49f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 27 Oct 2023 23:51:23 -0400 Subject: it's an engine now! --- Gemfile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 3b674ae..a4414ee 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,15 @@ -source 'https://rubygems.org' +source "https://rubygems.org" +git_source(:github) { |repo| "https://github.com/#{repo}.git" } -gem 'rice' +# Specify your gem's dependencies in wittle.gemspec. +gemspec + +gem "puma" + +gem "sqlite3" + +gem "sprockets-rails" +gem "rake-compiler" + +# Start debugger with binding.b [https://github.com/ruby/debug] +# gem "debug", ">= 1.0.0" -- cgit 1.4.1