Gemfile 7.9 KB
Newer Older
S
Sytse Sijbrandij 已提交
1
source "https://rubygems.org"
G
gitlabhq 已提交
2

R
Robert Speicher 已提交
3
gem 'rails', '4.2.5.2'
V
Valery Sizov 已提交
4
gem 'rails-deprecated_sanitizer', '~> 1.0.3'
V
Valery Sizov 已提交
5 6 7

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

R
Robert Speicher 已提交
9 10 11
# Specify a sprockets version due to increased performance
# See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069
gem 'sprockets', '~> 3.3.5'
12

D
Dmitriy Zaporozhets 已提交
13 14 15
# Default values for AR models
gem "default_value_for", "~> 3.0.0"

D
Dmitriy Zaporozhets 已提交
16
# Supported DBs
D
Douwe Maan 已提交
17 18
gem "mysql2", '~> 0.3.16', group: :mysql
gem "pg", '~> 0.18.2', group: :postgres
D
Dmitriy Zaporozhets 已提交
19

K
karen Carias 已提交
20
# Authentication libraries
21
gem 'devise',                 '~> 3.5.4'
22
gem 'devise-async',           '~> 0.9.0'
R
Robert Speicher 已提交
23
gem 'doorkeeper',             '~> 2.2.0'
24
gem 'omniauth',               '~> 1.3.1'
25
gem 'omniauth-auth0',         '~> 1.4.1'
26
gem 'omniauth-azure-oauth2',  '~> 0.0.6'
27
gem 'omniauth-bitbucket',     '~> 0.0.2'
T
tduehr 已提交
28
gem 'omniauth-cas3',          '~> 1.1.2'
D
Douwe Maan 已提交
29
gem 'omniauth-facebook',      '~> 3.0.0'
30 31
gem 'omniauth-github',        '~> 1.1.1'
gem 'omniauth-gitlab',        '~> 1.0.0'
32
gem 'omniauth-google-oauth2', '~> 0.2.0'
33
gem 'omniauth-kerberos',      '~> 0.3.0', group: :kerberos
34
gem 'omniauth-saml',          '~> 1.5.0'
35
gem 'omniauth-shibboleth',    '~> 1.2.0'
36
gem 'omniauth-twitter',       '~> 1.2.0'
37
gem 'omniauth_crowd',         '~> 2.2.0'
R
Robert Speicher 已提交
38
gem 'rack-oauth2',            '~> 1.2.1'
D
Dmitriy Zaporozhets 已提交
39

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

44
# Two-factor authentication
45
gem 'devise-two-factor', '~> 2.0.0'
D
Douwe Maan 已提交
46 47
gem 'rqrcode-rails3', '~> 0.1.7'
gem 'attr_encrypted', '~> 1.3.4'
48

49
# Browser detection
50
gem "browser", '~> 1.0.0'
51

D
Dmitriy Zaporozhets 已提交
52
# Extracting information from a git repository
D
Dmitriy Zaporozhets 已提交
53
# Provide access to Gitlab::Git library
54
gem "gitlab_git", '~> 10.0'
55

56
# LDAP Auth
Y
Yorick Peterse 已提交
57
# GitLab fork with several improvements to original library. For full list of changes
58
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
D
Douwe Maan 已提交
59
gem 'gitlab_omniauth-ldap', '~> 1.2.1', require: "omniauth-ldap"
60

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

V
Valeriy Sizov 已提交
66
# Language detection
67
gem "github-linguist", "~> 4.7.0", require: "linguist"
V
Valeriy Sizov 已提交
68

R
randx 已提交
69
# API
K
Kamil Trzcinski 已提交
70
gem 'grape',        '~> 0.13.0'
R
Robert Speicher 已提交
71 72
gem 'grape-entity', '~> 0.4.2'
gem 'rack-cors',    '~> 0.4.0', require: 'rack/cors'
R
randx 已提交
73 74

# Pagination
75
gem "kaminari", "~> 0.16.3"
R
randx 已提交
76 77

# HAML
R
Robert Speicher 已提交
78
gem "haml-rails", '~> 0.9.0'
R
randx 已提交
79 80

# Files attachments
R
Rubén Dávila 已提交
81
gem "carrierwave", '~> 0.10.0'
82

83
# Drag and Drop UI
D
Douwe Maan 已提交
84
gem 'dropzonejs-rails', '~> 0.7.1'
85

