-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
62 lines (50 loc) · 1.36 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
source 'http://rubygems.org'
gem 'rails', '3.1.3'
gem "mysql2", "0.3.11"
gem "haml-rails", :group => :development
gem "devise", "1.4.9"
gem "cancan", "1.6.7"
gem "omniauth", "0.3.2"
gem "recaptcha", "0.3.4"
gem "activeadmin", "0.4.2"
gem "tinymce-rails", "3.4.8"
gem "kaminari", "0.13.0"
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'coffee-rails', "~> 3.1.0"
gem 'uglifier'
end
gem 'sass-rails', "3.1.4"
gem 'jquery-rails', "1.0.19"
gem "rails3-jquery-autocomplete", "1.0.6"
gem "paperclip", "2.4.5"
gem "formtastic", "2.1.0"
gem "cocoon", "1.0.15"
gem "rack-pjax", "0.5.7"
gem "acts_as_list", "0.1.4"
gem "awesome_nested_set", "2.0.2"
gem "the_sortable_tree", "1.2.0"
gem "nokogiri", "1.5.0"
gem "libxml-ruby", "2.2.2"
gem "libxslt-ruby", "1.0.8"
gem "rubyzip", "0.9.6.1"
gem "rtf", "0.3.3"
gem "romans", "0.1.0"
gem "wicked_pdf", "0.7.7"
gem "rubyXL", "1.2.5"
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
group :test do
# Pretty printed test output
gem 'turn', :require => false
end
gem "paper_trail", "2.6.0"
gem "exception_notification", "2.5.2"
gem 'letter_opener', :group => :development
gem 'therubyracer', :platforms => :ruby
gem "win32-open3-19", "~> 0.0.1", :platforms => [:mswin, :mingw]