BigW Consortium Gitlab

Gemfile.lock 15.5 KB
Newer Older
gitlabhq committed
1
GEM
2
  remote: https://rubygems.org/
gitlabhq committed
3
  specs:
4
    ace-rails-ap (2.0.1)
Marin Jankovski committed
5 6 7
    actionmailer (4.1.1)
      actionpack (= 4.1.1)
      actionview (= 4.1.1)
8
      mail (~> 2.5.4)
Marin Jankovski committed
9 10 11
    actionpack (4.1.1)
      actionview (= 4.1.1)
      activesupport (= 4.1.1)
12 13
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
Marin Jankovski committed
14 15 16 17 18 19 20 21 22 23 24 25
    actionview (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
    activerecord (4.1.1)
      activemodel (= 4.1.1)
      activesupport (= 4.1.1)
      arel (~> 5.0.0)
    activesupport (4.1.1)
Jacob Vosmaer committed
26
      i18n (~> 0.6, >= 0.6.9)
Marin Jankovski committed
27 28
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
29
      thread_safe (~> 0.1)
Marin Jankovski committed
30
      tzinfo (~> 1.1)
31 32
    acts-as-taggable-on (2.4.1)
      rails (>= 3, < 5)
33 34
    addressable (2.3.5)
    annotate (2.6.0)
35 36
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)
Marin Jankovski committed
37
    arel (5.0.1.20140414130214)
38
    asciidoctor (0.1.4)
39
    awesome_print (1.2.0)
40 41 42
    axiom-types (0.0.5)
      descendants_tracker (~> 0.0.1)
      ice_nine (~> 0.9)
43
    bcrypt (3.1.7)
44
    better_errors (1.0.1)
45
      coderay (>= 1.0.0)
Dmitriy Zaporozhets committed
46
      erubis (>= 2.6.6)
47
    binding_of_caller (0.7.2)
48
      debug_inspector (>= 0.0.1)
49
    bootstrap-sass (3.0.3.0)
50
      sass (~> 3.2)
Marin Jankovski committed
51
    builder (3.2.2)
52
    capybara (2.2.1)
gitlabhq committed
53 54 55 56
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
57
      xpath (~> 2.0)
58
    carrierwave (0.9.0)
59 60
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
61 62 63
      json (>= 1.7)
    celluloid (0.15.2)
      timers (~> 1.1.0)
Dmitriy Zaporozhets committed
64
    charlock_holmes (0.6.9.4)
65
    cliver (0.3.2)
66
    code_analyzer (0.4.3)
67
      sexp_processor
68
    coderay (1.1.0)
69
    coercible (1.0.0)
70 71
      descendants_tracker (~> 0.0.1)
    coffee-rails (4.0.1)
gitlabhq committed
72
      coffee-script (>= 2.2.0)
73
      railties (>= 4.0.0, < 5.0)
gitlabhq committed
74 75 76
    coffee-script (2.2.0)
      coffee-script-source
      execjs
77
    coffee-script-source (1.6.3)
78
    colored (1.2)
Nihad Abbasov committed
79
    colorize (0.5.8)
80
    connection_pool (1.2.0)
81
    coveralls (0.7.0)
82 83 84
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
85
      term-ansicolor
86
      thor
87
    crack (0.4.1)
88 89
      safe_yaml (~> 0.9.0)
    d3_rails (3.1.10)
90
      railties (>= 3.1.0)
91
    daemons (1.1.9)
92
    database_cleaner (1.3.0)
93
    debug_inspector (0.0.2)
Dmitriy Zaporozhets committed
94 95
    default_value_for (3.0.0)
      activerecord (>= 3.2.0, < 5.0)
96
    descendants_tracker (0.0.3)
97 98
    devise (3.2.4)
      bcrypt (~> 3.0)
Nihad Abbasov committed
99
      orm_adapter (~> 0.1)
100
      railties (>= 3.2.6, < 5)
101
      thread_safe (~> 0.1)
