forked from chloerei/code_campo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
40 lines (34 loc) · 898 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
source 'http://rubygems.org'
gem 'rails', '3.2.6'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'bcrypt-ruby'
gem 'mongoid'
gem 'bson_ext'
gem 'haml'
gem 'twitter-bootstrap-rails'
gem 'client_side_validations', :git => 'git://github.com/bcardarella/client_side_validations.git'
gem 'client_side_validations-mongoid'
gem 'kaminari'
gem 'gravtastic'
gem 'wmd-rails'
gem 'redcarpet'
gem 'http_accept_language'
gem 'rails-i18n'
gem 'jquery-rails'
gem 'highlight_js-rails'
gem 'rails-timeago'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem 'uglifier'
gem 'therubyracer'
end
gem 'whenever', :require => false
gem 'capistrano', :require => false
gem 'rvm-capistrano', :require => false
group :test, :development do
gem 'factory_girl_rails'
end