This repository was archived by the owner on Sep 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
74 lines (65 loc) · 1.5 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
66
67
68
69
70
71
72
73
74
source 'http://rubygems.org'
gem 'rails', '~> 4.1.7'
gem 'mysql2'
gem 'activerecord-session_store'
# gem 'rb-readline', '~> 0.4.2'
gem 'barby', require: %w(barby/outputter/svg_outputter barby/barcode/qr_code)
gem 'rqrcode'
gem 'wkhtmltopdf-binary'
gem 'pdfkit'
gem 'kaminari'
gem 'rmagick'
gem 'carrierwave'
gem 'sprockets', '~> 2.11.0'
gem 'resque', require: 'resque/server'
gem 'resque-scheduler'
gem 'haml'
gem 'hashie'
gem 'devise'
gem 'riddle'
gem 'omniauth'#, '1.0.0'
gem 'omniauth-vkontakte'
gem 'omniauth-facebook', '1.3.0'
gem 'koala'
gem 'formtastic'
gem 'truncate_html'
gem 'nokogiri'
gem 'htmlentities'
gem 'russian'
gem 'acts-as-taggable-on'
gem 'unicorn'
gem 'unicorn-rails'
gem 'bootstrap-switch-rails'
gem 'bootstrap-wysihtml5-rails'
#gem 'omniauth-twitter'
#gem 'omniauth-mailru'
#gem 'omniauth-github'
#gem 'omniauth-google'
# assets
gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
gem 'compass-rails'
gem 'twitter-bootstrap-rails'
gem 'bootstrap-sass', '~> 2.2.2.0'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'jquery-fileupload-rails'
group :development, :test do
gem 'faker'
gem 'rspec-rails'
gem 'capistrano'
gem 'rvm-capistrano'
gem 'capistrano-unicorn', :require => false
gem 'populator'
gem 'pry-rails'
gem 'jist', '~> 1.4.0'
gem 'erb2haml'
gem 'html2haml'
gem 'better_errors'
gem 'binding_of_caller'
gem 'capistrano-resque', :require => false
# gem 'meta_request'
gem 'deadweight'
end