102
      warden (~> 1.2.3)
103 104
    devise-async (0.9.0)
      devise (~> 3.2)
105
    diff-lcs (1.2.5)
skv-headless committed
106
    diffy (3.0.3)
107 108
    docile (1.1.1)
    dotenv (0.9.0)
109 110
    dropzonejs-rails (0.4.14)
      rails (> 3.1)
111
    email_spec (1.5.0)
Riyad Preukschas committed
112
      launchy (~> 2.1)
113
      mail (~> 2.2)
114 115
    emoji (1.0.1)
      json
116
    enumerize (0.7.0)
Andrew8xx8 committed
117
      activesupport (>= 3.2)
118
    equalizer (0.0.8)
gitlabhq committed
119
    erubis (2.7.0)
120
    escape_utils (0.2.4)
Dmitriy Zaporozhets committed
121
    eventmachine (1.0.3)
122
    excon (0.32.1)
123
    execjs (2.0.2)
124
    factory_girl (4.3.0)
125
      activesupport (>= 3.0.0)
126 127
    factory_girl_rails (4.3.0)
      factory_girl (~> 4.3.0)
128
      railties (>= 3.0.0)
129 130
    faraday (0.8.8)
      multipart-post (~> 1.2.0)
131 132
    faraday_middleware (0.9.0)
      faraday (>= 0.7.4, < 0.9)
133 134
    ffaker (1.22.1)
    ffi (1.9.3)
135 136 137 138 139 140 141 142 143
    fog (1.21.0)
      fog-brightbox
      fog-core (~> 1.21, >= 1.21.1)
      fog-json
      nokogiri (~> 1.5, >= 1.5.11)
    fog-brightbox (0.0.1)
      fog-core
      fog-json
    fog-core (1.21.1)
144
      builder
145
      excon (~> 0.32)
146 147
      formatador (~> 0.2.0)
      mime-types
148
      net-scp (~> 1.1)
149
      net-ssh (>= 2.1.3)
150 151
    fog-json (1.0.0)
      multi_json (~> 1.0)
152
    font-awesome-rails (3.2.1.3)
153
      railties (>= 3.2, < 5.0)
Dmitriy Zaporozhets committed
154 155
    foreman (0.63.0)
      dotenv (>= 0.7)
Dmitriy Zaporozhets committed
156
      thor (>= 0.13.6)
Dmitriy Zaporozhets committed
157
    formatador (0.2.4)
158 159
    gemnasium-gitlab-service (0.2.1)
      rugged (~> 0.19)
160 161
    gherkin-ruby (0.3.1)
      racc
162
    github-markup (1.1.0)
163 164 165
    gitlab-flowdock-git-hook (0.4.2.2)
      gitlab-grit (>= 2.4.1)
      multi_json
Dmitriy Zaporozhets committed
166 167
    gitlab-grack (2.0.0.pre)
      rack (~> 1.5.1)
168
    gitlab-grit (2.6.10)
169
      charlock_holmes (~> 0.6)
170 171
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
172
      posix-spawn (~> 0.3)
173 174 175 176
    gitlab-linguist (3.0.0)
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.4)
      mime-types (~> 1.19)
Marin Jankovski committed
177
    gitlab_emoji (0.0.1.1)
178
      emoji (~> 1.0.1)
Dmitriy Zaporozhets committed
179
    gitlab_git (6.0.1)
180 181 182 183
      activesupport (~> 4.0)
      charlock_holmes (~> 0.6)
      gitlab-grit (~> 2.6)
      gitlab-linguist (~> 3.0)
184
      rugged (~> 0.19.0)
185
    gitlab_meta (7.0)
186
    gitlab_omniauth-ldap (1.0.4)
187
      net-ldap (~> 0.3.1)
188 189 190
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
      rubyntlm (~> 0.1.1)
