diff options
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" | ||