-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
40 lines (35 loc) · 1.18 KB
/
Gemfile
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
source 'https://rubygems.org'
ruby '2.0.0'
gem 'rails', '~> 4.0.0'
gem 'dragonfly', '~> 0.9.15'
gem 'friendly_id', github: 'norman/friendly_id'
gem 'hopscotch-rails', github: 'supairish/hopscotch-rails'
gem 'imgkit', '~> 1.3.9'
gem 'image_optim', '~> 0.9.1'
gem 'jquery-rails', '~> 3.0.4'
gem 'modernizr-rails', '~> 2.6.2.3'
gem 'momentjs-rails', '~> 2.2.1'
gem 'mustache-js-rails', '~> 0.0.4'
gem 'mysql2', '~> 0.3.13'
gem 'oj', '~> 2.1.6'
gem 'rabl', '~> 0.9.0'
gem 'rack-cache', '~> 1.2', require: 'rack/cache'
gem 'turbolinks', '~> 1.3.0'
gem 'underscore-rails', '~> 1.5.2'
gem 'whenever', '~> 0.8.4'
group :assets do
gem 'coffee-rails', '~> 4.0.0'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '~> 2.2.1'
end
group :development do
gem 'binding_of_caller', '~> 0.7.2'
gem 'better_errors', '~> 1.0.1'
gem 'byebug', '~> 2.3.1'
gem 'capistrano', '~> 2.15.5'
gem 'capistrano_colors', '~> 0.5.5'
gem 'quiet_assets', '~> 1.0.2'
gem 'pg', '~> 0.17.0'
gem 'sqlite3', '~> 1.3.8'
gem 'thin', '~> 1.6.0'
end