191 192 193 194 195 196 197
    gollum-lib (3.0.0)
      github-markup (~> 1.1.0)
      gitlab-grit (~> 2.6.5)
      nokogiri (~> 1.6.1)
      rouge (~> 1.3.3)
      sanitize (~> 2.1.0)
      stringex (~> 2.5.1)
Dmitriy Zaporozhets committed
198 199 200
    gon (5.0.1)
      actionpack (>= 2.3.0)
      json
201
    grape (0.6.1)
Riyad Preukschas committed
202
      activesupport
203 204
      builder
      hashie (>= 1.2.0)
Riyad Preukschas committed
205
      multi_json (>= 1.3.2)
206
      multi_xml (>= 0.5.2)
Dmitriy Zaporozhets committed
207
      rack (>= 1.3.0)
Riyad Preukschas committed
208
      rack-accept
209
      rack-mount
210
      virtus (>= 1.0.0)
211 212 213
    grape-entity (0.4.2)
      activesupport
      multi_json (>= 1.3.2)
214
    growl (1.0.3)
215
    guard (2.2.4)
Dmitriy Zaporozhets committed
216
      formatador (>= 0.2.4)
217 218 219 220
      listen (~> 2.1)
      lumberjack (~> 1.0)
      pry (>= 0.9.12)
      thor (>= 0.18.1)
221 222 223
    guard-rspec (4.2.0)
      guard (>= 2.1.1)
      rspec (>= 2.14, < 4.0)
Nihad Abbasov committed
224 225 226
    guard-spinach (0.0.2)
      guard (>= 1.1)
      spinach
Marin Jankovski committed
227
    haml (4.0.5)
228
      tilt
Marin Jankovski committed
229 230 231
    haml-rails (0.5.3)
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
232
      haml (>= 3.1, < 5.0)
Marin Jankovski committed
233
      railties (>= 4.0.1)
234
    hashie (2.0.5)
235
    hike (1.2.3)
236
    hipchat (0.14.0)
237
      httparty
238
      httparty
239
    http_parser.rb (0.5.3)
Dmitriy Zaporozhets committed
240
    httparty (0.13.0)
241
      json (~> 1.8)
Dmitriy Zaporozhets committed
242
      multi_xml (>= 0.5.2)
Riyad Preukschas committed
243
    httpauth (0.2.0)
244
    i18n (0.6.9)
245
    ice_nine (0.10.0)
Marin Jankovski committed
246 247
    jasmine (2.0.2)
      jasmine-core (~> 2.0.0)
248 249 250
      phantomjs
      rack (>= 1.2.1)
      rake
Marin Jankovski committed
251
    jasmine-core (2.0.0)
252
    jquery-atwho-rails (0.3.3)
253 254 255
    jquery-rails (3.1.0)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
256 257
    jquery-scrollto-rails (1.4.3)
      railties (> 3.1, < 5.0)
258
    jquery-turbolinks (2.0.1)
259 260
      railties (>= 3.1.0)
      turbolinks
261 262
    jquery-ui-rails (4.2.1)
      railties (>= 3.2.16)
263
    json (1.8.1)
Dmitriy Zaporozhets committed
264 265
    jwt (0.1.8)
      multi_json (>= 1.5)
Dmitriy Zaporozhets committed
266
    kaminari (0.15.1)
267 268
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
269 270
    kgio (2.8.1)
    launchy (2.4.2)
Riyad Preukschas committed
271
      addressable (~> 2.3)
272
    letter_opener (1.1.2)
273
      launchy (~> 2.2)
274 275 276
    libv8 (3.16.14.3)
    listen (2.3.1)
      celluloid (>= 0.15.2)
Dmitriy Zaporozhets committed
277 278
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
279
    lumberjack (1.0.4)
280
    mail (2.5.4)
gitlabhq committed
281 282
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
283
    method_source (0.8.2)
284
    mime-types (1.25.1)
285
    mini_portile (0.6.0)
Dmitriy Zaporozhets committed
286
    minitest (5.3.5)
287
    multi_json (1.10.1)
288
    multi_xml (0.5.5)
