-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
35 lines (29 loc) · 718 Bytes
/
Gemfile
File metadata and controls
35 lines (29 loc) · 718 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
26
27
28
29
30
31
32
33
34
35
source 'https://rubygems.org'
ruby '1.9.3'
gem 'rails', '3.2.13'
gem 'thin'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
gem 'quiet_assets'
end
gem 'jquery-rails'
gem 'mongoid', "~> 3.1.4"
gem 'newrelic_rpm'
gem 'haml'
gem 'bootstrap-sass'
gem 'font-awesome-sass-rails'
gem 'figaro'
gem 'devise'
gem 'rails_admin', :git => 'git://github.com/sferik/rails_admin.git'
gem 'simple_form'
gem 'carrierwave'
gem 'carrierwave-mongoid', :require => 'carrierwave/mongoid'
gem 'fog'
gem "sidekiq", "~> 2.12.1"
gem "sidekiq-status", "~> 0.3.0"
gem "sidekiq-failures", "~> 0.1.0"
gem "mandrill-api", "~> 1.0.31"
gem "json", "~> 1.7.7"
gem "excon", "0.16.0"