86
# for aws storage
S
Stan Hu 已提交
87
gem "fog", "~> 1.36.0"
D
Douwe Maan 已提交
88
gem "unf", '~> 0.1.4'
R
randx 已提交
89 90

# Authorization
D
Douwe Maan 已提交
91
gem "six", '~> 0.2.0'
R
randx 已提交
92 93

# Seed data
D
Douwe Maan 已提交
94
gem "seed-fu", '~> 2.3.5'
R
randx 已提交
95

R
Robert Speicher 已提交
96
# Markdown and HTML processing
97
gem 'html-pipeline', '~> 1.11.0'
D
Douwe Maan 已提交
98 99
gem 'task_list',     '~> 1.0.2', require: 'task_list/railtie'
gem 'github-markup', '~> 1.3.1'
100
gem 'redcarpet',     '~> 3.3.3'
101
gem 'RedCloth',      '~> 4.2.9'
R
Robert Speicher 已提交
102
gem 'rdoc',          '~>3.6'
D
Douwe Maan 已提交
103
gem 'org-ruby',      '~> 0.9.12'
R
Robert Speicher 已提交
104
gem 'creole',        '~> 0.5.0'
V
Valery Sizov 已提交
105
gem 'wikicloth',     '0.8.1'
106
gem 'asciidoctor',   '~> 1.5.2'
107
gem 'rouge',         '~> 1.10.1'
R
randx 已提交
108

109
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
110
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM
111
gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2'
112

S
skv-headless 已提交
113 114 115
# Diffs
gem 'diffy', '~> 3.0.3'

116
# Application server
J
Jacob Vosmaer 已提交
117
group :unicorn do
R
Robert Speicher 已提交
118
  gem "unicorn", '~> 4.9.0'
D
Douwe Maan 已提交
119
  gem 'unicorn-worker-killer', '~> 0.4.2'
J
Jacob Vosmaer 已提交
120
end
R
randx 已提交
121

A
Andrew8xx8 已提交
122
# State machine
123
gem "state_machines-activerecord", '~> 0.3.0'
124 125
# Run events after state machine commits
gem 'after_commit_queue'
A
Andrew8xx8 已提交
126

R
randx 已提交
127
# Issue tags
N
Nihad Abbasov 已提交
128
gem 'acts-as-taggable-on', '~> 3.4'
R
randx 已提交
129 130

# Background jobs
D
Douwe Maan 已提交
131
gem 'sinatra', '~> 1.4.4', require: nil
G
Gabriel Mazetto 已提交
132 133 134
gem 'sidekiq', '~> 4.0'
gem 'sidekiq-cron', '~> 0.4.0'
gem 'redis-namespace'
R
randx 已提交
135 136

# HTTP requests
D
Douwe Maan 已提交
137
gem "httparty", '~> 0.13.3'
R
randx 已提交
138 139

# Colored output to console
R
Robert Speicher 已提交
140
gem "colorize", '~> 0.7.0'
R
randx 已提交
141

R
Riyad Preukschas 已提交
142
# GitLab settings
D
Douwe Maan 已提交
143
gem 'settingslogic', '~> 2.0.9'
A
Aleksei Kvitinskii 已提交
144

R
randx 已提交
145
# Misc
D
Douwe Maan 已提交
146 147

gem 'version_sorter', '~> 2.0.0'
R
randx 已提交
148

149
# Cache
D
Douwe Maan 已提交
150
gem "redis-rails", '~> 4.0.0'
151

152
# Campfire integration
R
Robert Speicher 已提交
153
gem 'tinder', '~> 1.10.0'
154

R
Ronald van Eede 已提交
155
# HipChat integration
C
Chulki Lee 已提交
156
gem 'hipchat', '~> 1.5.0'
R
Ronald van Eede 已提交
157

158
# Flowdock integration
159
gem "gitlab-flowdock-git-hook", "~> 1.0.1"
160

161 162 163
# Gemnasium integration
gem "gemnasium-gitlab-service", "~> 0.2"

164
# Slack integration
165
gem "slack-notifier", "~> 1.2.0"
166

J
Jeremy 已提交
167
# Asana integration
R
Robert Speicher 已提交
168
gem 'asana', '~> 0.4.0'
J
Jeremy 已提交
169

