-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (22 loc) · 590 Bytes
/
Copy pathGemfile
File metadata and controls
25 lines (22 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# gem 'mysql2', '~> 0.5'
# gem 'pg', '~> 1.1'
gem 'sqlite3', '~> 1.4'
group :development do
gem 'tux', '~> 0.3'
gem 'irb', '~> 1.0'
gem 'awesome_print', '~> 1.8'
end
gem 'rake', '~> 12.3'
gem 'sinatra', '~> 2.0'
gem 'sinatra-activerecord', '~> 2.0'
gem 'activesupport', '~> 5.2'
gem 'require_all', '~> 2.0'
gem 'thin', '~> 1.7'
gem 'bcrypt', '~> 3.1'
gem 'sass', '~> 3.7'
gem 'uglifier', '~> 4.1'
gem 'turbolinks', '~> 5.2', require: false
gem 'rack', '~> 2.2'
gem 'rack-cors', '~> 1.0'