Dmitriy Zaporozhets committed
289
    multipart-post (1.2.0)
Marin Jankovski committed
290
    mysql2 (0.3.16)
291
    net-ldap (0.3.1)
292 293 294
    net-scp (1.1.2)
      net-ssh (>= 2.6.5)
    net-ssh (2.8.0)
295 296
    nokogiri (1.6.2.1)
      mini_portile (= 0.6.0)
297
    nprogress-rails (0.1.2.3)
Dmitriy Zaporozhets committed
298
    oauth (0.4.7)
299
    oauth2 (0.8.1)
Dmitriy Zaporozhets committed
300 301 302 303 304
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
Dmitriy Zaporozhets committed
305 306
    omniauth (1.1.4)
      hashie (>= 1.2, < 3)
Valery Sizov committed
307
      rack
308
    omniauth-github (1.1.1)
Dmitriy Zaporozhets committed
309 310
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
311
    omniauth-google-oauth2 (0.2.1)
Dmitriy Zaporozhets committed
312 313 314 315 316
      omniauth (~> 1.0)
      omniauth-oauth2
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
Riyad Preukschas committed
317
    omniauth-oauth2 (1.1.1)
Dmitriy Zaporozhets committed
318 319
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
320
    omniauth-twitter (1.0.1)
Dmitriy Zaporozhets committed
321 322
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
323 324
    org-ruby (0.9.6)
      rubypants (>= 0.2.0)
325
    orm_adapter (0.5.0)
Dmitriy Zaporozhets committed
326
    pg (0.15.1)
327
    phantomjs (1.9.2.0)
328 329 330
    poltergeist (1.5.1)
      capybara (~> 2.1)
      cliver (~> 0.3.1)
331 332
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
333
    polyglot (0.3.4)
334
    posix-spawn (0.3.8)
335 336
    pry (0.9.12.4)
      coderay (~> 1.0)
Riyad Preukschas committed
337
      method_source (~> 0.8)
338
      slop (~> 3.4)
Valery Sizov committed
339
    pyu-ruby-sasl (0.0.3.3)
Dmitriy Zaporozhets committed
340 341
    quiet_assets (1.0.2)
      railties (>= 3.1, < 5.0)
342 343
    racc (1.4.10)
    rack (1.5.2)
Riyad Preukschas committed
344 345
    rack-accept (0.4.5)
      rack (>= 0.4)
346
    rack-attack (2.3.0)
Marin Jankovski committed
347
      rack
348
    rack-cors (0.2.9)
349
    rack-mini-profiler (0.9.0)
randx committed
350
      rack (>= 1.1.3)
351 352
    rack-mount (0.8.3)
      rack (>= 1.0.0)
353
    rack-protection (1.5.1)
gitlabhq committed
354
      rack
Dmitriy Zaporozhets committed
355
    rack-test (0.6.2)
gitlabhq committed
356
      rack (>= 1.0)
Marin Jankovski committed
357 358 359 360 361 362 363
    rails (4.1.1)
      actionmailer (= 4.1.1)
      actionpack (= 4.1.1)
      actionview (= 4.1.1)
      activemodel (= 4.1.1)
      activerecord (= 4.1.1)
      activesupport (= 4.1.1)
364
      bundler (>= 1.3.0, < 2.0)
Marin Jankovski committed
365 366
      railties (= 4.1.1)
      sprockets-rails (~> 2.0)
367 368
    rails_autolink (1.1.6)
      rails (> 3.1)
369
    rails_best_practices (1.14.4)
370 371
      activesupport
      awesome_print
372
      code_analyzer (>= 0.4.3)
373 374 375
      colored
      erubis
      i18n
376
      require_all
377
      ruby-progressbar
Marin Jankovski committed
378 379 380
    railties (4.1.1)
      actionpack (= 4.1.1)
      activesupport (= 4.1.1)
gitlabhq committed
381
      rake (>= 0.8.7)
