BigW Consortium Gitlab

Gemfile.lock 24.3 KB
Newer Older
gitlabhq committed
1
GEM
2
  remote: https://rubygems.org/
gitlabhq committed
3
  specs:
4
    RedCloth (4.3.2)
5
    ace-rails-ap (4.1.0)
6 7 8 9
    actionmailer (4.2.7.1)
      actionpack (= 4.2.7.1)
      actionview (= 4.2.7.1)
      activejob (= 4.2.7.1)
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.7.1)
      actionview (= 4.2.7.1)
      activesupport (= 4.2.7.1)
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.7.1)
      activesupport (= 4.2.7.1)
Marin Jankovski committed
21 22
      builder (~> 3.1)
      erubis (~> 2.7.0)
Valery Sizov committed
23 24
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
25 26
    activejob (4.2.7.1)
      activesupport (= 4.2.7.1)
Valery Sizov committed
27
      globalid (>= 0.3.0)
28 29
    activemodel (4.2.7.1)
      activesupport (= 4.2.7.1)
Marin Jankovski committed
30
      builder (~> 3.1)
31 32 33
    activerecord (4.2.7.1)
      activemodel (= 4.2.7.1)
      activesupport (= 4.2.7.1)
Valery Sizov committed
34
      arel (~> 6.0)
35 36 37 38 39 40
    activerecord-session_store (1.0.0)
      actionpack (>= 4.0, < 5.1)
      activerecord (>= 4.0, < 5.1)
      multi_json (~> 1.11, >= 1.11.2)
      rack (>= 1.5.2, < 3)
      railties (>= 4.0, < 5.1)
41
    activesupport (4.2.7.1)
Valery Sizov committed
42
      i18n (~> 0.7)
Marin Jankovski committed
43 44
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
Valery Sizov committed
45
      thread_safe (~> 0.3, >= 0.3.4)
Marin Jankovski committed
46
      tzinfo (~> 1.1)
47 48
    acts-as-taggable-on (3.5.0)
      activerecord (>= 3.2, < 5)
49
    addressable (2.3.8)
Valery Sizov committed
50 51
    after_commit_queue (1.3.0)
      activerecord (>= 3.0)
52
    akismet (2.0.0)
53
    allocations (1.0.5)
Valery Sizov committed
54
    arel (6.0.3)
55 56 57 58 59
    asana (0.4.0)
      faraday (~> 0.9)
      faraday_middleware (~> 0.9)
      faraday_middleware-multi_json (~> 0.0)
      oauth2 (~> 1.0)
Valery Sizov committed
60
    asciidoctor (1.5.3)
61
    ast (2.3.0)
62
    attr_encrypted (3.0.3)
63
      encryptor (~> 3.0.0)
Valery Sizov committed
64
    attr_required (1.0.0)
65
    autoprefixer-rails (6.2.3)
66 67
      execjs
      json
68
    awesome_print (1.2.0)
69 70 71 72
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
    azure (0.7.5)
      addressable (~> 2.3)
      azure-core (~> 0.1)
      faraday (~> 0.9)
      faraday_middleware (~> 0.10)
      json (~> 1.8)
      mime-types (>= 1, < 3.0)
      nokogiri (~> 1.6)
      systemu (~> 2.6)
      thor (~> 0.19)
      uuid (~> 2.0)
    azure-core (0.1.2)
      faraday (~> 0.9)
      faraday_middleware (~> 0.10)
      nokogiri (~> 1.6)
Jacob Schatz committed
88 89 90 91
    babel-source (5.8.35)
    babel-transpiler (0.7.0)
      babel-source (>= 4.0, < 6)
      execjs (~> 2.0)
92
    babosa (1.0.2)
Kamil Trzcinski committed
93
    base32 (0.3.2)
94
    bcrypt (3.1.11)
95
    benchmark-ips (2.3.0)
96
    better_errors (1.0.1)
97
      coderay (>= 1.0.0)
Dmitriy Zaporozhets committed
98
      erubis (>= 2.6.6)
99
    binding_of_caller (0.7.2)
100
      debug_inspector (>= 0.0.1)
101 102 103
    bootstrap-sass (3.3.6)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
104
    brakeman (3.3.2)
Stan Hu committed
105
    browser (2.2.0)
Marin Jankovski committed
106
    builder (3.2.2)
107
    bullet (5.2.0)
108
      activesupport (>= 3.0.0)
109
      uniform_notifier (~> 1.10.0)
110
    bundler-audit (0.5.0)
111 112
      bundler (~> 1.2)
      thor (~> 0.18)
113
    byebug (8.2.1)
Stan Hu committed
114 115
    capybara (2.6.2)
      addressable
gitlabhq committed
116 117 118 119
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
120
      xpath (~> 2.0)
121
    capybara-screenshot (1.0.11)
122 123
      capybara (>= 1.0, < 3)
      launchy
124
    carrierwave (0.10.0)
125 126
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
127
      json (>= 1.7)
128
      mime-types (>= 1.16)
129
    cause (0.1)
Stan Hu committed
130
    charlock_holmes (0.7.3)
131
    chronic (0.10.2)
