BigW Consortium Gitlab

Gemfile 8.49 KB
Newer Older
1
source 'https://rubygems.org'
gitlabhq committed
2

3
gem 'rails', '4.2.8'
4
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
Valery Sizov committed
5 6 7

# Responders respond_to and respond_with
gem 'responders', '~> 2.0'
8

ubudzisz committed
9
gem 'sprockets', '~> 3.7.0'
10

Dmitriy Zaporozhets committed
11
# Default values for AR models
12
gem 'default_value_for', '~> 3.0.0'
Dmitriy Zaporozhets committed
13

14
# Supported DBs
15 16
gem 'mysql2', '~> 0.3.16', group: :mysql
gem 'pg', '~> 0.18.2', group: :postgres
17

Robert Speicher committed
18 19
gem 'rugged', '~> 0.24.0'

karen Carias committed
20
# Authentication libraries
21
gem 'devise',                 '~> 4.2'
22
gem 'doorkeeper',             '~> 4.2.0'
Stan Hu committed
23
gem 'omniauth',               '~> 1.4.2'
24
gem 'omniauth-auth0',         '~> 1.4.1'
25
gem 'omniauth-azure-oauth2',  '~> 0.0.6'
26
gem 'omniauth-cas3',          '~> 1.1.2'
27
gem 'omniauth-facebook',      '~> 4.0.0'
28
gem 'omniauth-github',        '~> 1.1.1'
29
gem 'omniauth-gitlab',        '~> 1.0.2'
30
gem 'omniauth-google-oauth2', '~> 0.4.1'
31
gem 'omniauth-kerberos',      '~> 0.3.0', group: :kerberos
32
gem 'omniauth-oauth2-generic', '~> 0.2.2'
33
gem 'omniauth-saml',          '~> 1.7.0'
34
gem 'omniauth-shibboleth',    '~> 1.2.0'
35
gem 'omniauth-twitter',       '~> 1.2.0'
36
gem 'omniauth_crowd',         '~> 2.2.0'
37
gem 'omniauth-authentiq',     '~> 0.3.0'
38
gem 'rack-oauth2',            '~> 1.2.1'
39
gem 'jwt',                    '~> 1.5.6'
40

41
# Spam and anti-bot protection
42
gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails'
43
gem 'akismet', '~> 2.0'
44

45
# Two-factor authentication
46
gem 'devise-two-factor', '~> 3.0.0'
47
gem 'rqrcode-rails3', '~> 0.1.7'
48
gem 'attr_encrypted', '~> 3.0.0'
49
gem 'u2f', '~> 0.2.1'
50

51
# GitLab Pages
52
gem 'validates_hostname', '~> 1.0.6'
53

54
# Browser detection
55
gem 'browser', '~> 2.2'
56

57
# LDAP Auth
58
# GitLab fork with several improvements to original library. For full list of changes
59
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
60
gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: 'omniauth-ldap'
61

62
# Git Wiki
63
# Required manually in config/initializers/gollum.rb to control load order
64
gem 'gollum-lib', '~> 4.2', require: false
65
gem 'gollum-rugged_adapter', '~> 0.4.2', require: false
66

67
# Language detection
68
gem 'github-linguist', '~> 4.7.0', require: 'linguist'
69

randx committed
70
# API
71
gem 'grape',        '~> 0.19.0'
72
gem 'grape-entity', '~> 0.6.0'
73
gem 'rack-cors',    '~> 0.4.0', require: 'rack/cors'
randx committed
74 75

# Pagination
76
gem 'kaminari', '~> 0.17.0'
randx committed
77 78

# HAML
79
gem 'hamlit', '~> 2.6.1'
randx committed
80 81

# Files attachments
82
gem 'carrierwave', '~> 0.10.0'
83

84
# Drag and Drop UI
85
gem 'dropzonejs-rails', '~> 0.7.1'
86

87 88 89
# for backups
gem 'fog-aws', '~> 0.9'
gem 'fog-core', '~> 1.40'
90
gem 'fog-google', '~> 0.5'
91 92
gem 'fog-local', '~> 0.3'
gem 'fog-openstack', '~> 0.1'
93
gem 'fog-rackspace', '~> 0.1.1'
94

95 96 97
# for Google storage
gem 'google-api-client', '~> 0.8.6'

98
# for aws storage
99
gem 'unf', '~> 0.1.4'
randx committed
100 101

# Seed data
102
gem 'seed-fu', '~> 2.3.5'
randx committed
103

Robert Speicher committed
104
# Markdown and HTML processing
105 106
gem 'html-pipeline',        '~> 1.11.0'
gem 'deckar01-task_list',   '1.0.6', require: 'task_list/railtie'
107
gem 'gitlab-markup',        '~> 1.5.1'
108 109 110 111 112 113 114
gem 'redcarpet',            '~> 3.3.3'
gem 'RedCloth',             '~> 4.3.2'
gem 'rdoc',                 '~> 4.2'
gem 'org-ruby',             '~> 0.9.12'
gem 'creole',               '~> 0.5.0'
gem 'wikicloth',            '0.8.1'
gem 'asciidoctor',          '~> 1.5.2'
115
gem 'asciidoctor-plantuml', '0.0.7'
116 117
gem 'rouge',                '~> 2.0'
gem 'truncato',             '~> 0.7.8'
randx committed
118