382 383
      thor (>= 0.18.1, < 2.0)
    raindrops (0.12.0)
Marin Jankovski committed
384
    rake (10.3.2)
385
    raphael-rails (2.1.2)
Dmitriy Zaporozhets committed
386
    rb-fsevent (0.9.3)
387
    rb-inotify (0.9.2)
388
      ffi (>= 0.5.0)
Dmitriy Zaporozhets committed
389
    rdoc (3.12.2)
390
      json (~> 1.4)
Riyad Preukschas committed
391
    redcarpet (2.2.2)
392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407
    redis (3.0.6)
    redis-actionpack (4.0.0)
      actionpack (~> 4)
      redis-rack (~> 1.5.0)
      redis-store (~> 1.1.0)
    redis-activesupport (4.0.0)
      activesupport (~> 4)
      redis-store (~> 1.1.0)
    redis-namespace (1.4.1)
      redis (~> 3.0.4)
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
408
      redis-store (~> 1.1.0)
409 410
    redis-store (1.1.4)
      redis (>= 2.2)
411
    ref (1.0.5)
412
    request_store (1.0.5)
413
    require_all (1.3.2)
414 415
    rest-client (1.6.7)
      mime-types (>= 1.16)
416
    rouge (1.3.3)
417 418 419 420 421 422
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.7)
    rspec-expectations (2.14.4)
423
      diff-lcs (>= 1.1.3, < 2.0)
424 425
    rspec-mocks (2.14.4)
    rspec-rails (2.14.0)
Dmitriy Zaporozhets committed
426 427 428
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
429 430 431
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
432
    ruby-progressbar (1.2.0)
Valery Sizov committed
433
    rubyntlm (0.1.1)
434
    rubypants (0.2.0)
435
    rugged (0.19.0)
436
    safe_yaml (0.9.7)
437
    sanitize (2.1.0)
438
      nokogiri (>= 1.4.4)
439 440
    sass (3.2.19)
    sass-rails (4.0.3)
441
      railties (>= 4.0.0, < 5.0)
442 443 444
      sass (~> 3.2.0)
      sprockets (~> 2.8, <= 2.11.0)
      sprockets-rails (~> 2.0)
445 446 447
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
Marin Jankovski committed
448 449 450
    seed-fu (2.3.1)
      activerecord (>= 3.1, < 4.2)
      activesupport (>= 3.1, < 4.2)
451
    select2-rails (3.5.2)
452
      thor (~> 0.14)
Job van der Voort committed
453 454
    semantic-ui-sass (0.16.1.0)
      sass (~> 3.2)
455
    settingslogic (2.0.9)
456
    sexp_processor (4.4.0)
457
    shoulda-matchers (2.1.0)
458
      activesupport (>= 3.0.0)
459 460
    sidekiq (2.17.0)
      celluloid (>= 0.15.2)
461 462
      connection_pool (>= 1.0.0)
      json
463
      redis (>= 3.0.4)
464
      redis-namespace (>= 1.3.1)
465
    simple_oauth (0.1.9)
466 467 468 469 470 471
    simplecov (0.8.2)
      docile (~> 1.1.0)
      multi_json
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    sinatra (1.4.4)
472
      rack (~> 1.4)
473 474
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
gitlabhq committed
475
    six (0.2.0)
476
    slack-notifier (0.3.2)
477 478 479 480 481
    slim (2.0.2)
      temple (~> 0.6.6)
      tilt (>= 1.3.3, < 2.1)
    slop (3.4.7)
    spinach (0.8.7)
482
      colorize (= 0.5.8)
483
      gherkin-ruby (>= 0.3.1)
Dmitriy Zaporozhets committed
484 485
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
Nihad Abbasov committed
486 487
      railties (>= 3)
      spinach (>= 0.4)
488 489 490 491 492
    spring (1.1.1)
    spring-commands-rspec (1.0.1)
      spring (>= 0.9.1)
    spring-commands-spinach (1.0.0)
      spring (>= 0.9.1)