132 133
    chronic_duration (0.10.6)
      numerizer (~> 0.1.1)
Valery Sizov committed
134
    chunky_png (1.3.5)
135
    cliver (0.3.2)
136
    coderay (1.1.0)
137
    coercible (1.0.0)
138
      descendants_tracker (~> 0.0.1)
139
    coffee-rails (4.1.1)
gitlabhq committed
140
      coffee-script (>= 2.2.0)
141
      railties (>= 4.0.0, < 5.1.x)
142
    coffee-script (2.4.1)
gitlabhq committed
143 144
      coffee-script-source
      execjs
145
    coffee-script-source (1.10.0)
146
    colorize (0.7.7)
Stan Hu committed
147
    concurrent-ruby (1.0.2)
148
    connection_pool (2.2.0)
149
    crack (0.4.3)
150
      safe_yaml (~> 1.0.0)
151
    creole (0.5.0)
152
    css_parser (1.4.1)
153
      addressable
154
    d3_rails (3.5.11)
155
      railties (>= 3.1.0)
156
    daemons (1.2.3)
157
    database_cleaner (1.5.3)
158
    debug_inspector (0.0.2)
159
    debugger-ruby_core_source (1.3.8)
160 161
    default_value_for (3.0.2)
      activerecord (>= 3.2.0, < 5.1)
162 163
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
164
    devise (4.1.1)
165
      bcrypt (~> 3.0)
Nihad Abbasov committed
166
      orm_adapter (~> 0.1)
167
      railties (>= 4.1.0, < 5.1)
Robert Speicher committed
168
      responders
169
      warden (~> 1.2.3)
170
    devise-two-factor (3.0.0)
171
      activesupport
172 173
      attr_encrypted (>= 1.3, < 4, != 2)
      devise (~> 4.0)
174
      railties
175
      rotp (~> 2.0)
176
    diff-lcs (1.2.5)
177
    diffy (3.0.7)
DJ Mountney committed
178
    docile (1.1.5)
179
    doorkeeper (4.2.0)
180
      railties (>= 4.2)
Valery Sizov committed
181
    dropzonejs-rails (0.7.2)
182
      rails (> 3.1)
Douwe Maan committed
183
    email_reply_parser (0.5.8)
184
    email_spec (1.6.0)
Riyad Preukschas committed
185
      launchy (~> 2.1)
186
      mail (~> 2.2)
187
    encryptor (3.0.0)
188
    equalizer (0.0.11)
gitlabhq committed
189
    erubis (2.7.0)
190
    escape_utils (1.1.1)
191
    eventmachine (1.0.8)
192
    excon (0.49.0)
193
    execjs (2.6.0)
Robert Schilling committed
194
    expression_parser (0.9.0)
195
    factory_girl (4.5.0)
196
      activesupport (>= 3.0.0)
197 198
    factory_girl_rails (4.6.0)
      factory_girl (~> 4.5.0)
199
      railties (>= 3.0.0)
200 201
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
202 203
    faraday_middleware (0.10.0)
      faraday (>= 0.7.4, < 0.10)
204 205 206
    faraday_middleware-multi_json (0.0.6)
      faraday_middleware
      multi_json
Robert Speicher committed
207
    ffaker (2.0.0)
208
    ffi (1.9.10)
209 210 211
    flay (2.6.1)
      ruby_parser (~> 3.0)
      sexp_processor (~> 4.0)
212 213 214
    flog (4.3.2)
      ruby_parser (~> 3.1, > 3.1.0)
      sexp_processor (~> 4.4)
Valery Sizov committed
215
    flowdock (0.7.1)
216 217
      httparty (~> 0.7)
      multi_json
218
    fog-aws (0.9.2)
Stan Hu committed
219 220 221 222
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
223 224 225 226 227
    fog-azure (0.0.2)
      azure (~> 0.6)
      fog-core (~> 1.27)
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
228
    fog-core (1.40.0)
229
      builder
230
      excon (~> 0.49)
231
      formatador (~> 0.2)
232
    fog-google (0.3.2)
Stan Hu committed
233 234 235
      fog-core
      fog-json
      fog-xml
236 237 238
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
239
    fog-local (0.3.0)
Stan Hu committed
240
      fog-core (~> 1.27)
241 242 243 244
    fog-openstack (0.1.6)
      fog-core (>= 1.39)
      fog-json (>= 1.0)
      ipaddress (>= 0.8)
245 246 247 248 249
    fog-rackspace (0.1.1)
      fog-core (>= 1.35)
      fog-json (>= 1.0)
      fog-xml (>= 0.1)
      ipaddress (>= 0.8)
250 251 252
    fog-xml (0.1.2)
      fog-core
      nokogiri (~> 1.5, >= 1.5.11)
James Lopez committed
253
    font-awesome-rails (4.6.1.0)
254
      railties (>= 3.2, < 5.1)
255 256
    foreman (0.78.0)
      thor (~> 0.19.1)
257
    formatador (0.2.5)
Robert Speicher committed
258 259 260
    fuubar (2.0.0)
      rspec (~> 3.0)
      ruby-progressbar (~> 1.4)
