diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-27 23:51:23 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-27 23:51:23 -0400 |
commit | d09db2d6d0727faba8e5078900f2fbd1e18ea49f (patch) | |
tree | 978edaa0c321477d3c04f515cd13da0051a5459f /Gemfile | |
parent | 75a7c7131f6c9a6d80d16055130609eb97f37dfd (diff) | |
download | wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.gz wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.bz2 wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.zip |
it's an engine now!
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 16 |
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 @@ | |||
1 | source 'https://rubygems.org' | 1 | source "https://rubygems.org" |
2 | git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
2 | 3 | ||
3 | gem 'rice' | 4 | # Specify your gem's dependencies in wittle.gemspec. |
5 | gemspec | ||
6 | |||
7 | gem "puma" | ||
8 | |||
9 | gem "sqlite3" | ||
10 | |||
11 | gem "sprockets-rails" | ||
12 | gem "rake-compiler" | ||
13 | |||
14 | # Start debugger with binding.b [https://github.com/ruby/debug] | ||
15 | # gem "debug", ">= 1.0.0" | ||