Gemfile.lock 29.9 KB
Newer Older
G
gitlabhq 已提交
1
GEM
2
  remote: https://rubygems.org/
G
gitlabhq 已提交
3
  specs:
4
    RedCloth (4.3.2)
5
    abstract_type (0.0.7)
S
Sean McGivern 已提交
6
    ace-rails-ap (4.1.2)
R
Rémy Coutable 已提交
7 8 9 10
    actionmailer (4.2.10)
      actionpack (= 4.2.10)
      actionview (= 4.2.10)
      activejob (= 4.2.10)
V
Vinnie Okada 已提交
11
      mail (~> 2.5, >= 2.5.4)
V
Valery Sizov 已提交
12
      rails-dom-testing (~> 1.0, >= 1.0.5)
R
Rémy Coutable 已提交
13 14 15
    actionpack (4.2.10)
      actionview (= 4.2.10)
      activesupport (= 4.2.10)
V
Valery Sizov 已提交
16
      rack (~> 1.6)
17
      rack-test (~> 0.6.2)
V
Valery Sizov 已提交
18 19
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
R
Rémy Coutable 已提交
20 21
    actionview (4.2.10)
      activesupport (= 4.2.10)
M
Marin Jankovski 已提交
22 23
      builder (~> 3.1)
      erubis (~> 2.7.0)
V
Valery Sizov 已提交
24
      rails-dom-testing (~> 1.0, >= 1.0.5)
Z
Z.J. van de Weg 已提交
25
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
R
Rémy Coutable 已提交
26 27
    activejob (4.2.10)
      activesupport (= 4.2.10)
V
Valery Sizov 已提交
28
      globalid (>= 0.3.0)
R
Rémy Coutable 已提交
29 30
    activemodel (4.2.10)
      activesupport (= 4.2.10)
M
Marin Jankovski 已提交
31
      builder (~> 3.1)
R
Rémy Coutable 已提交
32 33 34
    activerecord (4.2.10)
      activemodel (= 4.2.10)
      activesupport (= 4.2.10)
V
Valery Sizov 已提交
35
      arel (~> 6.0)
36 37
    activerecord_sane_schema_dumper (0.2)
      rails (>= 4, < 5)
R
Rémy Coutable 已提交
38
    activesupport (4.2.10)
V
Valery Sizov 已提交
39
      i18n (~> 0.7)
M
Marin Jankovski 已提交
40
      minitest (~> 5.1)
V
Valery Sizov 已提交
41
      thread_safe (~> 0.3, >= 0.3.4)
M
Marin Jankovski 已提交
42
      tzinfo (~> 1.1)
43 44
    acts-as-taggable-on (5.0.0)
      activerecord (>= 4.2.8)
45 46 47
    adamantium (0.2.0)
      ice_nine (~> 0.11.0)
      memoizable (~> 0.4.0)
48 49
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
50
    aes_key_wrap (1.0.1)
51
    akismet (2.0.0)
52
    allocations (1.0.5)
Z
Z.J. van de Weg 已提交
53
    arel (6.0.4)
D
Douglas Barbosa Alexandre 已提交
54
    asana (0.6.0)
R
Robert Speicher 已提交
55 56 57 58
      faraday (~> 0.9)
      faraday_middleware (~> 0.9)
      faraday_middleware-multi_json (~> 0.0)
      oauth2 (~> 1.0)
T
Takuya Noguchi 已提交
59
    asciidoctor (1.5.6.2)
H
Horacio Sanson 已提交
60
    asciidoctor-plantuml (0.0.7)
61
      asciidoctor (~> 1.5)
I
Ian Baum 已提交
62 63 64 65 66
    asset_sync (2.2.0)
      activemodel (>= 4.1.0)
      fog-core
      mime-types (>= 2.99)
      unf
67
    ast (2.4.0)
68
    atomic (1.1.99)
69
    attr_encrypted (3.0.3)
70
      encryptor (~> 3.0.0)
V
Valery Sizov 已提交
71
    attr_required (1.0.0)
72
    autoprefixer-rails (6.2.3)
D
Dmitriy Zaporozhets 已提交
73 74
      execjs
      json
75
    awesome_print (1.2.0)
D
Douwe Maan 已提交
76 77 78 79
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
80
    babosa (1.0.2)
K
Kamil Trzcinski 已提交
81
    base32 (0.3.2)
82
    batch-loader (1.2.1)
83
    bcrypt (3.1.11)
84
    bcrypt_pbkdf (1.0.0)
85
    benchmark-ips (2.3.0)
86
    better_errors (2.1.1)