261
    gemnasium-gitlab-service (0.2.6)
262
      rugged (~> 0.21)
263
    gemojione (3.0.1)
264
      json
265 266
    get_process_mem (0.2.0)
    gherkin-ruby (0.3.2)
267
    github-linguist (4.7.6)
268 269 270 271
      charlock_holmes (~> 0.7.3)
      escape_utils (~> 1.1.0)
      mime-types (>= 1.19)
      rugged (>= 0.23.0b)
272
    github-markup (1.4.0)
273 274
    gitlab-flowdock-git-hook (1.0.1)
      flowdock (~> 0.7)
275 276
      gitlab-grit (>= 2.4.1)
      multi_json
277
    gitlab-grit (2.8.1)
278
      charlock_holmes (~> 0.6)
279
      diff-lcs (~> 1.1)
280
      mime-types (>= 1.16, < 3)
281
      posix-spawn (~> 0.3)
282
    gitlab_git (10.4.7)
Jacob Vosmaer committed
283 284 285
      activesupport (~> 4.0)
      charlock_holmes (~> 0.7.3)
      github-linguist (~> 4.7.0)
286
      rugged (~> 0.24.0)
287
    gitlab_meta (7.0)
Douwe Maan committed
288
    gitlab_omniauth-ldap (1.2.1)
289
      net-ldap (~> 0.9)
290 291
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
292
      rubyntlm (~> 0.3)
293
    globalid (0.3.7)
Valery Sizov committed
294
      activesupport (>= 4.1.0)
295
    gollum-grit_adapter (1.0.1)
Valery Sizov committed
296
      gitlab-grit (~> 2.7, >= 2.7.1)
297 298
    gollum-lib (4.2.1)
      github-markup (~> 1.4.0)
299
      gollum-grit_adapter (~> 1.0)
Stefan Tatschner committed
300
      nokogiri (~> 1.6.4)
301
      rouge (~> 2.0)
302 303
      sanitize (~> 2.1.0)
      stringex (~> 2.5.1)
304 305 306
    gollum-rugged_adapter (0.4.2)
      mime-types (>= 1.15)
      rugged (~> 0.24.0, >= 0.21.3)
307
    gon (6.1.0)
Robert Speicher committed
308
      actionpack (>= 3.0)
Dmitriy Zaporozhets committed
309
      json
Robert Speicher committed
310 311
      multi_json
      request_store (>= 1.0)
312
    grape (0.15.0)
Riyad Preukschas committed
313
      activesupport
314
      builder
315
      hashie (>= 2.1.0)
Riyad Preukschas committed
316
      multi_json (>= 1.3.2)
317
      multi_xml (>= 0.5.2)
Dmitriy Zaporozhets committed
318
      rack (>= 1.3.0)
Riyad Preukschas committed
319
      rack-accept
320
      rack-mount
321
      virtus (>= 1.0.0)
322
    grape-entity (0.4.8)
323 324
      activesupport
      multi_json (>= 1.3.2)
325
    hamlit (2.6.1)
connorshea committed
326 327
      temple (~> 0.7.6)
      thor
328
      tilt
Valery Sizov committed
329
    hashie (3.4.3)
330 331
    health_check (2.1.0)
      rails (>= 4.0)
332
    hipchat (1.5.2)
333
      httparty
Chulki Lee committed
334
      mimemagic
335 336 337
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
338
    htmlentities (4.3.4)
Valery Sizov committed
339
    httparty (0.13.7)
340
      json (~> 1.8)
Dmitriy Zaporozhets committed
341
      multi_xml (>= 0.5.2)
342
    httpclient (2.8.2)
343
    i18n (0.7.0)
344
    ice_nine (0.11.1)
345 346 347
    influxdb (0.2.3)
      cause
      json
348
    ipaddress (0.8.3)
349
    jquery-atwho-rails (1.3.2)
350 351
    jquery-rails (4.1.1)
      rails-dom-testing (>= 1, < 3)
352
      railties (>= 4.2.0)
353
      thor (>= 0.14, < 2.0)
354
    jquery-turbolinks (2.1.0)
355 356
      railties (>= 3.1.0)
      turbolinks
357
    jquery-ui-rails (5.0.5)
358
      railties (>= 3.2.16)
359
    json (1.8.3)
360 361
    json-schema (2.6.2)
      addressable (~> 2.3.8)
362
    jwt (1.5.4)
363
    kaminari (0.17.0)
364 365
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
Valery Sizov committed
366
    kgio (2.10.0)
Kamil Trzcinski committed
367
    knapsack (1.11.0)
Kamil Trzcinski committed
368 369
      rake
      timecop (>= 0.1.0)
370
    launchy (2.4.3)
Riyad Preukschas committed
371
      addressable (~> 2.3)
372
    letter_opener (1.4.1)
373
      launchy (~> 2.2)
374 375 376 377
    letter_opener_web (1.3.0)
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
Connor Shea committed
378 379 380 381 382 383
    license_finder (2.1.0)
      bundler
      httparty
      rubyzip
      thor
      xml-simple
384 385
    licensee (8.0.0)
      rugged (>= 0.24b)
