BigW Consortium Gitlab

Gemfile.lock 15.3 KB
Newer Older
1 2 3 4 5 6 7
GIT
  remote: https://github.com/gitlabhq/markup.git
  revision: 61ade389c1e1c159359338f570d18464a44ddbc4
  ref: 61ade389c1e1c159359338f570d18464a44ddbc4
  specs:
    github-markup (0.7.6)

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

PLATFORMS
  ruby

DEPENDENCIES
558
  ace-rails-ap
559 560
  actionpack-action_caching
  actionpack-page_caching
Dmitriy Zaporozhets committed
561
  acts-as-taggable-on
562
  annotate (~> 2.6.0.beta2)
Manuel Mendez committed
563
  asciidoctor
gitlabhq committed
564
  awesome_print
565 566
  better_errors
  binding_of_caller
567
  bootstrap-sass (~> 3.0)
568
  capybara
569
  carrierwave
Dmitriy Zaporozhets committed
570
  coffee-rails
571
  colored
572
  coveralls
573
  d3_rails (~> 3.1.4)
574
  database_cleaner
Dmitriy Zaporozhets committed
575
  default_value_for (~> 3.0.0)
576 577
  devise (= 3.0.4)
  devise-async (= 0.8.0)
578
  email_spec
579
  email_validator (~> 1.4.0)
Andrew8xx8 committed
580
  enumerize
581
  factory_girl_rails
Nihad Abbasov committed
582
  ffaker
583
  fog (~> 1.3.1)
584
  font-awesome-rails (~> 3.2)
Dmitriy Zaporozhets committed
585
  foreman
586
  gemnasium-gitlab-service (~> 0.2)
587
  gemoji (~> 1.3.0)
588
  github-markup (~> 0.7.4)!
589
  gitlab-flowdock-git-hook (~> 0.4.2)
590
  gitlab-gollum-lib (~> 1.1.0)
Dmitriy Zaporozhets committed
591
  gitlab-grack (~> 2.0.0.pre)
592
  gitlab-linguist (~> 3.0.0)
593
  gitlab_git (~> 5.6.0)
594
  gitlab_meta (= 6.0)
595
  gitlab_omniauth-ldap (= 1.0.4)
Dmitriy Zaporozhets committed
596
  gon (~> 5.0.0)
597
  grape (~> 0.6.1)
598
  grape-entity (~> 0.3.0)
599
  growl
randx committed
600
  guard-rspec
Nihad Abbasov committed
601
  guard-spinach
602
  haml-rails
603
  hipchat (~> 0.14.0)
604
  httparty
605
  jasmine (= 2.0.0.rc5)
606
  jquery-atwho-rails (~> 0.3.3)
Riyad Preukschas committed
607
  jquery-rails (= 2.1.3)
608
  jquery-turbolinks
Riyad Preukschas committed
609
  jquery-ui-rails (= 2.0.2)
Dmitriy Zaporozhets committed
610
  kaminari (~> 0.15.1)
gitlabhq committed
611
  launchy
Nihad Abbasov committed
612
  letter_opener
613
  minitest (~> 4.7.0)
Riyad Preukschas committed
614
  modernizr (= 2.6.2)
615
  mysql2
616
  omniauth (~> 1.1.3)
Dmitriy Zaporozhets committed
617 618 619
  omniauth-github
  omniauth-google-oauth2
  omniauth-twitter
Andrey Kumanyaev committed
620
  pg
621
  poltergeist (~> 1.4.1)
622
  protected_attributes
Saito committed
623
  pry
Riyad Preukschas committed
624
  quiet_assets (~> 1.0.1)
Marin Jankovski committed
625
  rack-attack
626
  rack-cors
randx committed
627
  rack-mini-profiler
628 629
  rails (~> 4.0.0)
  rails-observers
630
  rails_best_practices
631
  raphael-rails (~> 2.1.2)
632 633
  rb-fsevent
  rb-inotify
Riyad Preukschas committed
634
  redcarpet (~> 2.2.2)
635
  redis-rails
636
  rspec-rails
637
  sanitize
Dmitriy Zaporozhets committed
638
  sass-rails
639
  sdoc
640
  seed-fu
641
  select2-rails
642
  settingslogic
643
  shoulda-matchers (~> 2.1.0)
644
  sidekiq
gitlabhq committed
645
  simplecov
Dmitriy Zaporozhets committed
646
  sinatra
gitlabhq committed
647
  six
Dmitriy Zaporozhets committed
648
  slim
649
  spinach-rails
Andrew8xx8 committed
650
  spork (~> 1.0rc)
651 652 653
  spring (= 1.1.1)
  spring-commands-rspec (= 1.0.1)
  spring-commands-spinach (= 1.0.0)
gitlabhq committed
654
  stamp
Andrew8xx8 committed
655
  state_machine
656
  test_after_commit
gitlabhq committed
657
  therubyracer
658
  thin
659
  tinder (~> 1.9.2)
660
  turbolinks
Dmitriy Zaporozhets committed
661
  uglifier
662
  underscore-rails (~> 1.4.4)
663
  unicorn (~> 4.6.3)
664
  unicorn-worker-killer
665
  webmock