-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
49 lines (39 loc) · 829 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
41
42
43
44
45
46
47
48
49
source 'http://rubygems.org'
gem 'rails', '3.1.2'
group :assets do
gem 'sass-rails', '~> 3.1.5.rc.2'
gem 'coffee-rails', '~> 3.1.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
gem 'decent_exposure'
gem 'simple_form'
gem 'css3buttons'
gem 'cancan'
#gem 'meta_where'
gem 'omniauth'
gem 'ancestry'
gem 'paper_trail'
gem 'acts_as_list'
gem 'rdiscount'
gem 'kaminari'
gem 'rails_autolink'
#gem 'prawn'
#gem 'prawnto'
#gem 'nokogiri'
#gem 'exception_notification', :require => 'exception_notifier'
#gem 'newrelic_rpm'
gem 'unicorn'
gem 'mysql2'
group :test, :development do
# Pretty printed test output
gem 'oink'
gem 'mongrel', '1.2.0.pre2'
gem 'ruby-debug19'
gem 'test-unit'
gem 'database_cleaner'
gem 'capistrano'
gem 'turn', :require => false
#gem 'rails_best_practices'
gem 'yaml_db'
end