386
    listen (3.0.5)
Dmitriy Zaporozhets committed
387 388
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
Valery Sizov committed
389 390
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
391 392
    macaddr (1.7.1)
      systemu (~> 2.6.2)
Robert Speicher committed
393 394
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
395
    mail_room (0.8.0)
396
    method_source (0.8.2)
397
    mime-types (2.99.2)
Chulki Lee committed
398
    mimemagic (0.3.0)
Stan Hu committed
399
    mini_portile2 (2.1.0)
400
    minitest (5.7.0)
401
    mousetrap-rails (1.4.6)
402
    multi_json (1.12.1)
403
    multi_xml (0.5.5)
404
    multipart-post (2.0.0)
405 406
    mysql2 (0.3.20)
    nested_form (0.3.2)
Valery Sizov committed
407 408
    net-ldap (0.12.1)
    net-ssh (3.0.1)
409
    newrelic_rpm (3.16.0.318)
Stan Hu committed
410 411 412
    nokogiri (1.6.8)
      mini_portile2 (~> 2.1.0)
      pkg-config (~> 1.1.7)
413
    numerizer (0.1.1)
Dmitriy Zaporozhets committed
414
    oauth (0.4.7)
415
    oauth2 (1.2.0)
416 417 418 419
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
420
      rack (>= 1.2, < 3)
421 422
    octokit (4.3.0)
      sawyer (~> 0.7.0, >= 0.5.3)
423
    omniauth (1.3.1)
424
      hashie (>= 1.2, < 4)
425
      rack (>= 1.0, < 3)
426 427
    omniauth-auth0 (1.4.1)
      omniauth-oauth2 (~> 1.1)
428 429 430 431
    omniauth-azure-oauth2 (0.0.6)
      jwt (~> 1.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
Douwe Maan committed
432 433 434 435
    omniauth-bitbucket (0.0.2)
      multi_json (~> 1.7)
      omniauth (~> 1.1)
      omniauth-oauth (~> 1.0)
436 437 438 439
    omniauth-cas3 (1.1.3)
      addressable (~> 2.3)
      nokogiri (~> 1.6.6)
      omniauth (~> 1.2)
440 441
    omniauth-facebook (3.0.0)
      omniauth-oauth2 (~> 1.2)
442
    omniauth-github (1.1.2)
Dmitriy Zaporozhets committed
443 444
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
Valery Sizov committed
445
    omniauth-gitlab (1.0.1)
446 447
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
448
    omniauth-google-oauth2 (0.4.1)
Valery Sizov committed
449 450 451 452 453
      addressable (~> 2.3)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      omniauth (>= 1.1.1)
      omniauth-oauth2 (~> 1.3.1)
454
    omniauth-kerberos (0.3.0)
Valery Sizov committed
455 456
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
457
    omniauth-multipassword (0.4.2)
Valery Sizov committed
458
      omniauth (~> 1.0)
459
    omniauth-oauth (1.1.0)
Dmitriy Zaporozhets committed
460 461
      oauth
      omniauth (~> 1.0)
462 463 464
    omniauth-oauth2 (1.3.1)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
465
    omniauth-saml (1.6.0)
466
      omniauth (~> 1.3)
467
      ruby-saml (~> 1.3)
468
    omniauth-shibboleth (1.2.1)
469
      omniauth (>= 1.0.0)
470 471 472
    omniauth-twitter (1.2.1)
      json (~> 1.3)
      omniauth-oauth (~> 1.1)
Valery Sizov committed
473 474 475 476
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
Chulki Lee committed
477
    org-ruby (0.9.12)
Robert Schilling committed
478
      rubypants (~> 0.2)
479
    orm_adapter (0.5.0)
Valery Sizov committed
480
    paranoia (2.1.4)
481
      activerecord (~> 4.0)
482
    parser (2.3.1.2)
483
      ast (~> 2.2)
Valery Sizov committed
484
    pg (0.18.4)
Stan Hu committed
485
    pkg-config (1.1.7)
486
    poltergeist (1.9.0)
487 488
      capybara (~> 2.1)
      cliver (~> 0.3.1)
489 490
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
491
    posix-spawn (0.3.11)
492
    powerpack (0.1.1)
493 494 495
    premailer (1.8.6)
      css_parser (>= 1.3.6)
      htmlentities (>= 4.0.0)
496 497
    premailer-rails (1.9.2)
      actionmailer (>= 3, < 6)
498
      premailer (~> 1.7, >= 1.7.9)
Valery Sizov committed
499
    pry (0.10.3)
500 501
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
502
      slop (~> 3.4)
503
    pry-rails (0.3.4)
504
      pry (>= 0.9.10)
Valery Sizov committed
505
    pyu-ruby-sasl (0.0.3.3)
Valery Sizov committed
506
    rack (1.6.4)
Riyad Preukschas committed
507 508
    rack-accept (0.4.5)
      rack (>= 0.4)
509
    rack-attack (4.3.1)
Marin Jankovski committed
510
      rack
511
    rack-cors (0.4.0)
512 513
    rack-mount (0.8.3)
      rack (>= 1.0.0)
514
    rack-oauth2 (1.2.3)
Valery Sizov committed
515 516
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
517
      httpclient (>= 2.4)
Valery Sizov committed
518 519
      multi_json (>= 1.3.6)
      rack (>= 1.1)
520
    rack-protection (1.5.3)
gitlabhq committed
521
      rack
Vinnie Okada committed
522
    rack-test (0.6.3)
gitlabhq committed
523
      rack (>= 1.0)
524 525 526 527 528 529 530 531
    rails (4.2.7.1)
      actionmailer (= 4.2.7.1)
      actionpack (= 4.2.7.1)
      actionview (= 4.2.7.1)
      activejob (= 4.2.7.1)
      activemodel (= 4.2.7.1)
      activerecord (= 4.2.7.1)
      activesupport (= 4.2.7.1)
532
      bundler (>= 1.3.0, < 2.0)
533
      railties (= 4.2.7.1)
Valery Sizov committed
534 535 536 537 538 539 540
      sprockets-rails
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.7)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
541
    rails-html-sanitizer (1.0.3)
