-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
40 lines (32 loc) · 746 Bytes
/
Copy pathGemfile
File metadata and controls
40 lines (32 loc) · 746 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
source 'http://rubygems.org'
gem 'rails', '3.1.3'
# MongoDB
gem 'mongoid'
gem 'bson_ext'
# I18n
gem 'rails-i18n'
gem 'heroku'
gem 'gravatar_image_tag'
group :development,:test do
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'capybara'
gem 'database_cleaner'
gem 'rb-fsevent'
gem 'growl'
gem 'guard-rspec'
gem 'guard-livereload'
gem 'guard-spork'
gem 'spork', '~> 0.9.0.rc'
end
# View
gem 'haml'
gem 'jquery-rails'
gem 'simple_form', :git => 'http://github.com/plataformatec/simple_form.git'
gem 'bootstrap-rails', :require => 'bootstrap-rails',
:git => 'http://github.com/xdite/bootstrap-rails.git'
group :assets do
gem 'sass-rails', '~> 3.1.5'
gem 'coffee-rails', '~> 3.1.1'
gem 'uglifier', '>= 1.0.3'
end