BigW Consortium Gitlab

Gemfile.lock 24.5 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.52.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 219
    fog-aws (0.11.0)
      fog-core (~> 1.38)
Stan Hu committed
220 221 222
      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.42.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.6.6)
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 326 327 328 329 330 331
    haml (4.0.7)
      tilt
    haml_lint (0.18.2)
      haml (~> 4.0)
      rake (>= 10, < 12)
      rubocop (>= 0.36.0)
      sysexits (~> 1.1)
332
    hamlit (2.6.1)
connorshea committed
333 334
      temple (~> 0.7.6)
      thor
335
      tilt
336
    hashie (3.4.4)
337 338
    health_check (2.1.0)
      rails (>= 4.0)
339
    hipchat (1.5.2)
340
      httparty
Chulki Lee committed
341
      mimemagic
342 343 344
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
345
    htmlentities (4.3.4)
Valery Sizov committed
346
    httparty (0.13.7)
347
      json (~> 1.8)
Dmitriy Zaporozhets committed
348
      multi_xml (>= 0.5.2)
349
    httpclient (2.8.2)
350
    i18n (0.7.0)
351
    ice_nine (0.11.1)
352 353 354
    influxdb (0.2.3)
      cause
      json
355
    ipaddress (0.8.3)
356
    jquery-atwho-rails (1.3.2)
357 358
    jquery-rails (4.1.1)
      rails-dom-testing (>= 1, < 3)
359
      railties (>= 4.2.0)
360
      thor (>= 0.14, < 2.0)
361
    jquery-turbolinks (2.1.0)
362 363
      railties (>= 3.1.0)
      turbolinks
364
    jquery-ui-rails (5.0.5)
365
      railties (>= 3.2.16)
366
    json (1.8.3)
367 368
    json-schema (2.6.2)
      addressable (~> 2.3.8)
369
    jwt (1.5.4)
370
    kaminari (0.17.0)
371 372
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
Valery Sizov committed
373
    kgio (2.10.0)
Kamil Trzcinski committed
374
    knapsack (1.11.0)
Kamil Trzcinski committed
375 376
      rake
      timecop (>= 0.1.0)
377
    launchy (2.4.3)
Riyad Preukschas committed
378
      addressable (~> 2.3)
379
    letter_opener (1.4.1)
380
      launchy (~> 2.2)
381 382 383 384
    letter_opener_web (1.3.0)
      actionmailer (>= 3.2)
      letter_opener (~> 1.0)
      railties (>= 3.2)
Connor Shea committed
385 386 387 388 389 390
    license_finder (2.1.0)
      bundler
      httparty
      rubyzip
      thor
      xml-simple
391 392
    licensee (8.0.0)
      rugged (>= 0.24b)
393
    listen (3.0.5)
Dmitriy Zaporozhets committed
394 395
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
Valery Sizov committed
396 397
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
398 399
    macaddr (1.7.1)
      systemu (~> 2.6.2)
Robert Speicher committed
400 401
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
402
    mail_room (0.8.0)
403
    method_source (0.8.2)
404
    mime-types (2.99.3)
Chulki Lee committed
405
    mimemagic (0.3.0)
Stan Hu committed
406
    mini_portile2 (2.1.0)
407
    minitest (5.7.0)
408
    mousetrap-rails (1.4.6)
409
    multi_json (1.12.1)
410
    multi_xml (0.5.5)
411
    multipart-post (2.0.0)
412 413
    mysql2 (0.3.20)
    nested_form (0.3.2)
Valery Sizov committed
414 415
    net-ldap (0.12.1)
    net-ssh (3.0.1)
416
    newrelic_rpm (3.16.0.318)
Stan Hu committed
417 418 419
    nokogiri (1.6.8)
      mini_portile2 (~> 2.1.0)
      pkg-config (~> 1.1.7)
420
    numerizer (0.1.1)
Dmitriy Zaporozhets committed
421
    oauth (0.4.7)
422
    oauth2 (1.2.0)
423 424 425 426
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
427
      rack (>= 1.2, < 3)
428 429
    octokit (4.3.0)
      sawyer (~> 0.7.0, >= 0.5.3)
430
    oj (2.17.4)
431
    omniauth (1.3.1)
432
      hashie (>= 1.2, < 4)
433
      rack (>= 1.0, < 3)
434 435
    omniauth-auth0 (1.4.1)
      omniauth-oauth2 (~> 1.1)