Valery Sizov committed
542
      loofah (~> 2.0)
543 544 545
    railties (4.2.7.1)
      actionpack (= 4.2.7.1)
      activesupport (= 4.2.7.1)
gitlabhq committed
546
      rake (>= 0.8.7)
547
      thor (>= 0.18.1, < 2.0)
548
    rainbow (2.1.0)
549
    raindrops (0.15.0)
550
    rake (10.5.0)
Valery Sizov committed
551
    rb-fsevent (0.9.6)
552
    rb-inotify (0.9.5)
553
      ffi (>= 0.5.0)
554 555
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
Dmitriy Zaporozhets committed
556
    rdoc (3.12.2)
557
      json (~> 1.4)
558
    recaptcha (3.0.0)
559
      json
560
    redcarpet (3.3.3)
561
    redis (3.2.2)
Valery Sizov committed
562
    redis-actionpack (4.0.1)
563 564 565
      actionpack (~> 4)
      redis-rack (~> 1.5.0)
      redis-store (~> 1.1.0)
Valery Sizov committed
566 567
    redis-activesupport (4.1.5)
      activesupport (>= 3, < 5)
568
      redis-store (~> 1.1.0)
569
    redis-namespace (1.5.2)
Jacob Vosmaer committed
570
      redis (~> 3.0, >= 3.0.4)
571 572 573 574 575 576
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
577
      redis-store (~> 1.1.0)
Valery Sizov committed
578
    redis-store (1.1.7)
579
      redis (>= 2.2)
580
    request_store (1.3.1)
581 582
    rerun (0.11.0)
      listen (~> 3.0)
583 584
    responders (2.1.1)
      railties (>= 4.2.0, < 5.1)
Paco Guzman committed
585
    rinku (2.0.0)
586
    rotp (2.1.2)
587
    rouge (2.0.5)
588 589
    rqrcode (0.7.0)
      chunky_png
590 591
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
592 593 594 595 596 597 598
    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)
599
      diff-lcs (>= 1.2.0, < 2.0)
600 601
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
Robert Speicher committed
602
      diff-lcs (>= 1.2.0, < 2.0)
603 604 605 606 607 608 609 610 611
      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
612 613
    rspec-retry (0.4.5)
      rspec-core
614
    rspec-support (3.5.0)
615 616
    rubocop (0.41.2)
      parser (>= 2.3.1.1, < 3.0)
617
      powerpack (~> 0.1)
618
      rainbow (>= 1.99.1, < 3.0)
619
      ruby-progressbar (~> 1.7)
620
      unicode-display_width (~> 1.0, >= 1.0.1)
Robert Speicher committed
621 622
    rubocop-rspec (1.5.0)
      rubocop (>= 0.40.0)
Jared Szechy committed
623
    ruby-fogbugz (0.2.1)
624
      crack (~> 0.4)
625
    ruby-prof (0.15.9)
626
    ruby-progressbar (1.8.1)
627
    ruby-saml (1.3.0)
628
      nokogiri (>= 1.5.10)
629
    ruby_parser (3.8.2)
Dmitriy Zaporozhets committed
630
      sexp_processor (~> 4.1)
631
    rubyntlm (0.5.2)
632
    rubypants (0.2.0)
Connor Shea committed
633
    rubyzip (1.2.0)
634
    rufus-scheduler (3.1.10)
635
    rugged (0.24.0)
636
    safe_yaml (1.0.4)
637
    sanitize (2.1.0)
638
      nokogiri (>= 1.4.4)
639
    sass (3.4.22)
Connor Shea committed
640 641
    sass-rails (5.0.5)
      railties (>= 4.0.0, < 6)
642 643 644 645
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
646 647
    sawyer (0.7.0)
      addressable (>= 2.3.5, < 2.5)
Valery Sizov committed
648
      faraday (~> 0.8, < 0.10)
649 650 651
    scss_lint (0.47.1)
      rake (>= 0.9, < 11)
      sass (~> 3.4.15)
652 653 654
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
655 656 657
    seed-fu (2.3.6)
      activerecord (>= 3.1)
      activesupport (>= 3.1)