493
    sprockets (2.11.0)
gitlabhq committed
494
      hike (~> 1.2)
Dmitriy Zaporozhets committed
495
      multi_json (~> 1.0)
gitlabhq committed
496 497
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
Marin Jankovski committed
498
    sprockets-rails (2.1.3)
499 500 501
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (~> 2.8)
Dmitriy Zaporozhets committed
502
    stamp (0.5.0)
Dmitriy Zaporozhets committed
503
    state_machine (1.2.0)
504
    stringex (2.5.1)
505
    temple (0.6.7)
506 507
    term-ansicolor (1.2.2)
      tins (~> 0.8)
508 509 510
    test_after_commit (0.2.2)
    therubyracer (0.12.0)
      libv8 (~> 3.16.14.0)
511
      ref
512
    thin (1.6.1)
513
      daemons (>= 1.0.9)
514
      eventmachine (>= 1.0.0)
515
      rack (>= 1.0.0)
516
    thor (0.19.1)
Marin Jankovski committed
517
    thread_safe (0.3.4)
518
    tilt (1.4.1)
Dmitriy Zaporozhets committed
519
    timers (1.1.0)
520
    tinder (1.9.3)
521 522 523
      eventmachine (~> 1.0)
      faraday (~> 0.8)
      faraday_middleware (~> 0.9)
524 525
      hashie (>= 1.0, < 3)
      json (~> 1.8.0)
526
      mime-types (~> 1.19)
527
      multi_json (~> 1.7)
528
      twitter-stream (~> 0.1)
529
    tins (0.13.1)
530
    treetop (1.4.15)
gitlabhq committed
531 532
      polyglot
      polyglot (>= 0.3.1)
533
    turbolinks (2.0.0)
534
      coffee-rails
535 536 537 538
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
Dmitriy Zaporozhets committed
539
    tzinfo (1.2.1)
Marin Jankovski committed
540
      thread_safe (~> 0.1)
541
    uglifier (2.3.2)
gitlabhq committed
542
      execjs (>= 0.3.0)
543
      json (>= 1.8.0)
544
    underscore-rails (1.4.4)
