-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
66 lines (51 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
63
64
65
source 'https://rubygems.org'
gem 'rails', '3.2.12'
gem 'mysql2'
#gem 'pg' # for heroku
gem 'sass-rails'#, '~> 3.2.3'
gem 'coffee-rails'#, '~> 3.2.1'
gem 'uglifier'#, '>= 1.0.3'
group :development do
# Pretty printed test output
gem "wirble"
gem "hirb"
gem 'growl'
gem 'spork', '~> 1.0rc'
gem 'rails_best_practices'
gem 'railroady'
gem 'cane'
gem 'brakeman', :require => false
gem 'mail'
gem 'traceroute'
gem 'rack-webconsole'
gem 'puma'
end
gem 'jquery-rails'
gem "devise"#, ">= 2.1.0.rc"
#gem "devise_invitable"#, ">= 1.0.1"
gem "cancan", ">= 1.6.7"
gem "rolify", ">= 3.1.0"
gem "twitter-bootstrap-rails", ">= 2.0.3", :group => :assets
gem "simple_form"
gem 'kaminari'
gem "wirble"
gem "hirb"
gem "rails-erd"
gem "awesome_print", '0.4.0'
gem "nifty-generators"
gem "bootstrapped", :git => 'https://github.com/entropillc/bootstrapped.git'
gem "paperclip", "~> 3.0"
gem 'less-rails-fontawesome', :group => :assets
gem 'tinymce-rails'
gem 'acts-as-taggable-on', '~> 2.2.2'
gem 'heroku'
gem 'appleseed'
gem "exception_notification",
:git => "git://github.com/rails/exception_notification.git",
:require => "exception_notifier"
gem 'thinking-sphinx', '2.0.10'
#wget http://sphinxsearch.com/downloads/accept.php?file=sphinx-2.0.4-release.tar.gz
#tar zxvf accept.php\?file\=sphinx-2.0.4-release.tar.gz
gem 'nokogiri'
gem 'rubyXL'
#gem "haml", '3.0.25'