658
    select2-rails (3.5.9.3)
659
      thor (~> 0.14)
660
    sentry-raven (1.1.0)
Jeroen Nijhof committed
661
      faraday (>= 0.7.6)
662
    settingslogic (2.0.9)
663
    sexp_processor (4.7.0)
Jared Szechy committed
664 665
    sham_rack (1.3.6)
      rack
666
    shoulda-matchers (2.8.0)
667
      activesupport (>= 3.0.0)
668
    sidekiq (4.1.4)
669
      concurrent-ruby (~> 1.0)
670 671
      connection_pool (~> 2.2, >= 2.2.0)
      redis (~> 3.2, >= 3.2.1)
672
      sinatra (>= 1.4.7)
673 674
    sidekiq-cron (0.4.0)
      redis-namespace (>= 1.5.2)
675
      rufus-scheduler (>= 2.0.24)
676
      sidekiq (>= 4.0.0)
677
    simplecov (0.12.0)
678
      docile (~> 1.1.0)
679
      json (>= 1.8, < 3)
680 681
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
682 683
    sinatra (1.4.7)
      rack (~> 1.5)
684
      rack-protection (~> 1.4)
685
      tilt (>= 1.3, < 3)
gitlabhq committed
686
    six (0.2.0)
687
    slack-notifier (1.2.1)
688
    slop (3.6.0)
689 690 691 692
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
Dmitriy Zaporozhets committed
693 694
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
Nihad Abbasov committed
695 696
      railties (>= 3)
      spinach (>= 0.4)
Kamil Trzcinski committed
697 698
    spinach-rerun-reporter (0.0.2)
      spinach (~> 0.8)
699
    spring (1.7.2)
Jeroen van Baarsen committed
700
    spring-commands-rspec (1.0.4)
701
      spring (>= 0.9.1)
702
    spring-commands-spinach (1.1.0)
703
      spring (>= 0.9.1)
704 705
    spring-commands-teaspoon (0.0.2)
      spring (>= 0.9.1)
706
    sprockets (3.6.3)
707
      concurrent-ruby (~> 1.0)
708
      rack (> 1, < 3)
Jacob Schatz committed
709 710 711 712
    sprockets-es6 (0.9.0)
      babel-source (>= 5.8.11)
      babel-transpiler
      sprockets (>= 3.0.0)
713
    sprockets-rails (3.1.1)
Robert Speicher committed
714 715 716
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
Pirate Praveen committed
717
    state_machines (0.4.0)
718 719
    state_machines-activemodel (0.4.0)
      activemodel (>= 4.1, < 5.1)
Pirate Praveen committed
720
      state_machines (>= 0.4.0)
721 722
    state_machines-activerecord (0.4.0)
      activerecord (>= 4.1, < 5.1)
Pirate Praveen committed
723
      state_machines-activemodel (>= 0.3.0)
Stefan Tatschner committed
724
    stringex (2.5.2)
725 726
    sys-filesystem (1.1.6)
      ffi
727
    systemu (2.6.5)
Robert Speicher committed
728 729
    task_list (1.0.2)
      html-pipeline
730 731
    teaspoon (1.1.5)
      railties (>= 3.2.5, < 6)
732 733
    teaspoon-jasmine (2.2.0)
      teaspoon (>= 1.0.0)
connorshea committed
734
    temple (0.7.7)
735
    test_after_commit (0.4.2)
736
      activerecord (>= 3.2)
737
    thin (1.7.0)
738
      daemons (~> 1.0, >= 1.0.9)
Valery Sizov committed
739
      eventmachine (~> 1.0, >= 1.0.4)
740
      rack (>= 1, < 3)
741
    thor (0.19.1)
742
    thread_safe (0.3.5)
743
    tilt (2.0.5)
Kamil Trzcinski committed
744
    timecop (0.8.1)
745
    timfel-krb5-auth (0.8.3)
746
    turbolinks (2.5.3)
747
      coffee-rails
Dmitriy Zaporozhets committed
748
    tzinfo (1.2.2)
Marin Jankovski committed
749
      thread_safe (~> 0.1)
750
    u2f (0.2.1)
751
    uglifier (2.7.2)
gitlabhq committed
752
      execjs (>= 0.3.0)
753
      json (>= 1.8.0)
754
    underscore-rails (1.8.3)
755 756
    unf (0.1.4)
      unf_ext
757
    unf_ext (0.0.7.2)
758
    unicode-display_width (1.1.0)
759
    unicorn (4.9.0)
760 761 762
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
Valery Sizov committed
763
    unicorn-worker-killer (0.4.4)
764
      get_process_mem (~> 0)
Valery Sizov committed
765
      unicorn (>= 4, < 6)
766
    uniform_notifier (1.10.0)
767
    uuid (2.3.8)
768
      macaddr (~> 1.0)
769
    version_sorter (2.1.0)
770 771
    virtus (1.0.5)
      axiom-types (~> 0.1)
772
      coercible (~> 1.0)
773 774
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
775
    vmstat (2.1.1)
776
    warden (1.2.6)
gitlabhq committed
777
      rack (>= 1.0)