119
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
120
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM
121
gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2'
122

skv-headless committed
123
# Diffs
124
gem 'diffy', '~> 3.1.0'
skv-headless committed
125

126
# Application server
127
group :unicorn do
128 129
  gem 'unicorn', '~> 5.1.0'
  gem 'unicorn-worker-killer', '~> 0.4.4'
130
end
randx committed
131

Andrew8xx8 committed
132
# State machine
133
gem 'state_machines-activerecord', '~> 0.4.0'
134
# Run events after state machine commits
bogdanvlviv committed
135
gem 'after_commit_queue', '~> 1.3.0'
Andrew8xx8 committed
136

randx committed
137
# Issue tags
138
gem 'acts-as-taggable-on', '~> 4.0'
randx committed
139 140

# Background jobs
141
gem 'sidekiq', '~> 4.2.7'
142
gem 'sidekiq-cron', '~> 0.4.4'
bogdanvlviv committed
143
gem 'redis-namespace', '~> 1.5.2'
144
gem 'sidekiq-limit_fetch', '~> 3.4'
randx committed
145 146

# HTTP requests
147
gem 'httparty', '~> 0.13.3'
randx committed
148 149

# Colored output to console
150
gem 'rainbow', '~> 2.1.0'
randx committed
151

Riyad Preukschas committed
152
# GitLab settings
153
gem 'settingslogic', '~> 2.0.9'
154

randx committed
155
# Misc
156

157
gem 'version_sorter', '~> 2.1.0'
randx committed
158

159
# Cache
160
gem 'redis-rails', '~> 5.0.1'
161

162 163 164 165
# Redis
gem 'redis', '~> 3.2'
gem 'connection_pool', '~> 2.0'

166
# HipChat integration
Chulki Lee committed
167
gem 'hipchat', '~> 1.5.0'
168

169
# JIRA integration
170
gem 'jira-ruby', '~> 1.1.2'
171

172
# Flowdock integration
173
gem 'gitlab-flowdock-git-hook', '~> 1.0.1'
174

175
# Gemnasium integration
176
gem 'gemnasium-gitlab-service', '~> 0.2'
177

178
# Slack integration
179
gem 'slack-notifier', '~> 1.5.1'
180

Jeremy committed
181
# Asana integration
182
gem 'asana', '~> 0.4.0'
Jeremy committed
183

Jared Szechy committed
184
# FogBugz integration
Jared Szechy committed
185
gem 'ruby-fogbugz', '~> 0.2.1'
Jared Szechy committed
186

187 188 189
# Kubernetes integration
gem 'kubeclient', '~> 2.2.0'

190
# d3
191
gem 'd3_rails', '~> 3.5.0'
192 193

# underscore-rails
194
gem 'underscore-rails', '~> 1.8.0'
195

196
# Sanitize user input
197
gem 'sanitize', '~> 2.0'
198
gem 'babosa', '~> 1.0.2'
199

Stan Hu committed
200
# Sanitizes SVG input
201
gem 'loofah', '~> 2.0.3'
Stan Hu committed
202

203
# Working with license
204
gem 'licensee', '~> 8.7.0'
205

Marin Jankovski committed
206
# Protect against bruteforcing
207
gem 'rack-attack', '~> 4.4.1'
Marin Jankovski committed
208

209
# Ace editor
210
gem 'ace-rails-ap', '~> 4.1.0'
211

212
# Keyboard shortcuts
213
gem 'mousetrap-rails', '~> 1.4.6'
214

215
# Detect and convert string character encoding
216
gem 'charlock_holmes', '~> 0.7.3'
217

218 219 220
# Faster JSON
gem 'oj', '~> 2.17.4'

221 222
# Parse time & duration
gem 'chronic', '~> 0.10.2'
223 224
gem 'chronic_duration', '~> 0.10.6'

225
gem 'webpack-rails', '~> 0.9.9'
226 227
gem 'rack-proxy', '~> 0.6.0'

228
gem 'sass-rails', '~> 5.0.6'
229 230
gem 'coffee-rails', '~> 4.1.0'
gem 'uglifier', '~> 2.7.2'
231

232
gem 'addressable',        '~> 2.3.8'
233
gem 'bootstrap-sass',     '~> 3.3.0'
234
gem 'font-awesome-rails', '~> 4.6.1'
235
gem 'gemojione',          '~> 3.0'
236
gem 'gon',                '~> 6.1.0'
237
gem 'jquery-atwho-rails', '~> 1.3.2'
238
gem 'jquery-rails',       '~> 4.1.0'
239
gem 'jquery-ui-rails',    '~> 5.0.0'
240
gem 'request_store',      '~> 1.3'
241
gem 'select2-rails',      '~> 3.5.9'
242
gem 'virtus',             '~> 1.0.1'
243
gem 'net-ssh',            '~> 3.0.1'
Kamil Trzcinski committed
244
gem 'base32',             '~> 0.3.0'
gitlabhq committed
245

