about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-27 23:51:23 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-27 23:51:23 -0400
commitd09db2d6d0727faba8e5078900f2fbd1e18ea49f (patch)
tree978edaa0c321477d3c04f515cd13da0051a5459f /Gemfile
parent75a7c7131f6c9a6d80d16055130609eb97f37dfd (diff)
downloadwittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.gz
wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.bz2
wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.zip
it's an engine now!
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile16
1 files changed, 14 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile index 3b674ae..a4414ee 100644 --- a/Gemfile +++ b/Gemfile
@@ -1,3 +1,15 @@
1source 'https://rubygems.org' 1source "https://rubygems.org"
2git_source(:github) { |repo| "https://github.com/#{repo}.git" }
2 3
3gem 'rice' 4# Specify your gem's dependencies in wittle.gemspec.
5gemspec
6
7gem "puma"
8
9gem "sqlite3"
10
11gem "sprockets-rails"
12gem "rake-compiler"
13
14# Start debugger with binding.b [https://github.com/ruby/debug]
15# gem "debug", ">= 1.0.0"