BigW Consortium Gitlab

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

PLATFORMS
  ruby

DEPENDENCIES
915
  RedCloth (~> 4.3.2)
916
  ace-rails-ap (~> 4.1.0)
917
  activerecord_sane_schema_dumper (= 0.2)
918
  acts-as-taggable-on (~> 4.0)
919
  addressable (~> 2.3.8)
920
  after_commit_queue (~> 1.3.0)
921
  akismet (~> 2.0)
922
  allocations (~> 1.0)
923
  asana (~> 0.6.0)
924
  asciidoctor (~> 1.5.2)
925
  asciidoctor-plantuml (= 0.0.7)
926
  attr_encrypted (~> 3.0.0)
927
  awesome_print (~> 1.2.0)
928
  babosa (~> 1.0.2)
Kamil Trzcinski committed
929
  base32 (~> 0.3.0)
930
  benchmark-ips (~> 2.3.0)
931
  better_errors (~> 2.1.0)
932
  binding_of_caller (~> 0.7.2)
blackst0ne committed
933
  bootsnap (~> 1.1)
934
  bootstrap-sass (~> 3.3.0)
Nick Thomas committed
935
  bootstrap_form (~> 2.7.0)
936
  brakeman (~> 3.6.0)
Stan Hu committed
937
  browser (~> 2.2)
938
  bullet (~> 5.5.0)
939
  bundler-audit (~> 0.5.0)
Stan Hu committed
940
  capybara (~> 2.6.2)
941
  capybara-screenshot (~> 1.0.0)
942
  carrierwave (~> 1.1)
943
  charlock_holmes (~> 0.7.3)
944
  chronic (~> 0.10.2)
945
  chronic_duration (~> 0.10.6)
946
  coffee-rails (~> 4.1.0)
947
  concurrent-ruby (~> 1.0.5)
948
  connection_pool (~> 2.0)
949
  creole (~> 0.5.0)
950
  d3_rails (~> 3.5.0)
951
  database_cleaner (~> 1.5.0)
952
  deckar01-task_list (= 2.0.0)
Dmitriy Zaporozhets committed
953
  default_value_for (~> 3.0.0)
954
  devise (~> 4.2)
955
  devise-two-factor (~> 3.0.0)
956
  diffy (~> 3.1.0)
957
  doorkeeper (~> 4.2.0)
958
  doorkeeper-openid_connect (~> 1.1.0)
959
  dropzonejs-rails (~> 0.7.1)
960
  email_reply_trimmer (~> 0.1)
961
  email_spec (~> 1.6.0)
962
  factory_girl_rails (~> 4.7.0)
963
  faraday (~> 0.12)
964
  ffaker (~> 2.4)
965
  flay (~> 2.8.0)
966 967
  flipper (~> 0.10.2)
  flipper-active_record (~> 0.10.2)
968
  fog-aliyun (~> 0.1.0)
969
  fog-aws (~> 0.9)
970
  fog-core (~> 1.44)
971
  fog-google (~> 0.5)
972 973
  fog-local (~> 0.3)
  fog-openstack (~> 0.1)
974
  fog-rackspace (~> 0.1.1)
975
  font-awesome-rails (~> 4.7)
976
  foreman (~> 0.78.0)
Robert Speicher committed
977
  fuubar (~> 2.0.0)
978
  gemnasium-gitlab-service (~> 0.2)
979
  gemojione (~> 3.0)
Ruben Davila committed
980 981
  gettext (~> 3.2.2)
  gettext_i18n_rails (~> 1.8.0)
982
  gettext_i18n_rails_js (~> 1.2.0)
983
  gitaly (~> 0.9.0)
984
  github-linguist (~> 4.7.0)
985
  gitlab-flowdock-git-hook (~> 1.0.1)
986
  gitlab-markup (~> 1.5.1)
987
  gitlab_omniauth-ldap (~> 1.2.1)
988
  gollum-lib (~> 4.2)
989
  gollum-rugged_adapter (~> 0.4.4)
990
  gon (~> 6.1.0)
991
  google-api-client (~> 0.8.6)
992
  grape (~> 0.19.0)
993
  grape-entity (~> 0.6.0)
994
  haml_lint (~> 0.21.0)
995
  hamlit (~> 2.6.1)
996
  hashie-forbidden_attributes
997
  health_check (~> 2.6.0)
Chulki Lee committed
998
  hipchat (~> 1.5.0)
999
  html-pipeline (~> 1.11.0)
1000
  html2text
1001
  httparty (~> 0.13.3)
1002
  influxdb (~> 0.2)
1003
  jira-ruby (~> 1.1.2)
1004
  jquery-atwho-rails (~> 1.3.2)
1005
  jquery-rails (~> 4.1.0)
1006
  json-schema (~> 2.6.2)
1007
  jwt (~> 1.5.6)
1008
  kaminari (~> 0.17.0)
1009
  knapsack (~> 1.11.0)
1010
  kubeclient (~> 2.2.0)
1011
  letter_opener_web (~> 1.3.0)
1012
  license_finder (~> 2.1.0)
1013
  licensee (~> 8.7.0)
Stan Hu committed
1014
  loofah (~> 2.0.3)
1015
  mail_room (~> 0.9.1)
1016
  method_source (~> 0.8)
1017 1018 1019
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
  mysql2 (~> 0.3.16)
Valery Sizov committed
1020
  net-ssh (~> 3.0.1)
1021
  nokogiri (~> 1.6.7, >= 1.6.7.2)
1022
  oauth2 (~> 1.4)
1023
  octokit (~> 4.6.2)
1024
  oj (~> 2.17.4)
