summary refs log tree commit diff stats
path: root/rails/Gemfile
blob: 42ecacf3d76ce45de601b52fe48fa026244739ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Specify your gem's dependencies in lingo.gemspec.
gemspec

gem "sqlite3"

gem "sprockets-rails"

# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"