436 437 438 439
    omniauth-azure-oauth2 (0.0.6)
      jwt (~> 1.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
Douwe Maan committed
440 441 442 443
    omniauth-bitbucket (0.0.2)
      multi_json (~> 1.7)
      omniauth (~> 1.1)
      omniauth-oauth (~> 1.0)
444 445 446 447
    omniauth-cas3 (1.1.3)
      addressable (~> 2.3)
      nokogiri (~> 1.6.6)
      omniauth (~> 1.2)
448
    omniauth-facebook (4.0.0)
449
      omniauth-oauth2 (~> 1.2)
450
    omniauth-github (1.1.2)
Dmitriy Zaporozhets committed
451 452
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
Valery Sizov committed
453
    omniauth-gitlab (1.0.1)
454 455
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
456
    omniauth-google-oauth2 (0.4.1)
Valery Sizov committed
457 458 459 460 461
      addressable (~> 2.3)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      omniauth (>= 1.1.1)
      omniauth-oauth2 (~> 1.3.1)
462
    omniauth-kerberos (0.3.0)
Valery Sizov committed
463 464
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
465
    omniauth-multipassword (0.4.2)
Valery Sizov committed
466
      omniauth (~> 1.0)
467
    omniauth-oauth (1.1.0)
Dmitriy Zaporozhets committed
468 469
      oauth
      omniauth (~> 1.0)
470 471 472
    omniauth-oauth2 (1.3.1)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
473
    omniauth-saml (1.6.0)
474
      omniauth (~> 1.3)
475
      ruby-saml (~> 1.3)
476
    omniauth-shibboleth (1.2.1)
477
      omniauth (>= 1.0.0)
478 479 480
    omniauth-twitter (1.2.1)
      json (~> 1.3)
      omniauth-oauth (~> 1.1)
Valery Sizov committed
481 482 483 484
    omniauth_crowd (2.2.3)
      activesupport
      nokogiri (>= 1.4.4)
      omniauth (~> 1.0)
Chulki Lee committed
485
    org-ruby (0.9.12)
Robert Schilling committed
486
      rubypants (~> 0.2)
487
    orm_adapter (0.5.0)
Valery Sizov committed
488
    paranoia (2.1.4)
489
      activerecord (~> 4.0)
490
    parser (2.3.1.2)
491
      ast (~> 2.2)
Valery Sizov committed
492
    pg (0.18.4)
Stan Hu committed
493
    pkg-config (1.1.7)
494
    poltergeist (1.9.0)
495 496
      capybara (~> 2.1)
      cliver (~> 0.3.1)
497 498
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
499
    posix-spawn (0.3.11)
500
    powerpack (0.1.1)
501 502 503
    premailer (1.8.6)
      css_parser (>= 1.3.6)
      htmlentities (>= 4.0.0)
504 505
    premailer-rails (1.9.2)
      actionmailer (>= 3, < 6)
506
      premailer (~> 1.7, >= 1.7.9)
Valery Sizov committed
507
    pry (0.10.3)
508 509
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
510
      slop (~> 3.4)
511
    pry-rails (0.3.4)
512
      pry (>= 0.9.10)
Valery Sizov committed
513
    pyu-ruby-sasl (0.0.3.3)
Valery Sizov committed
514
    rack (1.6.4)
Riyad Preukschas committed
515 516
    rack-accept (0.4.5)
      rack (>= 0.4)
517
    rack-attack (4.3.1)
Marin Jankovski committed
518
      rack
519
    rack-cors (0.4.0)
520 521
    rack-mount (0.8.3)
      rack (>= 1.0.0)
522
    rack-oauth2 (1.2.3)
Valery Sizov committed
523 524
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
525
      httpclient (>= 2.4)
Valery Sizov committed
526 527
      multi_json (>= 1.3.6)
      rack (>= 1.1)
528
    rack-protection (1.5.3)
gitlabhq committed
529
      rack
Vinnie Okada committed
530
    rack-test (0.6.3)
gitlabhq committed
531
      rack (>= 1.0)
532 533 534 535 536 537 538 539
    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)
540
      bundler (>= 1.3.0, < 2.0)
541
      railties (= 4.2.7.1)
Valery Sizov committed
542 543 544 545 546 547 548
      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)
549
    rails-html-sanitizer (1.0.3)
Valery Sizov committed
550
      loofah (~> 2.0)
551 552 553
    railties (4.2.7.1)
      actionpack (= 4.2.7.1)
      activesupport (= 4.2.7.1)
gitlabhq committed
554
      rake (>= 0.8.7)
555
      thor (>= 0.18.1, < 2.0)
556
    rainbow (2.1.0)
557
    raindrops (0.15.0)
558
    rake (10.5.0)
Valery Sizov committed
559
    rb-fsevent (0.9.6)
560
    rb-inotify (0.9.5)
561
      ffi (>= 0.5.0)
562 563
    rblineprof (0.3.6)
      debugger-ruby_core_source (~> 1.3)
Dmitriy Zaporozhets committed
564
    rdoc (3.12.2)
565
      json (~> 1.4)
566
    recaptcha (3.0.0)
