-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
42 lines (37 loc) · 1.08 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
41
42
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.0'
# Use unicorn as the app server
gem 'unicorn', '4.6.3'
# Database
gem 'pg', '0.16.0'
# Assets
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails', '3.0.4'
# gem 'turbolinks', '1.3.0'
gem 'twitter-bootstrap-rails', '2.2.8'
gem 'haml-rails', '0.4'
gem 'quiet_assets', '1.0.2'
gem 'rails_12factor', group: :production
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'
# bundle exec rake doc:rails generates the API under doc/api.
group :doc do
gem 'sdoc', require: false
end
# Misc
gem 'devise', '3.0.2'
gem 'cancan', '1.6.10'
gem 'simple_form', '3.0.0.rc'
gem 'country_select', '1.2.0'
gem 'bootstrap-datepicker-rails', '1.1.1.6'
gem 'carrierwave', '0.9.0'
gem 'fog', '1.3.1'
gem 'mini_magick', '3.6.0'
gem 'acts-as-taggable-on', '2.4.1'
gem 'rubyzip', '0.9.9'
gem 'resque', '1.24.1', require: 'resque/server'
gem 'google-analytics-rails', '0.0.4'
gem 'newrelic_rpm', '3.6.8.168'