BigW Consortium Gitlab

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

PLATFORMS
  ruby

DEPENDENCIES
883
  RedCloth (~> 4.2.9)
Alfredo Sumaran committed
884
  ace-rails-ap (~> 4.0.2)
885
  activerecord-session_store (~> 0.1.0)
886
  acts-as-taggable-on (~> 3.4)
887
  addressable (~> 2.3.8)
888
  after_commit_queue
889
  akismet (~> 2.0)
890
  allocations (~> 1.0)
891
  asana (~> 0.4.0)
892
  asciidoctor (~> 1.5.2)
893 894
  attr_encrypted (~> 1.3.4)
  awesome_print (~> 1.2.0)
895
  babosa (~> 1.0.2)
896
  benchmark-ips
897 898
  better_errors (~> 1.0.1)
  binding_of_caller (~> 0.7.2)
899
  bootstrap-sass (~> 3.3.0)
900
  brakeman (~> 3.2.0)
901
  browser (~> 1.0.0)
902
  bullet
903
  bundler-audit
Douwe Maan committed
904
  byebug
905
  cal-heatmap-rails (~> 3.6.0)
Stan Hu committed
906
  capybara (~> 2.6.2)
907
  capybara-screenshot (~> 1.0.0)
908
  carrierwave (~> 0.10.0)
909
  charlock_holmes (~> 0.7.3)
910
  coffee-rails (~> 4.1.0)
911
  colorize (~> 0.7.0)
912
  connection_pool (~> 2.0)
913
  coveralls (~> 0.8.2)
914
  creole (~> 0.5.0)
915
  d3_rails (~> 3.5.0)
916
  database_cleaner (~> 1.4.0)
Dmitriy Zaporozhets committed
917
  default_value_for (~> 3.0.0)
918
  devise (~> 3.5.4)
919
  devise-async (~> 0.9.0)
920
  devise-two-factor (~> 2.0.0)
skv-headless committed
921
  diffy (~> 3.0.3)
922
  doorkeeper (~> 3.1)
923 924
  dropzonejs-rails (~> 0.7.1)
  email_reply_parser (~> 0.5.8)
925
  email_spec (~> 1.6.0)
926
  factory_girl_rails (~> 4.6.0)
Robert Speicher committed
927
  ffaker (~> 2.0.0)
928
  flay
929
  flog
Stan Hu committed
930
  fog (~> 1.36.0)
931
  font-awesome-rails (~> 4.2)
Dmitriy Zaporozhets committed
932
  foreman
Robert Speicher committed
933
  fuubar (~> 2.0.0)
934
  gemnasium-gitlab-service (~> 0.2)
935
  github-linguist (~> 4.7.0)
936
  github-markup (~> 1.3.1)
937
  gitlab-flowdock-git-hook (~> 1.0.1)
938
  gitlab_emoji (~> 0.3.0)
939
  gitlab_git (~> 10.0)
940
  gitlab_meta (= 7.0)
941
  gitlab_omniauth-ldap (~> 1.2.1)
942
  gollum-lib (~> 4.1.0)
943
  gollum-rugged_adapter (~> 0.4.2)
Robert Speicher committed
944
  gon (~> 6.0.1)
945
  grape (~> 0.13.0)
946
  grape-entity (~> 0.4.2)
947
  haml-rails (~> 0.9.0)
948
  health_check (~> 1.5.1)
Chulki Lee committed
949
  hipchat (~> 1.5.0)
950
  html-pipeline (~> 1.11.0)
951
  httparty (~> 0.13.3)
952
  influxdb (~> 0.2)
953
  jquery-atwho-rails (~> 1.3.2)
954
  jquery-rails (~> 4.1.0)
955
  jquery-turbolinks (~> 2.1.0)
956
  jquery-ui-rails (~> 5.0.0)
957
  kaminari (~> 0.16.3)
958
  letter_opener_web (~> 1.3.0)
959
  licensee (~> 8.0.0)
Stan Hu committed
960
  loofah (~> 2.0.3)
961
  mail_room (~> 0.7)
962
  method_source (~> 0.8)
963 964 965 966
  minitest (~> 5.7.0)
  mousetrap-rails (~> 1.4.6)
  mysql2 (~> 0.3.16)
  nested_form (~> 0.3.2)
Valery Sizov committed
967
  net-ssh (~> 3.0.1)
968
  newrelic_rpm (~> 3.14)
969
  nokogiri (~> 1.6.7, >= 1.6.7.2)
970
  oauth2 (~> 1.0.0)