567
      json
568
    redcarpet (3.3.3)
569
    redis (3.2.2)
Valery Sizov committed
570
    redis-actionpack (4.0.1)
571 572 573
      actionpack (~> 4)
      redis-rack (~> 1.5.0)
      redis-store (~> 1.1.0)
Valery Sizov committed
574 575
    redis-activesupport (4.1.5)
      activesupport (>= 3, < 5)
576
      redis-store (~> 1.1.0)
577
    redis-namespace (1.5.2)
Jacob Vosmaer committed
578
      redis (~> 3.0, >= 3.0.4)
579 580 581 582 583 584
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
585
      redis-store (~> 1.1.0)
Valery Sizov committed
586
    redis-store (1.1.7)
587
      redis (>= 2.2)
588
    request_store (1.3.1)
589 590
    rerun (0.11.0)
      listen (~> 3.0)
591 592
    responders (2.1.1)
      railties (>= 4.2.0, < 5.1)
Paco Guzman committed
593
    rinku (2.0.0)
594
    rotp (2.1.2)
595
    rouge (2.0.6)
596 597
    rqrcode (0.7.0)
      chunky_png
598 599
    rqrcode-rails3 (0.1.7)
      rqrcode (>= 0.4.2)
600 601 602 603 604 605 606
    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)
607
      diff-lcs (>= 1.2.0, < 2.0)
608 609
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
Robert Speicher committed
610
      diff-lcs (>= 1.2.0, < 2.0)
611 612 613 614 615 616 617 618 619
      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
620 621
    rspec-retry (0.4.5)
      rspec-core
622
    rspec-support (3.5.0)
623
    rubocop (0.42.0)
624
      parser (>= 2.3.1.1, < 3.0)
625
      powerpack (~> 0.1)
626
      rainbow (>= 1.99.1, < 3.0)
627
      ruby-progressbar (~> 1.7)
628
      unicode-display_width (~> 1.0, >= 1.0.1)
629 630
    rubocop-rspec (1.7.0)
      rubocop (>= 0.42.0)
Jared Szechy committed
631
    ruby-fogbugz (0.2.1)
632
      crack (~> 0.4)
633
    ruby-prof (0.15.9)
634
    ruby-progressbar (1.8.1)
635
    ruby-saml (1.3.0)
636
      nokogiri (>= 1.5.10)
637
    ruby_parser (3.8.2)
Dmitriy Zaporozhets committed
638
      sexp_processor (~> 4.1)
639
    rubyntlm (0.5.2)
640
    rubypants (0.2.0)
Connor Shea committed
641
    rubyzip (1.2.0)
642
    rufus-scheduler (3.1.10)
643
    rugged (0.24.0)
644
    safe_yaml (1.0.4)
645
    sanitize (2.1.0)
646
      nokogiri (>= 1.4.4)
647
    sass (3.4.22)
Connor Shea committed
648 649
    sass-rails (5.0.5)
      railties (>= 4.0.0, < 6)
650 651 652 653
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
654 655
    sawyer (0.7.0)
      addressable (>= 2.3.5, < 2.5)
Valery Sizov committed
656
      faraday (~> 0.8, < 0.10)
657 658 659
    scss_lint (0.47.1)
      rake (>= 0.9, < 11)
      sass (~> 3.4.15)
660 661 662
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
663 664 665
    seed-fu (2.3.6)
      activerecord (>= 3.1)
      activesupport (>= 3.1)
666
    select2-rails (3.5.9.3)
667
      thor (~> 0.14)
668
    sentry-raven (1.1.0)
Jeroen Nijhof committed
669
      faraday (>= 0.7.6)
670
    settingslogic (2.0.9)
671
    sexp_processor (4.7.0)
Jared Szechy committed
672 673
    sham_rack (1.3.6)
      rack
674
    shoulda-matchers (2.8.0)
675
      activesupport (>= 3.0.0)
676
    sidekiq (4.1.4)
677
      concurrent-ruby (~> 1.0)
678 679
      connection_pool (~> 2.2, >= 2.2.0)
      redis (~> 3.2, >= 3.2.1)
680
      sinatra (>= 1.4.7)
681 682
    sidekiq-cron (0.4.0)
      redis-namespace (>= 1.5.2)
683
      rufus-scheduler (>= 2.0.24)
684
      sidekiq (>= 4.0.0)
685
    simplecov (0.12.0)
686
      docile (~> 1.1.0)
687
      json (>= 1.8, < 3)
688 689
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
690 691
    sinatra (1.4.7)
      rack (~> 1.5)
692
      rack-protection (~> 1.4)
693
      tilt (>= 1.3, < 3)
694
    slack-notifier (1.2.1)
695
    slop (3.6.0)