87
      coderay (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
88
      erubis (>= 2.6.6)
89
      rack (>= 0.9.0)
90
    bindata (2.4.3)
91
    binding_of_caller (0.7.2)
92
      debug_inspector (>= 0.0.1)
W
Winnie Hellmann 已提交
93
    blankslate (2.1.2.4)
94 95 96
    bootstrap-sass (3.3.6)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
N
Nick Thomas 已提交
97
    bootstrap_form (2.7.0)
R
Robert Speicher 已提交
98
    brakeman (3.6.1)
S
Stan Hu 已提交
99
    browser (2.2.0)
Z
Z.J. van de Weg 已提交
100
    builder (3.2.3)
R
Robert Speicher 已提交
101
    bullet (5.5.1)
Y
Yorick Peterse 已提交
102
      activesupport (>= 3.0.0)
103
      uniform_notifier (~> 1.10.0)
104
    bundler-audit (0.5.0)
D
Dmitriy Zaporozhets 已提交
105 106
      bundler (~> 1.2)
      thor (~> 0.18)
S
Semyon Pupkov 已提交
107
    byebug (9.0.6)
108
    capybara (2.15.1)
S
Stan Hu 已提交
109
      addressable
110
      mini_mime (>= 0.1.3)
G
gitlabhq 已提交
111 112 113
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
114
      xpath (~> 2.0)
115
    capybara-screenshot (1.0.14)
R
Robert Speicher 已提交
116 117
      capybara (>= 1.0, < 3)
      launchy
T
Takuya Noguchi 已提交
118
    carrierwave (1.2.1)
119 120
      activemodel (>= 4.0.0)
      activesupport (>= 4.0.0)
R
Rubén Dávila 已提交
121
      mime-types (>= 1.16)
122
    cause (0.1)
J
Jacob Vosmaer 已提交
123
    charlock_holmes (0.7.5)
124 125
    childprocess (0.7.0)
      ffi (~> 1.0, >= 1.0.11)
R
Rémy Coutable 已提交
126
    chronic (0.10.2)
127 128
    chronic_duration (0.10.6)
      numerizer (~> 0.1.1)
V
Valery Sizov 已提交
129
    chunky_png (1.3.5)
130
    citrus (3.0.2)
131
    coderay (1.1.1)
132
    coercible (1.0.0)
133
      descendants_tracker (~> 0.0.1)
R
Robert Speicher 已提交
134
    colorize (0.7.7)
B
blackst0ne 已提交
135 136
    commonmarker (0.17.8)
      ruby-enum (~> 0.5)
137 138 139
    concord (0.1.5)
      adamantium (~> 0.2.0)
      equalizer (~> 0.0.9)
140
    concurrent-ruby (1.0.5)
141 142
    concurrent-ruby-ext (1.0.5)
      concurrent-ruby (= 1.0.5)
C
Connor Shea 已提交
143
    connection_pool (2.2.1)
144
    crack (0.4.3)
145
      safe_yaml (~> 1.0.0)
146
    crass (1.0.3)
R
Robert Speicher 已提交
147
    creole (0.5.0)
148
    css_parser (1.5.0)
D
Douwe Maan 已提交
149
      addressable
150
    d3_rails (3.5.11)
151
      railties (>= 3.1.0)
D
Douwe Maan 已提交
152
    daemons (1.2.3)
153
    database_cleaner (1.5.3)
154
    debug_inspector (0.0.2)
155
    debugger-ruby_core_source (1.3.8)
J
Jared Deckard 已提交
156
    deckar01-task_list (2.0.0)
157
      html-pipeline
158 159
    declarative (0.0.10)
    declarative-option (0.1.0)
160 161
    default_value_for (3.0.2)
      activerecord (>= 3.2.0, < 5.1)
D
Douwe Maan 已提交
162 163
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
164
    devise (4.2.0)
M
Marin Jankovski 已提交
165
      bcrypt (~> 3.0)
N
Nihad Abbasov 已提交
166
      orm_adapter (~> 0.1)
167
      railties (>= 4.1.0, < 5.1)
R
Robert Speicher 已提交
168
      responders
169
      warden (~> 1.2.3)
170
    devise-two-factor (3.0.0)
171
      activesupport
172 173
      attr_encrypted (>= 1.3, < 4, != 2)
      devise (~> 4.0)
D
Douwe Maan 已提交
174
      railties
175
      rotp (~> 2.0)
R
Robert Speicher 已提交
176
    diff-lcs (1.3)
M
Manuel Rüger 已提交
177
    diffy (3.1.0)
D
DJ Mountney 已提交
178
    docile (1.1.5)
P
Pirate Praveen 已提交
179
    domain_name (0.5.20170404)
180
      unf (>= 0.0.5, < 1.0.0)
181
    doorkeeper (4.3.1)
182
      railties (>= 4.2)
183 184
    doorkeeper-openid_connect (1.3.0)
      doorkeeper (~> 4.3)
185
      json-jwt (~> 1.6)
V
Valery Sizov 已提交
186
    dropzonejs-rails (0.7.2)
187
      rails (> 3.1)
188
    email_reply_trimmer (0.1.6)
R
Robert Speicher 已提交
189
    email_spec (1.6.0)
R
Riyad Preukschas 已提交
190
      launchy (~> 2.1)
191
      mail (~> 2.2)
192
    encryptor (3.0.0)
D
Douwe Maan 已提交
193
    equalizer (0.0.11)
G
gitlabhq 已提交
194
    erubis (2.7.0)
195
    escape_utils (1.1.1)
196 197
    et-orbi (1.0.3)
      tzinfo
D
Douwe Maan 已提交
198
    eventmachine (1.0.8)
P
Pirate Praveen 已提交
199
    excon (0.60.0)
D
Douwe Maan 已提交
200
    execjs (2.6.0)
R
Robert Schilling 已提交
201
    expression_parser (0.9.0)
202
    factory_bot (4.8.2)
R
Robert Speicher 已提交
203
      activesupport (>= 3.0.0)
204 205
    factory_bot_rails (4.8.2)
      factory_bot (~> 4.8.2)
R
Robert Speicher 已提交
206
      railties (>= 3.0.0)
207
    faraday (0.12.2)
R
Robert Speicher 已提交
208
      multipart-post (>= 1.2, < 3)
D
Douglas Barbosa Alexandre 已提交
209 210
    faraday_middleware (0.11.0.1)
      faraday (>= 0.7.4, < 1.0)
R
Robert Speicher 已提交
211 212 213
    faraday_middleware-multi_json (0.0.6)
      faraday_middleware
      multi_json
D
dosire 已提交
214
    fast_blank (1.0.0)
215
    fast_gettext (1.6.0)
216
    ffaker (2.4.0)
N
Nick Thomas 已提交
217
    ffi (1.9.18)
218
    flay (2.10.0)
R
Robert Speicher 已提交
219 220
      erubis (~> 2.7.0)
      path_expander (~> 1.0)
221 222
      ruby_parser (~> 3.0)
      sexp_processor (~> 4.0)
P
Pirate Praveen 已提交
223 224
    flipper (0.13.0)
    flipper-active_record (0.13.0)
225
      activerecord (>= 3.2, < 6)
P
Pirate Praveen 已提交
226 227
      flipper (~> 0.13.0)
    flipper-active_support_cache_store (0.13.0)
228
      activesupport (>= 3.2, < 6)
P
Pirate Praveen 已提交
229
      flipper (~> 0.13.0)
V
Valery Sizov 已提交
230
    flowdock (0.7.1)
231 232
      httparty (~> 0.7)
      multi_json
233
    fog-aliyun (0.2.0)
234 235 236 237
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      ipaddress (~> 0.8)
      xml-simple (~> 1.1)
P
Pirate Praveen 已提交
238
    fog-aws (2.0.1)
239
      fog-core (~> 1.38)
S
Stan Hu 已提交
240 241 242
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
P
Pirate Praveen 已提交
243
    fog-core (1.45.0)
244
      builder
P
Pirate Praveen 已提交
245
      excon (~> 0.58)
246
      formatador (~> 0.2)
247
    fog-google (0.5.3)
248 249 250
      fog-core
      fog-json
      fog-xml
251 252 253
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
254
    fog-local (0.3.1)
S
Stan Hu 已提交
255
      fog-core (~> 1.27)
256 257
    fog-openstack (0.1.21)
      fog-core (>= 1.40)
S
Stan Hu 已提交
258 259
      fog-json (>= 1.0)
      ipaddress (>= 0.8)
260 261 262 263 264
    fog-rackspace (0.1.1)
      fog-core (>= 1.35)
      fog-json (>= 1.0)
      fog-xml (>= 0.1)
      ipaddress (>= 0.8)
265
    fog-xml (0.1.3)
266
      fog-core
267
      nokogiri (>= 1.5.11, < 2.0.0)
268
    font-awesome-rails (4.7.0.1)
269
      railties (>= 3.2, < 5.1)
270
    foreman (0.84.0)
D
Douwe Maan 已提交
271
      thor (~> 0.19.1)
272
    formatador (0.2.5)
R
Robert Speicher 已提交
273 274
    fuubar (2.2.0)
      rspec-core (~> 3.0)
R
Robert Speicher 已提交
275
      ruby-progressbar (~> 1.4)
276
    gemnasium-gitlab-service (0.2.6)
277
      rugged (~> 0.21)
278
    gemojione (3.3.0)
279
      json
D
Douwe Maan 已提交
280
    get_process_mem (0.2.0)
281
    gettext (3.2.9)
R
Ruben Davila 已提交
282 283 284 285
      locale (>= 2.0.5)
      text (>= 1.3.0)
    gettext_i18n_rails (1.8.0)
      fast_gettext (>= 0.9.0)
286
    gettext_i18n_rails_js (1.3.0)
287 288 289 290
      gettext (>= 3.0.2)
      gettext_i18n_rails (>= 0.7.1)
      po_to_json (>= 1.0.0)
      rails (>= 3.2.0)
D
Douwe Maan 已提交
291
    gherkin-ruby (0.3.2)
292
    gitaly-proto (0.88.0)
293 294
      google-protobuf (~> 3.1)
      grpc (~> 1.0)
295 296
    github-linguist (5.3.3)
      charlock_holmes (~> 0.7.5)
297 298
      escape_utils (~> 1.1.0)
      mime-types (>= 1.19)
299
      rugged (>= 0.25.1)
300
    github-markup (1.6.1)
301 302
    gitlab-flowdock-git-hook (1.0.1)
      flowdock (~> 0.7)
303 304
      gitlab-grit (>= 2.4.1)
      multi_json
305
    gitlab-grit (2.8.2)
306
      charlock_holmes (~> 0.6)
307
      diff-lcs (~> 1.1)
308
      mime-types (>= 1.16)
309
      posix-spawn (~> 0.3)
310
    gitlab-markup (1.6.3)
311
    gitlab-styles (2.3.2)
R
Rémy Coutable 已提交
312 313 314
      rubocop (~> 0.51)
      rubocop-gitlab-security (~> 0.1.0)
      rubocop-rspec (~> 1.19)
315
    gitlab_omniauth-ldap (2.0.4)
316 317 318 319
      net-ldap (~> 0.16)
      omniauth (~> 1.3)
      pyu-ruby-sasl (>= 0.0.3.3, < 0.1)
      rubyntlm (~> 0.5)
R
Rémy Coutable 已提交
320 321
    globalid (0.4.1)
      activesupport (>= 4.2.0)
322
    gollum-grit_adapter (1.0.1)
V
Valery Sizov 已提交
323
      gitlab-grit (~> 2.7, >= 2.7.1)
324 325 326
    gollum-lib (4.2.7)
      gemojione (~> 3.2)
      github-markup (~> 1.6)
D
Douwe Maan 已提交
327
      gollum-grit_adapter (~> 1.0)
328 329 330 331
      nokogiri (>= 1.6.1, < 2.0)
      rouge (~> 2.1)
      sanitize (~> 2.1)
      stringex (~> 2.6)
E
Elan Ruusamäe 已提交
332
    gollum-rugged_adapter (0.4.4)
333
      mime-types (>= 1.15)
E
Elan Ruusamäe 已提交
334
      rugged (~> 0.25)
C
Connor Shea 已提交
335
    gon (6.1.0)
R
Robert Speicher 已提交
336
      actionpack (>= 3.0)
D
Dmitriy Zaporozhets 已提交
337
      json
R
Robert Speicher 已提交
338 339
      multi_json
      request_store (>= 1.0)
P
Pirate Praveen 已提交
340
    google-api-client (0.19.8)
341
      addressable (~> 2.5, >= 2.5.1)
P
Pirate Praveen 已提交
342
      googleauth (>= 0.5, < 0.7.0)
343 344 345 346
      httpclient (>= 2.8.1, < 3.0)
      mime-types (~> 3.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.0)
Z
Zeger-Jan van de Weg 已提交
347
    google-protobuf (3.5.1)
J
Jacob Vosmaer 已提交
348 349
    googleapis-common-protos-types (1.0.1)
      google-protobuf (~> 3.0)
A
Ahmad Sherif 已提交
350
    googleauth (0.6.2)
351
      faraday (~> 0.12)
A
Ahmad Sherif 已提交
352
      jwt (>= 1.4, < 3.0)
353 354 355 356 357
      logging (~> 2.0)
      memoist (~> 0.12)
      multi_json (~> 1.11)
      os (~> 0.9)
      signet (~> 0.7)
K
Kevin O'Connor 已提交
358 359
    gpgme (2.0.13)
      mini_portile2 (~> 2.1)
360
    grape (1.0.2)
R
Riyad Preukschas 已提交
361
      activesupport
362
      builder
D
Dmitriy Zaporozhets 已提交
363
      mustermann-grape (~> 1.0.0)
D
Dmitriy Zaporozhets 已提交
364
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
365
      rack-accept
J
Jeroen van Baarsen 已提交
366
      virtus (>= 1.0.0)
Z
Z.J. van de Weg 已提交
367
    grape-entity (0.6.0)
D
Dmitriy Zaporozhets 已提交
368 369
      activesupport
      multi_json (>= 1.3.2)
Z
Zeger-Jan van de Weg 已提交
370
    grape-route-helpers (2.1.0)
371
      activesupport
Z
Zeger-Jan van de Weg 已提交
372
      grape (>= 0.16.0)
373
      rake
374
    grape_logging (1.7.0)
375
      grape
A
Ahmad Sherif 已提交
376
    grpc (1.10.0)
377
      google-protobuf (~> 3.1)
J
Jacob Vosmaer 已提交
378 379
      googleapis-common-protos-types (~> 1.0.0)
      googleauth (>= 0.5.1, < 0.7)
R
Rémy Coutable 已提交
380 381
    haml (4.0.7)
      tilt
382 383 384
    haml_lint (0.26.0)
      haml (>= 4.0, < 5.1)
      rainbow
385
      rake (>= 10, < 13)
386
      rubocop (>= 0.49.0)
R
Rémy Coutable 已提交
387
      sysexits (~> 1.1)
R
Robert Speicher 已提交
388
    hamlit (2.6.1)
C
connorshea 已提交
389 390
      temple (~> 0.7.6)
      thor
391
      tilt
392
    hashdiff (0.3.4)
393
    hashie (3.5.7)
394 395
    hashie-forbidden_attributes (0.1.1)
      hashie (>= 3.0)
396
    health_check (2.6.0)
397
      rails (>= 4.0)
D
Douwe Maan 已提交
398
    hipchat (1.5.2)
399
      httparty
C
Chulki Lee 已提交
400
      mimemagic
401 402 403
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
404 405
    html2text (0.2.0)
      nokogiri (~> 1.6)
D
Douwe Maan 已提交
406
    htmlentities (4.3.4)
P
Pirate Praveen 已提交
407
    http (2.2.2)
408 409 410 411 412 413
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (~> 1.0.1)
      http_parser.rb (~> 0.6.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
P
Pirate Praveen 已提交
414
    http-form_data (1.0.3)
415
    http_parser.rb (0.6.0)
V
Valery Sizov 已提交
416
    httparty (0.13.7)
417
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
418
      multi_xml (>= 0.5.2)
P
Pirate Praveen 已提交
419
    httpclient (2.8.3)
420
    i18n (0.9.5)
R
Rémy Coutable 已提交
421
      concurrent-ruby (~> 1.0)
422
    ice_nine (0.11.2)
423 424 425
    influxdb (0.2.3)
      cause
      json
S
Stan Hu 已提交
426
    ipaddress (0.8.3)
427
    jira-ruby (1.4.1)
F
Felipe Artur 已提交
428
      activesupport
429
      multipart-post
F
Felipe Artur 已提交
430
      oauth (~> 0.5, >= 0.5.0)
431
    jquery-atwho-rails (1.3.2)
Z
Z.J. van de Weg 已提交
432
    json (1.8.6)
433
    json-jwt (1.9.2)
434
      activesupport
435
      aes_key_wrap
436 437 438
      bindata
      securecompare
      url_safe_base64
439 440
    json-schema (2.8.0)
      addressable (>= 2.4)
441
    jwt (1.5.6)
442 443 444 445 446 447 448 449 450 451 452 453
    kaminari (1.0.1)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.0.1)
      kaminari-activerecord (= 1.0.1)
      kaminari-core (= 1.0.1)
    kaminari-actionview (1.0.1)
      actionview
      kaminari-core (= 1.0.1)
    kaminari-activerecord (1.0.1)
      activerecord
      kaminari-core (= 1.0.1)
    kaminari-core (1.0.1)
V
Valery Sizov 已提交
454
    kgio (2.10.0)
T
Takuya Noguchi 已提交
455
    knapsack (1.16.0)
K
Kamil Trzcinski 已提交
456 457
      rake
      timecop (>= 0.1.0)
P
Pirate Praveen 已提交
458 459 460 461
    kubeclient (3.0.0)
      http (~> 2.2.2)
      recursive-open-struct (~> 1.0.4)
      rest-client (~> 2.0)
R
Robert Speicher 已提交
462
    launchy (2.4.3)
R
Riyad Preukschas 已提交
463
      addressable (~> 2.3)
R
Robert Speicher 已提交
464
    letter_opener (1.4.1)
465
      launchy (~> 2.2)
R
Robert Speicher 已提交
466 467 468 469
    letter_opener_web (1.3.0)
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
W
Winnie Hellmann 已提交
470
    license_finder (3.1.1)
C
Connor Shea 已提交
471 472 473 474
      bundler
      httparty
      rubyzip
      thor
W
Winnie Hellmann 已提交
475 476
      toml (= 0.1.2)
      with_env (> 1.0)
C
Connor Shea 已提交
477
      xml-simple
P
Pirate Praveen 已提交
478
    licensee (8.9.2)
479
      rugged (~> 0.24)
480
    little-plugger (1.1.4)
R
Ruben Davila 已提交
481
    locale (2.1.2)
482
    logging (2.2.2)
483 484
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
485 486 487 488
    lograge (0.5.1)
      actionpack (>= 4, < 5.2)
      activesupport (>= 4, < 5.2)
      railties (>= 4, < 5.2)
489 490
    loofah (2.2.2)
      crass (~> 1.0.2)
V
Valery Sizov 已提交
491
      nokogiri (>= 1.5.9)
R
Rémy Coutable 已提交
492 493
    mail (2.7.0)
      mini_mime (>= 0.1.1)
494
    mail_room (0.9.1)
495
    memoist (0.16.0)
496 497
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
498
    method_source (0.8.2)
499 500 501
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
C
Chulki Lee 已提交
502
    mimemagic (0.3.0)
503
    mini_mime (1.0.0)
504
    mini_portile2 (2.3.0)
D
Douwe Maan 已提交
505
    minitest (5.7.0)
R
Robert Schilling 已提交
506
    mousetrap-rails (1.4.6)
A
Ahmad Sherif 已提交
507
    multi_json (1.13.1)
508
    multi_xml (0.6.0)
R
Robert Speicher 已提交
509
    multipart-post (2.0.0)
510
    mustermann (1.0.2)
D
Dmitriy Zaporozhets 已提交
511 512
    mustermann-grape (1.0.0)
      mustermann (~> 1.0.0)
513
    mysql2 (0.4.10)
514
    net-ldap (0.16.0)
515
    net-ssh (4.2.0)
516
    netrc (0.11.0)
R
Rémy Coutable 已提交
517
    nokogiri (1.8.2)
518
      mini_portile2 (~> 2.3.0)
519
    numerizer (0.1.1)
520
    oauth (0.5.4)
521 522
    oauth2 (1.4.0)
      faraday (>= 0.8, < 0.13)
D
Douwe Maan 已提交
523 524 525
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
526
      rack (>= 1.2, < 3)
P
Pirate Praveen 已提交
527
    octokit (4.8.0)
M
Manuel Rüger 已提交
528
      sawyer (~> 0.8.0, >= 0.5.3)
P
Pirate Praveen 已提交
529 530
    omniauth (1.8.1)
      hashie (>= 3.4.6, < 3.6.0)
531
      rack (>= 1.6.2, < 3)
532 533
    omniauth-auth0 (2.0.0)
      omniauth-oauth2 (~> 1.4)
534
    omniauth-authentiq (0.3.1)
A
Alex 已提交
535
      omniauth-oauth2 (~> 1.3, >= 1.3.1)
536
    omniauth-azure-oauth2 (0.0.9)
J
Jacob Schatz 已提交
537 538
      jwt (~> 1.0)
      omniauth (~> 1.0)
539
      omniauth-oauth2 (~> 1.4)
540
    omniauth-cas3 (1.1.4)
T
tduehr 已提交
541
      addressable (~> 2.3)
542
      nokogiri (~> 1.7, >= 1.7.1)
T
tduehr 已提交
543
      omniauth (~> 1.2)
544
    omniauth-facebook (4.0.0)
D
Douwe Maan 已提交
545
      omniauth-oauth2 (~> 1.2)
D
Douwe Maan 已提交
546
    omniauth-github (1.1.2)
D
Dmitriy Zaporozhets 已提交
547 548
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
549
    omniauth-gitlab (1.0.2)
V
Valery Sizov 已提交
550 551
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
552 553
    omniauth-google-oauth2 (0.5.2)
      jwt (~> 1.5)
V
Valery Sizov 已提交
554 555
      multi_json (~> 1.3)
      omniauth (>= 1.1.1)
556
      omniauth-oauth2 (>= 1.3.1)
T
Tiago Botelho 已提交
557 558 559
    omniauth-jwt (0.0.2)
      jwt
      omniauth (~> 1.1)
560
    omniauth-kerberos (0.3.0)
V
Valery Sizov 已提交
561 562
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
D
Douwe Maan 已提交
563
    omniauth-multipassword (0.4.2)
V
Valery Sizov 已提交
564
      omniauth (~> 1.0)
D
Douwe Maan 已提交
565
    omniauth-oauth (1.1.0)
D
Dmitriy Zaporozhets 已提交
566 567
      oauth
      omniauth (~> 1.0)
568
    omniauth-oauth2 (1.4.0)
D
Douwe Maan 已提交
569 570
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
J
Joe Marty 已提交
571 572
    omniauth-oauth2-generic (0.2.2)
      omniauth-oauth2 (~> 1.0)
573 574 575
    omniauth-saml (1.10.0)
      omniauth (~> 1.3, >= 1.3.2)
      ruby-saml (~> 1.7)
576
    omniauth-shibboleth (1.2.1)
577
      omniauth (>= 1.0.0)
578
    omniauth-twitter (1.4.0)
579
      omniauth-oauth (~> 1.1)
580
      rack
V
Valery Sizov 已提交
581 582 583 584
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
C
Chulki Lee 已提交
585
    org-ruby (0.9.12)
R
Robert Schilling 已提交
586
      rubypants (~> 0.2)
587
    orm_adapter (0.5.0)
588
    os (0.9.6)
589
    parallel (1.12.1)
590 591
    parser (2.5.0.3)
      ast (~> 2.4.0)
W
Winnie Hellmann 已提交
592 593
    parslet (1.5.0)
      blankslate (~> 2.0)
594
    path_expander (1.0.2)
595 596 597 598 599 600 601 602 603 604
    peek (1.0.1)
      concurrent-ruby (>= 0.9.0)
      concurrent-ruby-ext (>= 0.9.0)
      railties (>= 4.0.0)
    peek-gc (0.0.2)
      peek
    peek-mysql2 (1.1.0)
      atomic (>= 1.0.0)
      mysql2
      peek
605
    peek-performance_bar (1.3.1)
606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622
      peek (>= 0.1.0)
    peek-pg (1.3.0)
      concurrent-ruby
      concurrent-ruby-ext
      peek
      pg
    peek-rblineprof (0.2.0)
      peek
      rblineprof
    peek-redis (1.2.0)
      atomic (>= 1.0.0)
      peek
      redis
    peek-sidekiq (1.0.3)
      atomic (>= 1.0.0)
      peek
      sidekiq
V
Valery Sizov 已提交
623
    pg (0.18.4)
624 625
    po_to_json (1.0.1)
      json (>= 1.6.0)
626
    posix-spawn (0.3.13)
627
    powerpack (0.1.1)
628 629 630
    premailer (1.10.4)
      addressable
      css_parser (>= 1.4.10)
D
Douwe Maan 已提交
631
      htmlentities (>= 4.0.0)
632
    premailer-rails (1.9.7)
633
      actionmailer (>= 3, < 6)
D
Douwe Maan 已提交
634
      premailer (~> 1.7, >= 1.7.9)
635 636 637 638 639
    proc_to_ast (0.1.0)
      coderay
      parser
      unparser
    procto (0.0.3)
640
    prometheus-client-mmap (0.9.1)
641
    pry (0.10.4)
D
Douwe Maan 已提交
642 643
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
644
      slop (~> 3.4)
645
    pry-byebug (3.4.2)
S
Semyon Pupkov 已提交
646 647
      byebug (~> 9.0)
      pry (~> 0.10)
648
    pry-rails (0.3.5)
649
      pry (>= 0.9.10)
A
Ahmad Sherif 已提交
650
    public_suffix (3.0.2)
V
Valery Sizov 已提交
651
    pyu-ruby-sasl (0.0.3.3)
652
    rack (1.6.9)
R
Riyad Preukschas 已提交
653 654
    rack-accept (0.4.5)
      rack (>= 0.4)
M
Manuel Rüger 已提交
655
    rack-attack (4.4.1)
M
Marin Jankovski 已提交
656
      rack
657
    rack-cors (1.0.2)
658
    rack-oauth2 (1.2.3)
V
Valery Sizov 已提交
659 660
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
D
Douwe Maan 已提交
661
      httpclient (>= 2.4)
V
Valery Sizov 已提交
662 663
      multi_json (>= 1.3.6)
      rack (>= 1.1)
T
Takuya Noguchi 已提交
664
    rack-protection (2.0.1)
G
gitlabhq 已提交
665
      rack
666 667
    rack-proxy (0.6.0)
      rack
V
Vinnie Okada 已提交
668
    rack-test (0.6.3)
G
gitlabhq 已提交
669
      rack (>= 1.0)
R
Rémy Coutable 已提交
670 671 672 673 674 675 676 677
    rails (4.2.10)
      actionmailer (= 4.2.10)
      actionpack (= 4.2.10)
      actionview (= 4.2.10)
      activejob (= 4.2.10)
      activemodel (= 4.2.10)
      activerecord (= 4.2.10)
      activesupport (= 4.2.10)
678
      bundler (>= 1.3.0, < 2.0)
R
Rémy Coutable 已提交
679
      railties (= 4.2.10)
V
Valery Sizov 已提交
680 681 682
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
683 684
    rails-dom-testing (1.0.9)
      activesupport (>= 4.2.0, < 5.0)
Z
Z.J. van de Weg 已提交
685
      nokogiri (~> 1.6)
V
Valery Sizov 已提交
686
      rails-deprecated_sanitizer (>= 1.0.1)
687 688
    rails-html-sanitizer (1.0.4)
      loofah (~> 2.2, >= 2.2.2)
689 690 691
    rails-i18n (4.0.9)
      i18n (~> 0.7)
      railties (~> 4.0)
R
Rémy Coutable 已提交
692 693 694
    railties (4.2.10)
      actionpack (= 4.2.10)
      activesupport (= 4.2.10)
G
gitlabhq 已提交
695
      rake (>= 0.8.7)
696
      thor (>= 0.18.1, < 2.0)
697 698
    rainbow (2.2.2)
      rake
699
    raindrops (0.18.0)
R
Rémy Coutable 已提交
700
    rake (12.3.0)
T
Takuya Noguchi 已提交
701 702 703
    rb-fsevent (0.10.2)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
704 705
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
N
Nick Thomas 已提交
706
    rbnacl (4.0.2)
707 708 709
      ffi
    rbnacl-libsodium (1.0.11)
      rbnacl (>= 3.0.1)
R
Robert Speicher 已提交
710
    rdoc (4.2.2)
711
      json (~> 1.4)
712
    re2 (1.1.1)
713
    recaptcha (3.0.0)
714
      json
P
Pirate Praveen 已提交
715
    recursive-open-struct (1.0.5)
716
    redcarpet (3.4.0)
S
Stan Hu 已提交
717
    redis (3.3.5)
718
    redis-actionpack (5.0.2)
719 720
      actionpack (>= 4.0, < 6)
      redis-rack (>= 1, < 3)
721 722
      redis-store (>= 1.1.0, < 2)
    redis-activesupport (5.0.4)
723
      activesupport (>= 3, < 6)
724
      redis-store (>= 1.3, < 2)
D
Douwe Maan 已提交
725
    redis-namespace (1.5.2)
J
Jacob Vosmaer 已提交
726
      redis (~> 3.0, >= 3.0.4)
Y
Yorick Peterse 已提交
727
    redis-rack (2.0.4)
728 729 730 731 732 733 734 735
      rack (>= 1.5, < 3)
      redis-store (>= 1.2, < 2)
    redis-rails (5.0.2)
      redis-actionpack (>= 5.0, < 6)
      redis-activesupport (>= 5.0, < 6)
      redis-store (>= 1.2, < 2)
    redis-store (1.4.1)
      redis (>= 2.2, < 5)
736 737 738 739
    representable (3.0.4)
      declarative (< 0.1.0)
      declarative-option (< 0.2.0)
      uber (< 0.2.0)
C
Connor Shea 已提交
740
    request_store (1.3.1)
741
    responders (2.3.0)
742
      railties (>= 4.2.0, < 5.1)
P
Pirate Praveen 已提交
743
    rest-client (2.0.2)
744 745 746
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
747
    retriable (3.1.1)
P
Paco Guzman 已提交
748
    rinku (2.0.0)
749
    rotp (2.1.2)
P
pbr 已提交
750
    rouge (2.2.1)
D
Douwe Maan 已提交
751 752
    rqrcode (0.7.0)
      chunky_png
753 754
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
755 756 757 758
    rspec (3.6.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
R
Robert Speicher 已提交
759 760 761
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
762
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
763 764
      rspec-support (~> 3.6.0)
    rspec-mocks (3.6.0)
R
Robert Speicher 已提交
765
      diff-lcs (>= 1.2.0, < 2.0)
R
Robert Speicher 已提交
766
      rspec-support (~> 3.6.0)
767 768 769 770 771 772
    rspec-parameterized (0.4.0)
      binding_of_caller
      parser
      proc_to_ast
      rspec (>= 2.13, < 4)
      unparser
R
Robert Speicher 已提交
773
    rspec-rails (3.6.0)
774 775 776
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
R
Robert Speicher 已提交
777 778 779 780
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
      rspec-support (~> 3.6.0)
K
Kamil Trzcinski 已提交
781 782
    rspec-retry (0.4.5)
      rspec-core
783
    rspec-set (0.1.3)
R
Robert Speicher 已提交
784
    rspec-support (3.6.0)
785
    rspec_profiling (0.0.5)
786 787 788 789
      activerecord
      pg
      rails
      sqlite3
790
    rubocop (0.52.1)
791
      parallel (~> 1.10)
R
Rémy Coutable 已提交
792
      parser (>= 2.4.0.2, < 3.0)
793
      powerpack (~> 0.1)
R
Rémy Coutable 已提交
794
      rainbow (>= 2.2.2, < 4.0)
795
      ruby-progressbar (~> 1.7)
796
      unicode-display_width (~> 1.0, >= 1.0.1)
R
Rémy Coutable 已提交
797 798
    rubocop-gitlab-security (0.1.1)
      rubocop (>= 0.51)
799 800
    rubocop-rspec (1.22.1)
      rubocop (>= 0.52.1)
B
blackst0ne 已提交
801 802
    ruby-enum (0.7.2)
      i18n
J
Jared Szechy 已提交
803
    ruby-fogbugz (0.2.1)
J
Jared Szechy 已提交
804
      crack (~> 0.4)
805
    ruby-prof (0.17.0)
R
Rémy Coutable 已提交
806
    ruby-progressbar (1.9.0)
807
    ruby-saml (1.7.2)
R
Robert Speicher 已提交
808
      nokogiri (>= 1.5.10)
809
    ruby_parser (3.9.0)
D
Dmitriy Zaporozhets 已提交
810
      sexp_processor (~> 4.1)
811
    rubyntlm (0.6.2)
812
    rubypants (0.2.0)
R
Rémy Coutable 已提交
813
    rubyzip (1.2.1)
814 815
    rufus-scheduler (3.4.0)
      et-orbi (~> 1.0)
A
Alexis Reigel 已提交
816
    rugged (0.26.0)
817
    safe_yaml (1.0.4)
818
    sanitize (2.1.0)
819
      nokogiri (>= 1.4.4)
T
Takuya Noguchi 已提交
820 821 822 823 824
    sass (3.5.5)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
825 826 827 828 829 830
    sass-rails (5.0.6)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
M
Manuel Rüger 已提交
831 832
    sawyer (0.8.1)
      addressable (>= 2.3.5, < 2.6)
833
      faraday (~> 0.8, < 1.0)
T
Takuya Noguchi 已提交
834
    scss_lint (0.56.0)
T
Takuya Noguchi 已提交
835
      rake (>= 0.9, < 13)
T
Takuya Noguchi 已提交
836
      sass (~> 3.5.3)
837
    securecompare (1.0.0)
838
    seed-fu (2.3.7)
839 840
      activerecord (>= 3.1)
      activesupport (>= 3.1)
R
Robert Speicher 已提交
841
    select2-rails (3.5.9.3)
D
Dmitriy Zaporozhets 已提交
842
      thor (~> 0.14)
843
    selenium-webdriver (3.5.0)
844 845
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
846
    sentry-raven (2.7.2)
847
      faraday (>= 0.7.6, < 1.0)
848
    settingslogic (2.0.9)
849
    sexp_processor (4.9.0)
J
Jared Szechy 已提交
850 851
    sham_rack (1.3.6)
      rack
852 853
    shoulda-matchers (3.1.2)
      activesupport (>= 4.0.0)
S
Stan Hu 已提交
854
    sidekiq (5.0.5)
G
Gabriel Mazetto 已提交
855
      concurrent-ruby (~> 1.0)
856
      connection_pool (~> 2.2, >= 2.2.0)
C
Connor Shea 已提交
857
      rack-protection (>= 1.5.0)
S
Stan Hu 已提交
858
      redis (>= 3.3.4, < 5)
859 860
    sidekiq-cron (0.6.0)
      rufus-scheduler (>= 3.3.0)
861
      sidekiq (>= 4.2.1)
862 863
    sidekiq-limit_fetch (3.4.0)
      sidekiq (>= 4)
A
Ahmad Sherif 已提交
864
    signet (0.8.1)
865 866
      addressable (~> 2.3)
      faraday (~> 0.9)
A
Ahmad Sherif 已提交
867
      jwt (>= 1.5, < 3.0)
868
      multi_json (~> 1.10)
B
Bob Van Landuyt 已提交
869
    simple_po_parser (1.1.2)
870
    simplecov (0.14.1)
871
      docile (~> 1.1.0)
K
Kamil Trzcinski 已提交
872
      json (>= 1.8, < 3)
873 874
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
875
    slack-notifier (1.5.1)
876
    slop (3.6.0)
D
Douwe Maan 已提交
877 878 879 880
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
D
Dmitriy Zaporozhets 已提交
881 882
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
N
Nihad Abbasov 已提交
883 884
      railties (>= 3)
      spinach (>= 0.4)
K
Kamil Trzcinski 已提交
885 886
    spinach-rerun-reporter (0.0.2)
      spinach (~> 0.8)
R
Robert Speicher 已提交
887 888
    spring (2.0.1)
      activesupport (>= 4.2)
J
Jeroen van Baarsen 已提交
889
    spring-commands-rspec (1.0.4)
J
Jeroen van Baarsen 已提交
890
      spring (>= 0.9.1)
891
    spring-commands-spinach (1.1.0)
J
Jeroen van Baarsen 已提交
892
      spring (>= 0.9.1)
Z
Z.J. van de Weg 已提交
893
    sprockets (3.7.1)
894
      concurrent-ruby (~> 1.0)
R
Robert Speicher 已提交
895
      rack (> 1, < 3)
R
Rémy Coutable 已提交
896
    sprockets-rails (3.2.1)
R
Robert Speicher 已提交
897 898 899
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
900
    sqlite3 (1.3.13)
901
    sshkey (1.9.0)
902
    stackprof (0.2.10)
903 904 905 906 907 908 909
    state_machines (0.5.0)
    state_machines-activemodel (0.5.1)
      activemodel (>= 4.1, < 6.0)
      state_machines (>= 0.5.0)
    state_machines-activerecord (0.5.1)
      activerecord (>= 4.1, < 6.0)
      state_machines-activemodel (>= 0.5.0)
910
    stringex (2.7.1)
911 912
    sys-filesystem (1.1.6)
      ffi
R
Rémy Coutable 已提交
913
    sysexits (1.2.0)
C
connorshea 已提交
914
    temple (0.7.7)
R
Rémy Coutable 已提交
915
    test-prof (0.2.5)
916
    test_after_commit (1.1.0)
D
Douwe Maan 已提交
917
      activerecord (>= 3.2)
R
Ruben Davila 已提交
918
    text (1.3.1)
C
Connor Shea 已提交
919
    thin (1.7.0)
D
Douwe Maan 已提交
920
      daemons (~> 1.0, >= 1.0.9)
V
Valery Sizov 已提交
921
      eventmachine (~> 1.0, >= 1.0.4)
C
Connor Shea 已提交
922
      rack (>= 1, < 3)
Z
Z.J. van de Weg 已提交
923
    thor (0.19.4)
924
    thread_safe (0.3.6)
925
    tilt (2.0.6)
K
Kamil Trzcinski 已提交
926
    timecop (0.8.1)
927
    timfel-krb5-auth (0.8.3)
W
Winnie Hellmann 已提交
928 929
    toml (0.1.2)
      parslet (~> 1.5.0)
K
Ken 已提交
930
    toml-rb (1.0.0)
931
      citrus (~> 3.0, > 3.0)
932
    truncato (0.7.10)
933
      htmlentities (~> 4.3.1)
934
      nokogiri (~> 1.8.0, >= 1.7.0)
935
    tzinfo (1.2.5)
M
Marin Jankovski 已提交
936
      thread_safe (~> 0.1)
937
    u2f (0.2.1)
938
    uber (0.1.0)
R
Robert Speicher 已提交
939
    uglifier (2.7.2)
G
gitlabhq 已提交
940
      execjs (>= 0.3.0)
941
      json (>= 1.8.0)
942 943
    unf (0.1.4)
      unf_ext
P
Pirate Praveen 已提交
944
    unf_ext (0.0.7.5)
945
    unicode-display_width (1.3.0)
946
    unicorn (5.1.0)
947 948
      kgio (~> 2.6)
      raindrops (~> 0.7)
V
Valery Sizov 已提交
949
    unicorn-worker-killer (0.4.4)
D
Douwe Maan 已提交
950
      get_process_mem (~> 0)
V
Valery Sizov 已提交
951
      unicorn (>= 4, < 6)
952
    uniform_notifier (1.10.0)
953
    unparser (0.2.7)
954 955 956 957 958
      abstract_type (~> 0.0.7)
      adamantium (~> 0.2.0)
      concord (~> 0.1.5)
      diff-lcs (~> 1.3)
      equalizer (~> 0.0.9)
959
      parser (>= 2.3.1.2, < 2.6)
960
      procto (~> 0.0.2)
961
    url_safe_base64 (0.2.2)
962
    validates_hostname (1.0.6)
963 964
      activerecord (>= 3.0)
      activesupport (>= 3.0)
965
    version_sorter (2.1.0)
D
Douwe Maan 已提交
966 967
    virtus (1.0.5)
      axiom-types (~> 0.1)
968
      coercible (~> 1.0)
D
Douwe Maan 已提交
969 970
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
C
Chris Wilson 已提交
971
    vmstat (2.3.0)
972
    warden (1.2.6)
G
gitlabhq 已提交
973
      rack (>= 1.0)
974
    webmock (2.3.2)
975
      addressable (>= 2.3.6)
D
Dmitriy Zaporozhets 已提交
976
      crack (>= 0.3.2)
977
      hashdiff
M
Mike Greiling 已提交
978 979
    webpack-rails (0.9.10)
      railties (>= 3.2.0)
V
Valery Sizov 已提交
980
    wikicloth (0.8.1)
R
Robert Schilling 已提交
981 982
      builder
      expression_parser
V
Valery Sizov 已提交
983
      rinku
W
Winnie Hellmann 已提交
984
    with_env (1.1.0)
985
    xml-simple (1.1.5)
986
    xpath (2.1.0)
G
gitlabhq 已提交
987 988 989 990 991 992
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
993
  RedCloth (~> 4.3.2)
994
  ace-rails-ap (~> 4.1.0)
995
  activerecord_sane_schema_dumper (= 0.2)
996
  acts-as-taggable-on (~> 5.0)
997
  addressable (~> 2.5.2)
998
  akismet (~> 2.0)
999
  allocations (~> 1.0)
D
Douglas Barbosa Alexandre 已提交
1000
  asana (~> 0.6.0)
T
Takuya Noguchi 已提交
1001
  asciidoctor (~> 1.5.6)
H
Horacio Sanson 已提交
1002
  asciidoctor-plantuml (= 0.0.7)
I
Ian Baum 已提交
1003
  asset_sync (~> 2.2.0)
1004
  attr_encrypted (~> 3.0.0)
D
Douwe Maan 已提交
1005
  awesome_print (~> 1.2.0)
1006
  babosa (~> 1.0.2)
K
Kamil Trzcinski 已提交
1007
  base32 (~> 0.3.0)
1008
  batch-loader (~> 1.2.1)
1009
  bcrypt_pbkdf (~> 1.0)
1010
  benchmark-ips (~> 2.3.0)
1011
  better_errors (~> 2.1.0)
D
Douwe Maan 已提交
1012
  binding_of_caller (~> 0.7.2)
1013
  bootstrap-sass (~> 3.3.0)
N
Nick Thomas 已提交
1014
  bootstrap_form (~> 2.7.0)
R
Robert Speicher 已提交
1015
  brakeman (~> 3.6.0)
S
Stan Hu 已提交
1016
  browser (~> 2.2)
R
Robert Speicher 已提交
1017
  bullet (~> 5.5.0)
1018
  bundler-audit (~> 0.5.0)
1019
  capybara (~> 2.15)
R
Robert Speicher 已提交
1020
  capybara-screenshot (~> 1.0.0)
T
Takuya Noguchi 已提交
1021
  carrierwave (~> 1.2)
J
Jacob Vosmaer 已提交
1022
  charlock_holmes (~> 0.7.5)
R
Rémy Coutable 已提交
1023
  chronic (~> 0.10.2)
1024
  chronic_duration (~> 0.10.6)
B
blackst0ne 已提交
1025
  commonmarker (~> 0.17)
1026
  concurrent-ruby (~> 1.0.5)
1027
  connection_pool (~> 2.0)
R
Robert Speicher 已提交
1028
  creole (~> 0.5.0)
R
Robert Speicher 已提交
1029
  d3_rails (~> 3.5.0)
1030
  database_cleaner (~> 1.5.0)
J
Jared Deckard 已提交
1031
  deckar01-task_list (= 2.0.0)
D
Dmitriy Zaporozhets 已提交
1032
  default_value_for (~> 3.0.0)
1033
  devise (~> 4.2)
1034
  devise-two-factor (~> 3.0.0)
M
Manuel Rüger 已提交
1035
  diffy (~> 3.1.0)
1036 1037
  doorkeeper (~> 4.3)
  doorkeeper-openid_connect (~> 1.3)
D
Douwe Maan 已提交
1038
  dropzonejs-rails (~> 0.7.1)
1039
  email_reply_trimmer (~> 0.1)
R
Robert Speicher 已提交
1040
  email_spec (~> 1.6.0)
1041
  factory_bot_rails (~> 4.8.2)
1042
  faraday (~> 0.12)
D
dosire 已提交
1043
  fast_blank
1044
  ffaker (~> 2.4)
1045
  flay (~> 2.10.0)
P
Pirate Praveen 已提交
1046 1047 1048
  flipper (~> 0.13.0)
  flipper-active_record (~> 0.13.0)
  flipper-active_support_cache_store (~> 0.13.0)
1049
  fog-aliyun (~> 0.2.0)
P
Pirate Praveen 已提交
1050
  fog-aws (~> 2.0)
1051
  fog-core (~> 1.44)
1052
  fog-google (~> 0.5)
S
Stan Hu 已提交
1053 1054
  fog-local (~> 0.3)
  fog-openstack (~> 0.1)
1055
  fog-rackspace (~> 0.1.1)
1056
  font-awesome-rails (~> 4.7)
1057
  foreman (~> 0.84.0)
R
Robert Speicher 已提交
1058
  fuubar (~> 2.2.0)
1059
  gemnasium-gitlab-service (~> 0.2)
1060
  gemojione (~> 3.3)
R
Ruben Davila 已提交
1061 1062
  gettext (~> 3.2.2)
  gettext_i18n_rails (~> 1.8.0)
1063
  gettext_i18n_rails_js (~> 1.3)
1064
  gitaly-proto (~> 0.88.0)
1065
  github-linguist (~> 5.3.3)
1066
  gitlab-flowdock-git-hook (~> 1.0.1)
M
Markus Koller 已提交
1067
  gitlab-markup (~> 1.6.2)
1068
  gitlab-styles (~> 2.3)
1069
  gitlab_omniauth-ldap (~> 2.0.4)
1070
  gollum-lib (~> 4.2)
E
Elan Ruusamäe 已提交
1071
  gollum-rugged_adapter (~> 0.4.4)
C
Connor Shea 已提交
1072
  gon (~> 6.1.0)
P
Pirate Praveen 已提交
1073
  google-api-client (~> 0.19.8)
Z
Zeger-Jan van de Weg 已提交
1074
  google-protobuf (= 3.5.1)
K
Kevin O'Connor 已提交
1075
  gpgme
Z
Zeger-Jan van de Weg 已提交
1076
  grape (~> 1.0)
Z
Z.J. van de Weg 已提交
1077
  grape-entity (~> 0.6.0)
Z
Zeger-Jan van de Weg 已提交
1078
  grape-route-helpers (~> 2.1.0)
1079
  grape_logging (~> 1.7)
A
Ahmad Sherif 已提交
1080
  grpc (~> 1.10.0)
1081
  haml_lint (~> 0.26.0)
R
Robert Speicher 已提交
1082
  hamlit (~> 2.6.1)
1083
  hashie-forbidden_attributes
1084
  health_check (~> 2.6.0)
C
Chulki Lee 已提交
1085
  hipchat (~> 1.5.0)
1086
  html-pipeline (~> 1.11.0)
1087
  html2text
D
Douwe Maan 已提交
1088
  httparty (~> 0.13.3)
1089
  influxdb (~> 0.2)
1090
  jira-ruby (~> 1.4)
1091
  jquery-atwho-rails (~> 1.3.2)
1092
  json-schema (~> 2.8.0)
1093
  jwt (~> 1.5.6)
1094
  kaminari (~> 1.0)
T
Takuya Noguchi 已提交
1095
  knapsack (~> 1.16)
P
Pirate Praveen 已提交
1096
  kubeclient (~> 3.0)
R
Robert Speicher 已提交
1097
  letter_opener_web (~> 1.3.0)
W
Winnie Hellmann 已提交
1098
  license_finder (~> 3.1)
P
Pirate Praveen 已提交
1099
  licensee (~> 8.9)
1100
  lograge (~> 0.5)
1101
  loofah (~> 2.2)
1102
  mail_room (~> 0.9.1)
1103
  method_source (~> 0.8)
D
Douwe Maan 已提交
1104 1105
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
1106
  mysql2 (~> 0.4.10)
1107
  net-ldap
1108
  net-ssh (~> 4.2.0)
R
Rémy Coutable 已提交
1109
  nokogiri (~> 1.8.2)
1110
  oauth2 (~> 1.4)
P
Pirate Praveen 已提交
1111
  octokit (~> 4.8)
P
Pirate Praveen 已提交
1112
  omniauth (~> 1.8)
1113
  omniauth-auth0 (~> 2.0.0)
1114
  omniauth-authentiq (~> 0.3.1)
1115
  omniauth-azure-oauth2 (~> 0.0.9)
1116
  omniauth-cas3 (~> 1.1.4)
1117
  omniauth-facebook (~> 4.0.0)
D
Douwe Maan 已提交
1118
  omniauth-github (~> 1.1.1)
1119
  omniauth-gitlab (~> 1.0.2)
1120
  omniauth-google-oauth2 (~> 0.5.2)
T
Tiago Botelho 已提交
1121
  omniauth-jwt (~> 0.0.2)
1122
  omniauth-kerberos (~> 0.3.0)
J
Joe Marty 已提交
1123
  omniauth-oauth2-generic (~> 0.2.2)
P
Pirate Praveen 已提交
1124
  omniauth-saml (~> 1.10)
1125
  omniauth-shibboleth (~> 1.2.0)
1126
  omniauth-twitter (~> 1.4)
1127
  omniauth_crowd (~> 2.2.0)
D
Douwe Maan 已提交
1128
  org-ruby (~> 0.9.12)
1129 1130 1131
  peek (~> 1.0.1)
  peek-gc (~> 0.0.2)
  peek-mysql2 (~> 1.1.0)
1132
  peek-performance_bar (~> 1.3.0)
1133 1134 1135 1136
  peek-pg (~> 1.3.0)
  peek-rblineprof (~> 0.2.0)
  peek-redis (~> 1.2.0)
  peek-sidekiq (~> 1.0.3)
D
Douwe Maan 已提交
1137
  pg (~> 0.18.2)
1138
  premailer-rails (~> 1.9.7)
1139
  prometheus-client-mmap (~> 0.9.1)
S
Semyon Pupkov 已提交
1140
  pry-byebug (~> 3.4.1)
1141
  pry-rails (~> 0.3.4)
M
Manuel Rüger 已提交
1142
  rack-attack (~> 4.4.1)
1143
  rack-cors (~> 1.0.0)
R
Robert Speicher 已提交
1144
  rack-oauth2 (~> 1.2.1)
1145
  rack-proxy (~> 0.6.0)
R
Rémy Coutable 已提交
1146
  rails (= 4.2.10)
V
Valery Sizov 已提交
1147
  rails-deprecated_sanitizer (~> 1.0.3)
1148
  rails-i18n (~> 4.0.9)
1149
  rainbow (~> 2.2)
1150
  raindrops (~> 0.18)
1151
  rblineprof (~> 0.3.6)
N
Nick Thomas 已提交
1152
  rbnacl (~> 4.0)
1153
  rbnacl-libsodium
R
Robert Speicher 已提交
1154
  rdoc (~> 4.2)
1155
  re2 (~> 1.1.1)
1156
  recaptcha (~> 3.0)
1157
  redcarpet (~> 3.4)
1158
  redis (~> 3.2)
1159
  redis-namespace (~> 1.5.2)
1160
  redis-rails (~> 5.0.2)
1161
  request_store (~> 1.3)
V
Valery Sizov 已提交
1162
  responders (~> 2.0)
1163
  rouge (~> 2.0)
D
Douwe Maan 已提交
1164
  rqrcode-rails3 (~> 0.1.7)
1165
  rspec-parameterized
R
Robert Speicher 已提交
1166
  rspec-rails (~> 3.6.0)
1167
  rspec-retry (~> 0.4.5)
1168
  rspec-set (~> 0.1.3)
1169
  rspec_profiling (~> 0.0.5)
1170 1171
  rubocop (~> 0.52.1)
  rubocop-rspec (~> 1.22.1)
J
Jared Szechy 已提交
1172
  ruby-fogbugz (~> 0.2.1)
1173
  ruby-prof (~> 0.17.0)
1174
  ruby_parser (~> 3.8)
1175
  rufus-scheduler (~> 3.4)
A
Alexis Reigel 已提交
1176
  rugged (~> 0.26.0)
1177
  sanitize (~> 2.0)
1178
  sass-rails (~> 5.0.6)
T
Takuya Noguchi 已提交
1179
  scss_lint (~> 0.56.0)
1180
  seed-fu (~> 2.3.7)
R
Robert Speicher 已提交
1181
  select2-rails (~> 3.5.9)
1182
  selenium-webdriver (~> 3.5)
1183
  sentry-raven (~> 2.7)
D
Douwe Maan 已提交
1184
  settingslogic (~> 2.0.9)
1185
  sham_rack (~> 1.3.6)
1186
  shoulda-matchers (~> 3.1.2)
D
Douwe Maan 已提交
1187
  sidekiq (~> 5.0)
1188
  sidekiq-cron (~> 0.6.0)
1189
  sidekiq-limit_fetch (~> 3.4)
B
Bob Van Landuyt 已提交
1190
  simple_po_parser (~> 1.1.2)
1191
  simplecov (~> 0.14.0)
1192
  slack-notifier (~> 1.5.1)
D
Douwe Maan 已提交
1193
  spinach-rails (~> 0.2.1)
K
Kamil Trzcinski 已提交
1194
  spinach-rerun-reporter (~> 0.0.2)
R
Robert Speicher 已提交
1195
  spring (~> 2.0.0)
D
Douwe Maan 已提交
1196
  spring-commands-rspec (~> 1.0.4)
1197
  spring-commands-spinach (~> 1.1.0)
U
ubudzisz 已提交
1198
  sprockets (~> 3.7.0)
1199
  sshkey (~> 1.9.0)
1200
  stackprof (~> 0.2.10)
1201
  state_machines-activerecord (~> 0.5.1)
1202
  sys-filesystem (~> 1.1.6)
R
Rémy Coutable 已提交
1203
  test-prof (~> 0.2.5)
1204
  test_after_commit (~> 1.1)
C
Connor Shea 已提交
1205
  thin (~> 1.7.0)
1206
  timecop (~> 0.8.0)
K
Ken 已提交
1207
  toml-rb (~> 1.0.0)
1208
  truncato (~> 0.7.9)
1209
  u2f (~> 0.2.1)
R
Robert Speicher 已提交
1210
  uglifier (~> 2.7.2)
D
Douwe Maan 已提交
1211
  unf (~> 0.1.4)
1212 1213
  unicorn (~> 5.1.0)
  unicorn-worker-killer (~> 0.4.4)
1214
  validates_hostname (~> 1.0.6)
1215
  version_sorter (~> 2.1.0)
D
Douwe Maan 已提交
1216
  virtus (~> 1.0.1)
C
Chris Wilson 已提交
1217
  vmstat (~> 2.3.0)
1218
  webmock (~> 2.3.2)
M
Mike Greiling 已提交
1219
  webpack-rails (~> 0.9.10)
V
Valery Sizov 已提交
1220
  wikicloth (= 0.8.1)
C
connorshea 已提交
1221 1222

BUNDLED WITH
1223
   1.16.1