545 546 547
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.6)
548 549 550 551
    unicorn (4.6.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
552 553
    unicorn-worker-killer (0.4.2)
      unicorn (~> 4)
Robert Speicher committed
554
    version_sorter (1.1.0)
555
    virtus (1.0.1)
556
      axiom-types (~> 0.0.5)
557
      coercible (~> 1.0)
558
      descendants_tracker (~> 0.0.1)
559
      equalizer (~> 0.0.7)
560
    warden (1.2.3)
gitlabhq committed
561
      rack (>= 1.0)
562
    webmock (1.16.0)
563
      addressable (>= 2.2.7)
Dmitriy Zaporozhets committed
564
      crack (>= 0.3.2)
565
    websocket-driver (0.3.3)
566
    xpath (2.0.0)
gitlabhq committed
567 568 569 570 571 572
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
573
  ace-rails-ap
Dmitriy Zaporozhets committed
574
  acts-as-taggable-on
575
  annotate (~> 2.6.0.beta2)
Manuel Mendez committed
576
  asciidoctor
gitlabhq committed
577
  awesome_print
578 579
  better_errors
  binding_of_caller
580
  bootstrap-sass (~> 3.0)
581
  capybara (~> 2.2.1)
582
  carrierwave
Dmitriy Zaporozhets committed
583
  coffee-rails
584
  colored
585
  coveralls
586
  d3_rails (~> 3.1.4)
587
  database_cleaner
Dmitriy Zaporozhets committed
588
  default_value_for (~> 3.0.0)
589 590
  devise (= 3.2.4)
  devise-async (= 0.9.0)
skv-headless committed
591
  diffy (~> 3.0.3)
592
  dropzonejs-rails
593
  email_spec
Andrew8xx8 committed
594
  enumerize
595
  factory_girl_rails
Nihad Abbasov committed
596
  ffaker
597
  fog (~> 1.14)
598
  font-awesome-rails (~> 3.2)
Dmitriy Zaporozhets committed
599
  foreman
600
  gemnasium-gitlab-service (~> 0.2)
601
  github-markup
602
  gitlab-flowdock-git-hook (~> 0.4.2)
Dmitriy Zaporozhets committed
603
  gitlab-grack (~> 2.0.0.pre)
604
  gitlab-linguist (~> 3.0.0)
Marin Jankovski committed
605
  gitlab_emoji (~> 0.0.1.1)
606
  gitlab_git (~> 6.0)
607
  gitlab_meta (= 7.0)
608
  gitlab_omniauth-ldap (= 1.0.4)
609
  gollum-lib (~> 3.0.0)
Dmitriy Zaporozhets committed
610
  gon (~> 5.0.0)
611
  grape (~> 0.6.1)
612
  grape-entity (~> 0.4.2)
613
  growl
randx committed
614
  guard-rspec
Nihad Abbasov committed
615
  guard-spinach
616
  haml-rails
617
  hipchat (~> 0.14.0)
618
  httparty
Marin Jankovski committed
619
  jasmine (= 2.0.2)
620
  jquery-atwho-rails (~> 0.3.3)
621
  jquery-rails
622
  jquery-scrollto-rails
623
  jquery-turbolinks
624
  jquery-ui-rails
Dmitriy Zaporozhets committed
625
  kaminari (~> 0.15.1)
gitlabhq committed
626
  launchy
Nihad Abbasov committed
627
  letter_opener
Marin Jankovski committed
628
  minitest (~> 5.3.0)
629
  mysql2
630
  nprogress-rails
631
  omniauth (~> 1.1.3)
Dmitriy Zaporozhets committed
632 633 634
  omniauth-github
  omniauth-google-oauth2
  omniauth-twitter
635
  org-ruby
Andrey Kumanyaev committed
636
  pg
637
  poltergeist (~> 1.5.1)
Saito committed
638
  pry
Riyad Preukschas committed
639
  quiet_assets (~> 1.0.1)
Marin Jankovski committed
640
  rack-attack
641
  rack-cors
randx committed
642
  rack-mini-profiler
Marin Jankovski committed
643
  rails (~> 4.1.0)
644
  rails_autolink (~> 1.1)
645
  rails_best_practices
646
  raphael-rails (~> 2.1.2)
647 648
  rb-fsevent
  rb-inotify
Riyad Preukschas committed
649
  redcarpet (~> 2.2.2)
650
  redis-rails
651
  request_store
652
  rspec-rails
653
  sanitize (~> 2.0)
654
  sass-rails (~> 4.0.2)
655
  sdoc
656
  seed-fu
657
  select2-rails
Job van der Voort committed
658
  semantic-ui-sass (~> 0.16.1.0)
659
  settingslogic
660
  shoulda-matchers (~> 2.1.0)
661
  sidekiq (= 2.17.0)
gitlabhq committed
662
  simplecov
Dmitriy Zaporozhets committed
663
  sinatra
gitlabhq committed
664
  six
zzjin committed
665
  slack-notifier (~> 0.3.2)
Dmitriy Zaporozhets committed
666
  slim
667
  spinach-rails
668 669 670
  spring (= 1.1.1)
  spring-commands-rspec (= 1.0.1)
  spring-commands-spinach (= 1.0.0)
gitlabhq committed
671
  stamp
Andrew8xx8 committed
672
  state_machine
673
  test_after_commit
gitlabhq committed
674
  therubyracer
675
  thin
676
  tinder (~> 1.9.2)
677
  turbolinks
Dmitriy Zaporozhets committed
678
  uglifier
679
  underscore-rails (~> 1.4.4)
680
  unf
681
  unicorn (~> 4.6.3)
682
  unicorn-worker-killer
Robert Speicher committed
683
  version_sorter
zzjin committed
684
  webmock