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

PLATFORMS
  ruby

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

BUNDLED WITH
1217
   1.16.1