-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
157 lines (115 loc) · 3.71 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
source 'https://rubygems.org'
# source 'http://gems.github.com'
gem 'rails', '4.2.7.1'
gem 'puma', '3.11.2'
# Just NewRelic
# gem 'newrelic_rpm'
gem 'exception_notification', '4.0.1'
gem 'faraday', '0.9.0'
gem 'multipart-post', '2.0.0'
# Datebase
gem 'pg', '0.19.0'
gem 'mysql2', '0.5.2'
# App level
gem 'devise', '3.5.2'
gem 'colorize', '0.8.1'
gem 'letter_opener', '1.4.1'
gem 'nokogiri', '1.8.1'
gem 'omniauth-twitter', '1.0.1'
gem 'omniauth-facebook', '2.0.0'
gem 'omniauth-vkontakte', '1.3.2'
gem 'omniauth-google-oauth2', '0.2.5'
gem 'omniauth-odnoklassniki', '0.0.4'
gem 'rails_config', '0.4.2'
gem 'whenever', '0.9.2'
gem 'redis', '3.2.1'
# gem 'sinatra', '1.4.6', require: nil
gem 'sidekiq', '3.5.0'
# views
gem 'browser', '0.6.0'
gem 'truncato', '0.7.10'
gem 'jquery-rails', '4.0.4'
gem 'jquery-ui-rails', '5.0.0'
gem 'jbuilder', '1.0.2'
gem 'haml', '4.0.5'
gem 'slim', '3.0.6'
gem 'slim-rails', '0.2.1'
gem 'role_block_haml', '0.2.4'
gem 'kaminari', '0.16.1'
gem 'sass', '3.4.1'
gem 'font-awesome-sass', '4.1.0'
gem 'sass-rails', git: 'https://github.com/rails/sass-rails', tag: '423178729'
gem 'bootstrap-sass', git: 'https://github.com/twbs/bootstrap-sass', tag: '54317e5c'
gem 'compass-rails', git: 'https://github.com/Compass/compass-rails', tag: '36eebc69'
gem 'autoprefixer-rails', '3.0.0.20140821'
gem 'premailer-rails', '1.8.2'
gem 'actionview-encoded_mail_to', '1.0.4'
# Search
gem 'thinking-sphinx', '5.4.0'
# Models
gem 'gibbon', '1.1.5'
gem 'sanitize', '3.0.0'
gem 'rails_autolink', '1.1.6'
gem 'state_machine', '~> 1.2.0'
gem 'RedCloth', '4.2.9', require: 'redcloth'
gem 'acts-as-taggable-on', '3.5.0'
gem 'awesome_nested_set',
git: "https://github.com/collectiveidea/awesome_nested_set",
tag: 'a4c1ec42d'
# Images and files
gem 'mini_magick', '4.2.7'
gem 'paperclip', '4.2.0'
gem 'route_downcaser', '1.1.4'
# SHOP
gem 'turbolinks', '2.5.3'
gem 'table_holy_grail_layout', path: './X_GEMS/table_holy_grail_layout'
gem 'friendly_id_pack', path: 'plugins/friendly_id_pack'
gem 'to_slug_param', path: './X_GEMS/to_slug_param'
gem 'user_room', path: './X_GEMS/user_room'
gem 'log_js', path: './X_GEMS/log_js'
gem 'role_slim_js', path: './X_GEMS/role_slim_js'
gem 'protozaur', path: './X_GEMS/protozaur'
gem 'protozaur_theme', path: './X_GEMS/protozaur_theme'
gem 'pagination', path: './X_GEMS/pagination'
gem 'simple_sort', path: './X_GEMS/simple_sort'
gem 'mail_helper', path: './X_GEMS/mail_helper'
gem 'the_string_addon', path: './X_GEMS/the_string_addon'
gem 'notifications', path: './X_GEMS/notifications'
gem 'rails_shop', path: './X_GEMS/rails_shop'
gem 'image_tools', path: './X_GEMS/image_tools'
gem 'crop_tool', path: './X_GEMS/crop_tool'
gem 'the_storages', path: './X_GEMS/the_storages'
gem 'the_audit', path: './X_GEMS/the_audit'
gem "the_comments", path: './X_GEMS/the_comments'
# ~ SHOP
gem 'image_optim', '0.31.2'
# Open Cook components
gem 'the_sortable_tree',
# path: '../the_sortable_tree'
git: 'https://github.com/the-teacher/the_sortable_tree',
tag: 'fa1ceac3ca'
group :development, :test do
gem "minitest-rails", '2.2.0'
gem 'faker', '1.4.3'
gem 'seedbank', '0.3.0'
gem 'minitest-reporters', '1.0.19'
gem 'm', '1.3.4'
gem "better_errors", '2.0.0'
gem "binding_of_caller", '0.7.2'
end
group :development do
gem 'foreman', '0.82.0'
gem 'pry', '0.10.1'
gem 'pry-byebug', '1.3.3'
gem 'quiet_assets', '1.0.3'
# gem 'asset-image-opt'
# brew install https://raw.github.com/cbguder/homebrew/53ea33bab5372ea74117ace8c44aa7ea988e93c2/Library/Formula/pngout.rb
end
group :assets do
gem 'coffee-rails', '4.0.1'
gem 'uglifier', '2.5.3'
end
group :test do
gem 'factory_girl', '4.4.0'
gem 'database_cleaner', '1.3.0'
end