778
    web-console (2.3.0)
Valery Sizov committed
779 780 781 782
      activemodel (>= 4.0)
      binding_of_caller (>= 0.7.2)
      railties (>= 4.0)
      sprockets-rails (>= 2.0, < 4.0)
783 784
    webmock (1.21.0)
      addressable (>= 2.3.6)
Dmitriy Zaporozhets committed
785
      crack (>= 0.3.2)
Valery Sizov committed
786
    websocket-driver (0.6.3)
787 788
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
Valery Sizov committed
789
    wikicloth (0.8.1)
Robert Schilling committed
790 791
      builder
      expression_parser
Valery Sizov committed
792
      rinku
793
    xml-simple (1.1.5)
794
    xpath (2.0.0)
gitlabhq committed
795 796 797 798 799 800
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
801
  RedCloth (~> 4.3.2)
802
  ace-rails-ap (~> 4.1.0)
803
  activerecord-session_store (~> 1.0.0)
804
  acts-as-taggable-on (~> 3.4)
805
  addressable (~> 2.3.8)
806
  after_commit_queue (~> 1.3.0)
807
  akismet (~> 2.0)
808
  allocations (~> 1.0)
809
  asana (~> 0.4.0)
810
  asciidoctor (~> 1.5.2)
811
  attr_encrypted (~> 3.0.0)
812
  awesome_print (~> 1.2.0)
813
  babosa (~> 1.0.2)
Kamil Trzcinski committed
814
  base32 (~> 0.3.0)
815
  benchmark-ips (~> 2.3.0)
816 817
  better_errors (~> 1.0.1)
  binding_of_caller (~> 0.7.2)
818
  bootstrap-sass (~> 3.3.0)
819
  brakeman (~> 3.3.0)
Stan Hu committed
820
  browser (~> 2.2)
821
  bullet (~> 5.2.0)
822 823
  bundler-audit (~> 0.5.0)
  byebug (~> 8.2.1)
Stan Hu committed
824
  capybara (~> 2.6.2)
825
  capybara-screenshot (~> 1.0.0)
826
  carrierwave (~> 0.10.0)
827
  charlock_holmes (~> 0.7.3)
828
  chronic (~> 0.10.2)
829
  chronic_duration (~> 0.10.6)
830
  coffee-rails (~> 4.1.0)
831
  connection_pool (~> 2.0)
832
  creole (~> 0.5.0)
833
  d3_rails (~> 3.5.0)
834
  database_cleaner (~> 1.5.0)
Dmitriy Zaporozhets committed
835
  default_value_for (~> 3.0.0)
836 837
  devise (~> 4.0)
  devise-two-factor (~> 3.0.0)
skv-headless committed
838
  diffy (~> 3.0.3)
839
  doorkeeper (~> 4.2.0)
840 841
  dropzonejs-rails (~> 0.7.1)
  email_reply_parser (~> 0.5.8)
842
  email_spec (~> 1.6.0)
843
  factory_girl_rails (~> 4.6.0)
Robert Speicher committed
844
  ffaker (~> 2.0.0)
845 846
  flay (~> 2.6.1)
  flog (~> 4.3.2)
847
  fog-aws (~> 0.9)
848
  fog-azure (~> 0.0)
849 850 851 852
  fog-core (~> 1.40)
  fog-google (~> 0.3)
  fog-local (~> 0.3)
  fog-openstack (~> 0.1)
853
  fog-rackspace (~> 0.1.1)
James Lopez committed
854
  font-awesome-rails (~> 4.6.1)
855
  foreman (~> 0.78.0)
Robert Speicher committed
856
  fuubar (~> 2.0.0)
857
  gemnasium-gitlab-service (~> 0.2)
858
  gemojione (~> 3.0)
859
  github-linguist (~> 4.7.0)
860
  github-markup (~> 1.4)
861
  gitlab-flowdock-git-hook (~> 1.0.1)
862
  gitlab_git (~> 10.4.7)
863
  gitlab_meta (= 7.0)
864
  gitlab_omniauth-ldap (~> 1.2.1)
865
  gollum-lib (~> 4.2)
866
  gollum-rugged_adapter (~> 0.4.2)
867
  gon (~> 6.1.0)
868
  grape (~> 0.15.0)
869
  grape-entity (~> 0.4.2)
870
  hamlit (~> 2.6.1)
871
  health_check (~> 2.1.0)
Chulki Lee committed
872
  hipchat (~> 1.5.0)
873
  html-pipeline (~> 1.11.0)
874
  httparty (~> 0.13.3)
875
  influxdb (~> 0.2)
876
  jquery-atwho-rails (~> 1.3.2)
877
  jquery-rails (~> 4.1.0)
878
  jquery-turbolinks (~> 2.1.0)
879
  jquery-ui-rails (~> 5.0.0)
880
  json-schema (~> 2.6.2)
881
  jwt
882
  kaminari (~> 0.17.0)
883
  knapsack (~> 1.11.0)
884
  letter_opener_web (~> 1.3.0)
885
  license_finder (~> 2.1.0)
886
  licensee (~> 8.0.0)
Stan Hu committed
887
  loofah (~> 2.0.3)