J
Jared Szechy 已提交
170
# FogBugz integration
J
Jared Szechy 已提交
171
gem 'ruby-fogbugz', '~> 0.2.1'
J
Jared Szechy 已提交
172

173
# d3
R
Robert Speicher 已提交
174
gem 'd3_rails', '~> 3.5.0'
175

176
#cal-heatmap
177
gem 'cal-heatmap-rails', '~> 3.5.0'
178

179
# underscore-rails
180
gem "underscore-rails", "~> 1.8.0"
181

182
# Sanitize user input
183
gem "sanitize", '~> 2.0'
184
gem 'babosa', '~> 1.0.2'
185

S
Stan Hu 已提交
186 187 188
# Sanitizes SVG input
gem "loofah", "~> 2.0.3"

M
Marin Jankovski 已提交
189
# Protect against bruteforcing
190
gem "rack-attack", '~> 4.3.1'
M
Marin Jankovski 已提交
191

D
Dmitriy Zaporozhets 已提交
192
# Ace editor
D
Douwe Maan 已提交
193
gem 'ace-rails-ap', '~> 2.0.1'
D
Dmitriy Zaporozhets 已提交
194

195
# Keyboard shortcuts
D
Douwe Maan 已提交
196
gem 'mousetrap-rails', '~> 1.4.6'
R
Robert Schilling 已提交
197

198
# Detect and convert string character encoding
199
gem 'charlock_holmes', '~> 0.7.3'
200

R
Robert Speicher 已提交
201
gem "sass-rails", '~> 5.0.0'
D
Douwe Maan 已提交
202
gem "coffee-rails", '~> 4.1.0'
R
Robert Speicher 已提交
203
gem "uglifier", '~> 2.7.2'
R
Robert Speicher 已提交
204
gem 'turbolinks', '~> 2.5.0'
205
gem 'jquery-turbolinks', '~> 2.1.0'
206

D
Douwe Maan 已提交
207
gem 'addressable',        '~> 2.3.8'
208
gem 'bootstrap-sass',     '~> 3.3.0'
R
Robert Speicher 已提交
209
gem 'font-awesome-rails', '~> 4.2'
210
gem 'gitlab_emoji',       '~> 0.3.0'
R
Robert Speicher 已提交
211
gem 'gon',                '~> 6.0.1'
212
gem 'jquery-atwho-rails', '~> 1.3.2'
213
gem 'jquery-rails',       '~> 4.0.0'
D
Douwe Maan 已提交
214
gem 'jquery-scrollto-rails', '~> 1.4.3'
215
gem 'jquery-ui-rails',    '~> 5.0.0'
R
Robert Speicher 已提交
216
gem 'raphael-rails',      '~> 2.1.2'
D
Douwe Maan 已提交
217
gem 'request_store',      '~> 1.2.0'
R
Robert Speicher 已提交
218
gem 'select2-rails',      '~> 3.5.9'
D
Douwe Maan 已提交
219
gem 'virtus',             '~> 1.0.1'
220
gem 'net-ssh',            '~> 3.0.1'
G
gitlabhq 已提交
221

222
# Sentry integration
R
Robert Speicher 已提交
223
gem 'sentry-raven', '~> 0.15'
224

225 226
# Metrics
group :metrics do
227
  gem 'allocations', '~> 1.0', require: false, platform: :mri
228
  gem 'method_source', '~> 0.8', require: false
229 230 231 232
  gem 'influxdb', '~> 0.2', require: false
  gem 'connection_pool', '~> 2.0', require: false
end

N
Nihad Abbasov 已提交
233
group :development do
D
Douwe Maan 已提交
234
  gem "foreman"
R
Robert Speicher 已提交
235
  gem 'brakeman', '~> 3.1.0', require: false
D
Douwe Maan 已提交
236 237 238 239

  gem "annotate", "~> 2.6.0"
  gem "letter_opener", '~> 1.1.2'
  gem 'quiet_assets', '~> 1.0.2'
240
  gem 'rerun', '~> 0.11.0'
Y
Yorick Peterse 已提交
241
  gem 'bullet', require: false
242
  gem 'rblineprof', platform: :mri, require: false
V
Valery Sizov 已提交
243
  gem 'web-console', '~> 2.0'
D
Dmitriy Zaporozhets 已提交
244

245
  # Better errors handler