971
  octokit (~> 4.3.0)
972
  omniauth (~> 1.3.1)
973
  omniauth-auth0 (~> 1.4.1)
974
  omniauth-azure-oauth2 (~> 0.0.6)
975
  omniauth-bitbucket (~> 0.0.2)
976
  omniauth-cas3 (~> 1.1.2)
977
  omniauth-facebook (~> 3.0.0)
978 979
  omniauth-github (~> 1.1.1)
  omniauth-gitlab (~> 1.0.0)
980
  omniauth-google-oauth2 (~> 0.2.0)
981
  omniauth-kerberos (~> 0.3.0)
982
  omniauth-saml (~> 1.5.0)
983
  omniauth-shibboleth (~> 1.2.0)
984
  omniauth-twitter (~> 1.2.0)
985
  omniauth_crowd (~> 2.2.0)
986 987 988
  org-ruby (~> 0.9.12)
  paranoia (~> 2.0)
  pg (~> 0.18.2)
989
  poltergeist (~> 1.9.0)
990
  premailer-rails (~> 1.9.0)
991
  pry-rails
992
  quiet_assets (~> 1.0.2)
993
  rack-attack (~> 4.3.1)
994
  rack-cors (~> 0.4.0)
995
  rack-oauth2 (~> 1.2.1)
Robert Speicher committed
996
  rails (= 4.2.6)
997
  rails-deprecated_sanitizer (~> 1.0.3)
998
  raphael-rails (~> 2.1.2)
999
  rblineprof
Robert Schilling committed
1000
  rdoc (~> 3.6)
1001
  recaptcha
1002
  redcarpet (~> 3.3.3)
1003
  redis (~> 3.2)
1004
  redis-namespace
1005
  redis-rails (~> 4.0.0)
1006
  request_store (~> 1.3.0)
1007
  rerun (~> 0.11.0)
Valery Sizov committed
1008
  responders (~> 2.0)
1009
  rouge (~> 1.10.1)
1010
  rqrcode-rails3 (~> 0.1.7)
1011
  rspec-rails (~> 3.4.0)
Kamil Trzcinski committed
1012
  rspec-retry
1013
  rubocop (~> 0.38.0)
Jared Szechy committed
1014
  ruby-fogbugz (~> 0.2.1)
1015
  sanitize (~> 2.0)
1016
  sass-rails (~> 5.0.0)
1017
  scss_lint (~> 0.47.0)
1018 1019
  sdoc (~> 0.3.20)
  seed-fu (~> 2.3.5)
1020
  select2-rails (~> 3.5.9)
1021
  sentry-raven (~> 0.15)
1022
  settingslogic (~> 2.0.9)
Jared Szechy committed
1023
  sham_rack
1024
  shoulda-matchers (~> 2.8.0)
1025 1026
  sidekiq (~> 4.0)
  sidekiq-cron (~> 0.4.0)
1027
  simplecov (~> 0.11.0)
1028 1029
  sinatra (~> 1.4.4)
  six (~> 0.2.0)
1030
  slack-notifier (~> 1.2.0)
1031
  spinach-rails (~> 0.2.1)
Kamil Trzcinski committed
1032
  spinach-rerun-reporter (~> 0.0.2)
1033
  spring (~> 1.7.0)
1034
  spring-commands-rspec (~> 1.0.4)
1035
  spring-commands-spinach (~> 1.1.0)
1036
  spring-commands-teaspoon (~> 0.0.2)
1037
  sprockets (~> 3.6.0)
Pirate Praveen committed
1038
  state_machines-activerecord (~> 0.3.0)
1039
  task_list (~> 1.0.2)
1040
  teaspoon (~> 1.1.0)
1041
  teaspoon-jasmine (~> 2.2.0)
1042
  test_after_commit (~> 0.4.2)
1043
  thin (~> 1.6.1)
1044
  tinder (~> 1.10.0)
1045
  turbolinks (~> 2.5.0)
1046
  uglifier (~> 2.7.2)
1047
  underscore-rails (~> 1.8.0)
1048
  unf (~> 0.1.4)
1049
  unicorn (~> 4.9.0)
1050 1051 1052
  unicorn-worker-killer (~> 0.4.2)
  version_sorter (~> 2.0.0)
  virtus (~> 1.0.1)
Valery Sizov committed
1053
  web-console (~> 2.0)
1054
  webmock (~> 1.21.0)
Valery Sizov committed
1055
  wikicloth (= 0.8.1)
connorshea committed
1056 1057

BUNDLED WITH
1058
   1.12.3