888
  mail_room (~> 0.8)
889
  method_source (~> 0.8)
890 891 892 893
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
  mysql2 (~> 0.3.16)
  nested_form (~> 0.3.2)
Valery Sizov committed
894
  net-ssh (~> 3.0.1)
895
  newrelic_rpm (~> 3.16)
896
  nokogiri (~> 1.6.7, >= 1.6.7.2)
897
  oauth2 (~> 1.2.0)
898
  octokit (~> 4.3.0)
899
  omniauth (~> 1.3.1)
900
  omniauth-auth0 (~> 1.4.1)
901
  omniauth-azure-oauth2 (~> 0.0.6)
902
  omniauth-bitbucket (~> 0.0.2)
903
  omniauth-cas3 (~> 1.1.2)
904
  omniauth-facebook (~> 3.0.0)
905 906
  omniauth-github (~> 1.1.1)
  omniauth-gitlab (~> 1.0.0)
907
  omniauth-google-oauth2 (~> 0.4.1)
908
  omniauth-kerberos (~> 0.3.0)
909
  omniauth-saml (~> 1.6.0)
910
  omniauth-shibboleth (~> 1.2.0)
911
  omniauth-twitter (~> 1.2.0)
912
  omniauth_crowd (~> 2.2.0)
913 914 915
  org-ruby (~> 0.9.12)
  paranoia (~> 2.0)
  pg (~> 0.18.2)
916
  poltergeist (~> 1.9.0)
917
  premailer-rails (~> 1.9.0)
918
  pry-rails (~> 0.3.4)
919
  rack-attack (~> 4.3.1)
920
  rack-cors (~> 0.4.0)
921
  rack-oauth2 (~> 1.2.1)
922
  rails (= 4.2.7.1)
923
  rails-deprecated_sanitizer (~> 1.0.3)
924
  rainbow (~> 2.1.0)
925
  rblineprof (~> 0.3.6)
Robert Schilling committed
926
  rdoc (~> 3.6)
927
  recaptcha (~> 3.0)
928
  redcarpet (~> 3.3.3)
929
  redis (~> 3.2)
930
  redis-namespace (~> 1.5.2)
931
  redis-rails (~> 4.0.0)
932
  request_store (~> 1.3.0)
933
  rerun (~> 0.11.0)
Valery Sizov committed
934
  responders (~> 2.0)
935
  rouge (~> 2.0)
936
  rqrcode-rails3 (~> 0.1.7)
937
  rspec-rails (~> 3.5.0)
938
  rspec-retry (~> 0.4.5)
Connor Shea committed
939
  rubocop (~> 0.41.2)
Robert Speicher committed
940
  rubocop-rspec (~> 1.5.0)
Jared Szechy committed
941
  ruby-fogbugz (~> 0.2.1)
942
  ruby-prof (~> 0.15.9)
943
  sanitize (~> 2.0)
944
  sass-rails (~> 5.0.0)
945
  scss_lint (~> 0.47.0)
946 947
  sdoc (~> 0.3.20)
  seed-fu (~> 2.3.5)
948
  select2-rails (~> 3.5.9)
949
  sentry-raven (~> 1.1.0)
950
  settingslogic (~> 2.0.9)
951
  sham_rack (~> 1.3.6)
952
  shoulda-matchers (~> 2.8.0)
953 954
  sidekiq (~> 4.0)
  sidekiq-cron (~> 0.4.0)
955
  simplecov (= 0.12.0)
956 957
  sinatra (~> 1.4.4)
  six (~> 0.2.0)
958
  slack-notifier (~> 1.2.0)
959
  spinach-rails (~> 0.2.1)
Kamil Trzcinski committed
960
  spinach-rerun-reporter (~> 0.0.2)
961
  spring (~> 1.7.0)
962
  spring-commands-rspec (~> 1.0.4)
963
  spring-commands-spinach (~> 1.1.0)
964
  spring-commands-teaspoon (~> 0.0.2)
965
  sprockets (~> 3.6.0)
Jacob Schatz committed
966
  sprockets-es6
967
  state_machines-activerecord (~> 0.4.0)
968
  sys-filesystem (~> 1.1.6)
969
  task_list (~> 1.0.2)
970
  teaspoon (~> 1.1.0)
971
  teaspoon-jasmine (~> 2.2.0)
972
  test_after_commit (~> 0.4.2)
973
  thin (~> 1.7.0)
974
  turbolinks (~> 2.5.0)
975
  u2f (~> 0.2.1)
976
  uglifier (~> 2.7.2)
977
  underscore-rails (~> 1.8.0)
978
  unf (~> 0.1.4)
979
  unicorn (~> 4.9.0)
980
  unicorn-worker-killer (~> 0.4.2)
981
  version_sorter (~> 2.1.0)
982
  virtus (~> 1.0.1)
983
  vmstat (~> 2.1.1)
Valery Sizov committed
984
  web-console (~> 2.0)
985
  webmock (~> 1.21.0)
Valery Sizov committed
986
  wikicloth (= 0.8.1)
connorshea committed
987 988

BUNDLED WITH
989
   1.12.5