D
Douwe Maan 已提交
246 247
  gem 'better_errors', '~> 1.0.1'
  gem 'binding_of_caller', '~> 0.7.2'
248 249

  # Docs generator
D
Douwe Maan 已提交
250
  gem "sdoc", '~> 0.3.20'
251 252

  # thin instead webrick
D
Douwe Maan 已提交
253
  gem 'thin', '~> 1.6.1'
G
gitlabhq 已提交
254 255 256
end

group :development, :test do
Y
Yorick Peterse 已提交
257
  gem 'byebug', platform: :mri
R
Robert Speicher 已提交
258 259
  gem 'pry-rails'

260
  gem 'awesome_print', '~> 1.2.0', require: false
D
Douwe Maan 已提交
261 262
  gem 'fuubar', '~> 2.0.0'

263 264 265
  gem 'database_cleaner',   '~> 1.4.0'
  gem 'factory_girl_rails', '~> 4.6.0'
  gem 'rspec-rails',        '~> 3.3.0'
K
Kamil Trzcinski 已提交
266
  gem 'rspec-retry'
267
  gem 'spinach-rails',      '~> 0.2.1'
K
Kamil Trzcinski 已提交
268
  gem 'spinach-rerun-reporter', '~> 0.0.2'
R
randx 已提交
269

270
  # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
D
Douwe Maan 已提交
271
  gem 'minitest', '~> 5.7.0'
272

273
  # Generate Fake data
R
Robert Speicher 已提交
274
  gem 'ffaker', '~> 2.0.0'
275

S
Stan Hu 已提交
276
  gem 'capybara',            '~> 2.6.2'
R
Robert Speicher 已提交
277
  gem 'capybara-screenshot', '~> 1.0.0'
R
Robert Speicher 已提交
278
  gem 'poltergeist',         '~> 1.9.0'
A
Andrew8xx8 已提交
279

280
  gem 'teaspoon', '~> 1.0.0'
D
Douwe Maan 已提交
281
  gem 'teaspoon-jasmine', '~> 2.2.0'
J
Jeroen van Baarsen 已提交
282

283
  gem 'spring', '~> 1.6.4'
D
Douwe Maan 已提交
284
  gem 'spring-commands-rspec',    '~> 1.0.4'
285 286
  gem 'spring-commands-spinach',  '~> 1.0.0'
  gem 'spring-commands-teaspoon', '~> 0.0.2'
D
Douwe Maan 已提交
287

288
  gem 'rubocop', '~> 0.35.0', require: false
289
  gem 'scss_lint', '~> 0.47.0', require: false
D
Douwe Maan 已提交
290 291
  gem 'coveralls',  '~> 0.8.2', require: false
  gem 'simplecov', '~> 0.10.0', require: false
292
  gem 'flog', require: false
293
  gem 'flay', require: false
D
Dmitriy Zaporozhets 已提交
294
  gem 'bundler-audit', require: false
295 296

  gem 'benchmark-ips', require: false
G
gitlabhq 已提交
297 298 299
end

group :test do
R
Robert Speicher 已提交
300
  gem 'shoulda-matchers', '~> 2.8.0', require: false
R
Robert Speicher 已提交
301
  gem 'email_spec', '~> 1.6.0'
302
  gem 'webmock', '~> 1.21.0'
303
  gem 'test_after_commit', '~> 0.4.2'
J
Jared Szechy 已提交
304
  gem 'sham_rack'
G
gitlabhq 已提交
305
end
306 307

group :production do
D
Dmitriy Zaporozhets 已提交
308
  gem "gitlab_meta", '7.0'
309
end
J
Jacob Vosmaer 已提交
310

311 312
gem "newrelic_rpm", '~> 3.14'

R
Robert Speicher 已提交
313
gem 'octokit', '~> 3.8.0'
D
Douwe Maan 已提交
314

315
gem "mail_room", "~> 0.6.1"
D
Douwe Maan 已提交
316

D
Douwe Maan 已提交
317 318 319 320 321 322 323 324 325 326 327 328
gem 'email_reply_parser', '~> 0.5.8'

## CI
gem 'activerecord-deprecated_finders', '~> 1.0.3'
gem 'activerecord-session_store', '~> 0.1.0'
gem "nested_form", '~> 0.3.2'

# OAuth
gem 'oauth2', '~> 1.0.0'

# Soft deletion
gem "paranoia", "~> 2.0"