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

PLATFORMS
  ruby

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

BUNDLED WITH
1197
   1.16.2