696 697 698 699
    spinach (0.8.10)
      colorize
      gherkin-ruby (>= 0.3.2)
      json
Dmitriy Zaporozhets committed
700 701
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
Nihad Abbasov committed
702 703
      railties (>= 3)
      spinach (>= 0.4)
Kamil Trzcinski committed
704 705
    spinach-rerun-reporter (0.0.2)
      spinach (~> 0.8)
706
    spring (1.7.2)
Jeroen van Baarsen committed
707
    spring-commands-rspec (1.0.4)
708
      spring (>= 0.9.1)
709
    spring-commands-spinach (1.1.0)
710
      spring (>= 0.9.1)
711 712
    spring-commands-teaspoon (0.0.2)
      spring (>= 0.9.1)
713
    sprockets (3.6.3)
714
      concurrent-ruby (~> 1.0)
715
      rack (> 1, < 3)
Jacob Schatz committed
716 717 718 719
    sprockets-es6 (0.9.0)
      babel-source (>= 5.8.11)
      babel-transpiler
      sprockets (>= 3.0.0)
720
    sprockets-rails (3.1.1)
Robert Speicher committed
721 722 723
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
Pirate Praveen committed
724
    state_machines (0.4.0)
725 726
    state_machines-activemodel (0.4.0)
      activemodel (>= 4.1, < 5.1)
Pirate Praveen committed
727
      state_machines (>= 0.4.0)
728 729
    state_machines-activerecord (0.4.0)
      activerecord (>= 4.1, < 5.1)
Pirate Praveen committed
730
      state_machines-activemodel (>= 0.3.0)
Stefan Tatschner committed
731
    stringex (2.5.2)
732 733
    sys-filesystem (1.1.6)
      ffi
734
    sysexits (1.2.0)
735
    systemu (2.6.5)
Robert Speicher committed
736 737
    task_list (1.0.2)
      html-pipeline
738 739
    teaspoon (1.1.5)
      railties (>= 3.2.5, < 6)
740 741
    teaspoon-jasmine (2.2.0)
      teaspoon (>= 1.0.0)
connorshea committed
742
    temple (0.7.7)
743
    test_after_commit (0.4.2)
744
      activerecord (>= 3.2)
745
    thin (1.7.0)
746
      daemons (~> 1.0, >= 1.0.9)
Valery Sizov committed
747
      eventmachine (~> 1.0, >= 1.0.4)
748
      rack (>= 1, < 3)
749
    thor (0.19.1)
750
    thread_safe (0.3.5)
751
    tilt (2.0.5)
Kamil Trzcinski committed
752
    timecop (0.8.1)
753
    timfel-krb5-auth (0.8.3)
754
    turbolinks (2.5.3)
755
      coffee-rails
Dmitriy Zaporozhets committed
756
    tzinfo (1.2.2)
Marin Jankovski committed
757
      thread_safe (~> 0.1)
758
    u2f (0.2.1)
759
    uglifier (2.7.2)
gitlabhq committed
760
      execjs (>= 0.3.0)
761
      json (>= 1.8.0)
762
    underscore-rails (1.8.3)
763 764
    unf (0.1.4)
      unf_ext
765
    unf_ext (0.0.7.2)
766
    unicode-display_width (1.1.1)
767
    unicorn (4.9.0)
768 769 770
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
Valery Sizov committed
771
    unicorn-worker-killer (0.4.4)
772
      get_process_mem (~> 0)
Valery Sizov committed
773
      unicorn (>= 4, < 6)
774
    uniform_notifier (1.10.0)
775
    uuid (2.3.8)
776
      macaddr (~> 1.0)
777
    version_sorter (2.1.0)
778 779
    virtus (1.0.5)
      axiom-types (~> 0.1)
780
      coercible (~> 1.0)
781 782
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
783
    vmstat (2.2.0)
784
    warden (1.2.6)
gitlabhq committed
785
      rack (>= 1.0)
786
    web-console (2.3.0)
Valery Sizov committed
787 788 789 790
      activemodel (>= 4.0)
      binding_of_caller (>= 0.7.2)
      railties (>= 4.0)
      sprockets-rails (>= 2.0, < 4.0)
791 792
    webmock (1.21.0)
      addressable (>= 2.3.6)
Dmitriy Zaporozhets committed
793
      crack (>= 0.3.2)
Valery Sizov committed
794
    websocket-driver (0.6.3)
795 796
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
Valery Sizov committed
797
    wikicloth (0.8.1)
Robert Schilling committed
798 799
      builder
      expression_parser
Valery Sizov committed
800
      rinku
801
    xml-simple (1.1.5)
802
    xpath (2.0.0)
gitlabhq committed
803 804 805 806 807 808
      nokogiri (~> 1.3)

PLATFORMS
  ruby

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

BUNDLED WITH
998
   1.12.5