246
# Sentry integration
247
gem 'sentry-raven', '~> 2.0.0'
248

249 250
gem 'premailer-rails', '~> 1.9.0'

251 252
# Metrics
group :metrics do
253
  gem 'allocations', '~> 1.0', require: false, platform: :mri
254
  gem 'method_source', '~> 0.8', require: false
255 256 257
  gem 'influxdb', '~> 0.2', require: false
end

Nihad Abbasov committed
258
group :development do
bogdanvlviv committed
259
  gem 'foreman', '~> 0.78.0'
Brian Neel committed
260
  gem 'brakeman', '~> 3.4.0', require: false
261

262
  gem 'letter_opener_web', '~> 1.3.0'
263
  gem 'bullet', '~> 5.2.0', require: false
bogdanvlviv committed
264
  gem 'rblineprof', '~> 0.3.6', platform: :mri, require: false
Valery Sizov committed
265
  gem 'web-console', '~> 2.0'
266

267
  # Better errors handler
268 269
  gem 'better_errors', '~> 1.0.1'
  gem 'binding_of_caller', '~> 0.7.2'
270

271
  # thin instead webrick
272
  gem 'thin', '~> 1.7.0'
gitlabhq committed
273 274 275
end

group :development, :test do
276
  gem 'pry-byebug', '~> 3.4.1', platform: :mri
bogdanvlviv committed
277
  gem 'pry-rails', '~> 0.3.4'
Robert Speicher committed
278

279
  gem 'awesome_print', '~> 1.2.0', require: false
280 281
  gem 'fuubar', '~> 2.0.0'

282
  gem 'database_cleaner',   '~> 1.5.0'
283
  gem 'factory_girl_rails', '~> 4.7.0'
284
  gem 'rspec-rails',        '~> 3.5.0'
bogdanvlviv committed
285
  gem 'rspec-retry',        '~> 0.4.5'
286
  gem 'spinach-rails',      '~> 0.2.1'
Kamil Trzcinski committed
287
  gem 'spinach-rerun-reporter', '~> 0.0.2'
288
  gem 'rspec_profiling',    '~> 0.0.5'
randx committed
289

290
  # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
291
  gem 'minitest', '~> 5.7.0'
292

293
  # Generate Fake data
294
  gem 'ffaker', '~> 2.4'
295

Stan Hu committed
296
  gem 'capybara',            '~> 2.6.2'
Robert Speicher committed
297
  gem 'capybara-screenshot', '~> 1.0.0'
298
  gem 'poltergeist',         '~> 1.9.0'
Andrew8xx8 committed
299

300
  gem 'spring',                   '~> 1.7.0'
301
  gem 'spring-commands-rspec',    '~> 1.0.4'
302
  gem 'spring-commands-spinach',  '~> 1.1.0'
303

304 305
  gem 'rubocop', '~> 0.47.1', require: false
  gem 'rubocop-rspec', '~> 1.12.0', require: false
306
  gem 'scss_lint', '~> 0.47.0', require: false
307
  gem 'haml_lint', '~> 0.21.0', require: false
308
  gem 'simplecov', '0.12.0', require: false
bogdanvlviv committed
309 310
  gem 'flay', '~> 2.6.1', require: false
  gem 'bundler-audit', '~> 0.5.0', require: false
311

bogdanvlviv committed
312
  gem 'benchmark-ips', '~> 2.3.0', require: false
Connor Shea committed
313

bogdanvlviv committed
314 315
  gem 'license_finder', '~> 2.1.0', require: false
  gem 'knapsack', '~> 1.11.0'
316 317

  gem 'activerecord_sane_schema_dumper', '0.2'
318 319

  gem 'stackprof', '~> 0.2.10'
gitlabhq committed
320 321 322
end

group :test do
323
  gem 'shoulda-matchers', '~> 2.8.0', require: false
324
  gem 'email_spec', '~> 1.6.0'
325
  gem 'json-schema', '~> 2.6.2'
326
  gem 'webmock', '~> 1.21.0'
327
  gem 'test_after_commit', '~> 1.1'
bogdanvlviv committed
328
  gem 'sham_rack', '~> 1.3.6'
329
  gem 'timecop', '~> 0.8.0'
gitlabhq committed
330
end
331

332
gem 'newrelic_rpm', '~> 3.16'
333

334
gem 'octokit', '~> 4.6.2'
Douwe Maan committed
335

336
gem 'mail_room', '~> 0.9.1'
Douwe Maan committed
337

338
gem 'email_reply_trimmer', '~> 0.1'
339
gem 'html2text'
340

341
gem 'ruby-prof', '~> 0.16.2'
342

343
# OAuth
344
gem 'oauth2', '~> 1.2.0'
345 346

# Soft deletion
347
gem 'paranoia', '~> 2.2'
348 349

# Health check
350
gem 'health_check', '~> 2.2.0'
351 352

# System information
353
gem 'vmstat', '~> 2.3.0'
354
gem 'sys-filesystem', '~> 1.1.6'