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

PLATFORMS
  ruby

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

BUNDLED WITH
1220
   1.16.1