Stan Hu committed
1025
  omniauth (~> 1.4.2)
1026
  omniauth-auth0 (~> 1.4.1)
1027
  omniauth-authentiq (~> 0.3.0)
1028
  omniauth-azure-oauth2 (~> 0.0.6)
1029
  omniauth-cas3 (~> 1.1.2)
1030
  omniauth-facebook (~> 4.0.0)
1031
  omniauth-github (~> 1.1.1)
1032
  omniauth-gitlab (~> 1.0.2)
1033
  omniauth-google-oauth2 (~> 0.4.1)
1034
  omniauth-kerberos (~> 0.3.0)
1035
  omniauth-oauth2-generic (~> 0.2.2)
1036
  omniauth-saml (~> 1.7.0)
1037
  omniauth-shibboleth (~> 1.2.0)
1038
  omniauth-twitter (~> 1.2.0)
1039
  omniauth_crowd (~> 2.2.0)
1040
  org-ruby (~> 0.9.12)
1041
  paranoia (~> 2.3.1)
1042 1043 1044 1045 1046 1047 1048 1049 1050
  peek (~> 1.0.1)
  peek-gc (~> 0.0.2)
  peek-host (~> 1.0.0)
  peek-mysql2 (~> 1.1.0)
  peek-performance_bar (~> 1.2.1)
  peek-pg (~> 1.3.0)
  peek-rblineprof (~> 0.2.0)
  peek-redis (~> 1.2.0)
  peek-sidekiq (~> 1.0.3)
1051
  pg (~> 0.18.2)
1052
  poltergeist (~> 1.9.0)
1053
  premailer-rails (~> 1.9.7)
1054
  prometheus-client-mmap (~> 0.7.0.beta5)
1055
  pry-byebug (~> 3.4.1)
1056
  pry-rails (~> 0.3.4)
1057
  rack-attack (~> 4.4.1)
1058
  rack-cors (~> 0.4.0)
1059
  rack-oauth2 (~> 1.2.1)
1060
  rack-proxy (~> 0.6.0)
1061
  rails (= 4.2.8)
1062
  rails-deprecated_sanitizer (~> 1.0.3)
1063
  rails-i18n (~> 4.0.9)
1064
  rainbow (~> 2.2)
1065
  raindrops (~> 0.18)
1066
  rblineprof (~> 0.3.6)
1067
  rdoc (~> 4.2)
1068
  recaptcha (~> 3.0)
1069
  redcarpet (~> 3.4)
1070
  redis (~> 3.2)
1071
  redis-namespace (~> 1.5.2)
1072
  redis-rails (~> 5.0.1)
1073
  request_store (~> 1.3)
Valery Sizov committed
1074
  responders (~> 2.0)
1075
  rouge (~> 2.0)
1076
  rqrcode-rails3 (~> 0.1.7)
1077
  rspec-rails (~> 3.5.0)
1078
  rspec-retry (~> 0.4.5)
1079
  rspec-set (~> 0.1.3)
1080
  rspec_profiling (~> 0.0.5)
1081
  rubocop (~> 0.47.1)
1082
  rubocop-rspec (~> 1.15.0)
Jared Szechy committed
1083
  ruby-fogbugz (~> 0.2.1)
1084
  ruby-prof (~> 0.16.2)
1085
  ruby_parser (~> 3.8)
1086
  rufus-scheduler (~> 3.4)
1087
  rugged (~> 0.25.1.1)
1088
  sanitize (~> 2.0)
1089
  sass-rails (~> 5.0.6)
1090
  scss_lint (~> 0.47.0)
1091
  seed-fu (~> 2.3.5)
1092
  select2-rails (~> 3.5.9)
1093
  sentry-raven (~> 2.5.3)
1094
  settingslogic (~> 2.0.9)
1095
  sham_rack (~> 1.3.6)
1096
  shoulda-matchers (~> 2.8.0)
Douwe Maan committed
1097
  sidekiq (~> 5.0)
1098
  sidekiq-cron (~> 0.6.0)
1099
  sidekiq-limit_fetch (~> 3.4)
1100
  simplecov (~> 0.14.0)
1101
  slack-notifier (~> 1.5.1)
1102
  spinach-rails (~> 0.2.1)
Kamil Trzcinski committed
1103
  spinach-rerun-reporter (~> 0.0.2)
1104
  spring (~> 2.0.0)
1105
  spring-commands-rspec (~> 1.0.4)
1106
  spring-commands-spinach (~> 1.1.0)
ubudzisz committed
1107
  sprockets (~> 3.7.0)
1108
  stackprof (~> 0.2.10)
1109
  state_machines-activerecord (~> 0.4.0)
1110
  sys-filesystem (~> 1.1.6)
1111
  test_after_commit (~> 1.1)
1112
  thin (~> 1.7.0)
1113
  timecop (~> 0.8.0)
1114
  toml-rb (~> 0.3.15)
1115
  truncato (~> 0.7.8)
1116
  u2f (~> 0.2.1)
1117
  uglifier (~> 2.7.2)
1118
  underscore-rails (~> 1.8.0)
1119
  unf (~> 0.1.4)
1120 1121
  unicorn (~> 5.1.0)
  unicorn-worker-killer (~> 0.4.4)
1122
  validates_hostname (~> 1.0.6)
1123
  version_sorter (~> 2.1.0)
1124
  virtus (~> 1.0.1)
1125
  vmstat (~> 2.3.0)
1126
  webmock (~> 2.3.2)
1127
  webpack-rails (~> 0.9.10)
Valery Sizov committed
1128
  wikicloth (= 0.8.1)
connorshea committed
1129 1130

BUNDLED WITH
1131
   1.15.1