-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
47 lines (40 loc) · 854 Bytes
/
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
41
42
43
44
45
46
source 'http://rubygems.org'
gem 'rails', '4.2.4'
gem 'pg'
gem 'sass-rails'
gem 'compass-rails', '~> 2.0.4'
gem 'uglifier', '>= 1.3.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
gem 'bcrypt', '~> 3.1.7'
gem 'unicorn'
gem 'reform'
gem 'simple_form'
gem 'slim-rails'
gem 'therubyracer'
gem 'twitter-bootswatch-rails', '~> 3.3.4'
gem 'twitter-bootswatch-rails-helpers'
gem 'will_paginate-bootstrap'
gem 'jquery-dotdotdot-rails'
gem 'authority'
gem 'validates_email_format_of'
gem 'enumerize'
gem 'coderay'
gem 'draper'
gem 'state_machines-activerecord'
gem 'russian', '~> 0.6.0'
group :test do
gem 'wrong'
gem 'factory_girl_rails'
end
group :development do
gem 'web-console', '~> 2.0'
gem 'spring'
gem 'capistrano-rails'
gem 'i18n-tasks', '~> 0.8.7'
gem 'pry-rails'
end
group :production do
gem 'rails_12factor'
end