about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
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"