-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
47 lines (37 loc) · 909 Bytes
/
Gemfile
File metadata and controls
47 lines (37 loc) · 909 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
36
37
38
39
40
41
42
43
44
45
46
source 'http://rubygems.org'
gem 'rails', '>= 3.0.3'
gem 'mongoid'
gem 'mongo', '>= 1.2.0'
gem 'bson_ext', '1.2.0'
gem 'json'
# UI, etc.
gem 'haml', '>= 3.0.22'
gem 'rails3-generators', :group => :development
gem 'compass', '>= 0.10.2'
# FORMS
gem 'formtastic', :git => "http://github.com/rafd/formtastic.git"
gem 'cocoon', :git => "http://github.com/rafd/cocoon.git"
gem 'client_side_validations'
# SEARCH
gem 'sunspot_rails'
gem 'sunspot_mongoid', :git => "http://github.com/rafd/sunspot_mongoid.git"
gem 'nokogiri', '1.4.4'
# USERS
gem 'devise', '>= 1.1.2'
gem 'cancan', '>= 1.5.1'
gem 'roles_mongoid', '>= 0.4.5'
gem 'roles_generic', '>= 0.3.7'
# ??
gem 'hpricot', '>= 0.8.3'
gem 'ruby_parser'
gem 'rubytree'
# HEROKU
gem 'hassle', :git => 'git://github.com/koppen/hassle.git'
# APIs
gem 'amazon-ecs'
gem 'hashie'
gem 'httpclient'
# FILES
gem 'fog'
gem 'carrierwave'
gem 'flash_cookie_session'