BigW Consortium Gitlab

Gemfile.lock 18.5 KB
Newer Older
gitlabhq committed
1
GEM
2
  remote: https://rubygems.org/
gitlabhq committed
3
  specs:
Robert Schilling committed
4
    RedCloth (4.2.9)
5
    ace-rails-ap (2.0.1)
Vinnie Okada committed
6 7 8 9 10 11 12
    actionmailer (4.1.9)
      actionpack (= 4.1.9)
      actionview (= 4.1.9)
      mail (~> 2.5, >= 2.5.4)
    actionpack (4.1.9)
      actionview (= 4.1.9)
      activesupport (= 4.1.9)
13 14
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
Vinnie Okada committed
15 16
    actionview (4.1.9)
      activesupport (= 4.1.9)
Marin Jankovski committed
17 18
      builder (~> 3.1)
      erubis (~> 2.7.0)
Vinnie Okada committed
19 20
    activemodel (4.1.9)
      activesupport (= 4.1.9)
Marin Jankovski committed
21
      builder (~> 3.1)
Vinnie Okada committed
22 23 24
    activerecord (4.1.9)
      activemodel (= 4.1.9)
      activesupport (= 4.1.9)
Marin Jankovski committed
25
      arel (~> 5.0.0)
Jeremy committed
26 27 28 29
    activeresource (4.0.0)
      activemodel (~> 4.0)
      activesupport (~> 4.0)
      rails-observers (~> 0.1.1)
Vinnie Okada committed
30
    activesupport (4.1.9)
Jacob Vosmaer committed
31
      i18n (~> 0.6, >= 0.6.9)
Marin Jankovski committed
32 33
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
34
      thread_safe (~> 0.1)
Marin Jankovski committed
35
      tzinfo (~> 1.1)
36 37
    acts-as-taggable-on (3.5.0)
      activerecord (>= 3.2, < 5)
38 39
    addressable (2.3.5)
    annotate (2.6.0)
40 41
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)
Marin Jankovski committed
42
    arel (5.0.1.20140414130214)
Jeremy committed
43 44
    asana (0.0.6)
      activeresource (>= 3.2.3)
45
    asciidoctor (0.1.4)
46 47 48
    ast (2.0.0)
    astrolabe (1.3.0)
      parser (>= 2.2.0.pre.3, < 3.0)
Valery Sizov committed
49
    attr_required (1.0.0)
50 51 52
    autoprefixer-rails (5.1.6)
      execjs
      json
53
    awesome_print (1.2.0)
54 55 56
    axiom-types (0.0.5)
      descendants_tracker (~> 0.0.1)
      ice_nine (~> 0.9)
57
    bcrypt (3.1.7)
58
    better_errors (1.0.1)
59
      coderay (>= 1.0.0)
Dmitriy Zaporozhets committed
60
      erubis (>= 2.6.6)
61
    binding_of_caller (0.7.2)
62
      debug_inspector (>= 0.0.1)
63 64 65
    bootstrap-sass (3.3.3)
      autoprefixer-rails (>= 5.0.0.1)
      sass (>= 3.2.19)
Dmitriy Zaporozhets committed
66 67 68 69 70 71 72 73 74 75
    brakeman (3.0.1)
      erubis (~> 2.6)
      fastercsv (~> 1.5)
      haml (>= 3.0, < 5.0)
      highline (~> 1.6.20)
      multi_json (~> 1.2)
      ruby2ruby (~> 2.1.1)
      ruby_parser (~> 3.5.0)
      sass (~> 3.0)
      terminal-table (~> 1.4)
76
    browser (0.7.2)
Marin Jankovski committed
77
    builder (3.2.2)
Douwe Maan committed
78 79 80
    byebug (3.2.0)
      columnize (~> 0.8)
      debugger-linecache (~> 1.2)
81
    cal-heatmap-rails (0.0.1)
82
    capybara (2.2.1)
gitlabhq committed
83 84 85 86
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
87
      xpath (~> 2.0)
88
    carrierwave (0.9.0)
89 90
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
91
      json (>= 1.7)
Vinnie Okada committed
92 93
    celluloid (0.16.0)
      timers (~> 4.0.0)
94
    charlock_holmes (0.6.9.4)
95
    cliver (0.3.2)
96
    coderay (1.1.0)
97
    coercible (1.0.0)
98 99
      descendants_tracker (~> 0.0.1)
    coffee-rails (4.0.1)
gitlabhq committed
100
      coffee-script (>= 2.2.0)
101
      railties (>= 4.0.0, < 5.0)
gitlabhq committed
102 103 104
    coffee-script (2.2.0)
      coffee-script-source
      execjs
105
    coffee-script-source (1.6.3)
106
    colored (1.2)
Nihad Abbasov committed
107
    colorize (0.5.8)
Douwe Maan committed
108
    columnize (0.9.0)
Jacob Vosmaer committed
109
    connection_pool (2.1.0)
110
    coveralls (0.7.0)
111 112 113
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
114
      term-ansicolor
115
      thor
116
    crack (0.4.1)
117
      safe_yaml (~> 0.9.0)
Robert Schilling committed
118
    creole (0.3.8)
119
    d3_rails (3.1.10)
120
      railties (>= 3.1.0)
121
    daemons (1.1.9)
122
    database_cleaner (1.3.0)
123
    debug_inspector (0.0.2)
Douwe Maan committed
124
    debugger-linecache (1.2.0)
Dmitriy Zaporozhets committed
125 126
    default_value_for (3.0.0)
      activerecord (>= 3.2.0, < 5.0)
127
    descendants_tracker (0.0.3)
128 129
    devise (3.2.4)
      bcrypt (~> 3.0)
Nihad Abbasov committed
130
      orm_adapter (~> 0.1)
131
      railties (>= 3.2.6, < 5)
132
      thread_safe (~> 0.1)
133
      warden (~> 1.2.3)
134 135
    devise-async (0.9.0)
      devise (~> 3.2)
136
    diff-lcs (1.2.5)
skv-headless committed
137
    diffy (3.0.3)
DJ Mountney committed
138
    docile (1.1.5)
139 140
    doorkeeper (2.1.3)
      railties (>= 3.2)
141
    dotenv (0.9.0)
142 143
    dropzonejs-rails (0.4.14)
      rails (> 3.1)
144
    email_spec (1.5.0)
Riyad Preukschas committed
145
      launchy (~> 2.1)
146
      mail (~> 2.2)
147
    enumerize (0.7.0)
Andrew8xx8 committed
148
      activesupport (>= 3.2)
149
    equalizer (0.0.8)
gitlabhq committed
150
    erubis (2.7.0)
151
    escape_utils (0.2.4)
Chulki Lee committed
152
    eventmachine (1.0.4)
153
    excon (0.32.1)
154
    execjs (2.0.2)
Robert Schilling committed
155
    expression_parser (0.9.0)
156
    factory_girl (4.3.0)
157
      activesupport (>= 3.0.0)
158 159
    factory_girl_rails (4.3.0)
      factory_girl (~> 4.3.0)
160
      railties (>= 3.0.0)
161
    faraday (0.8.9)
162
      multipart-post (~> 1.2.0)
163 164
    faraday_middleware (0.9.0)
      faraday (>= 0.7.4, < 0.9)
Dmitriy Zaporozhets committed
165
    fastercsv (1.5.5)
166 167
    ffaker (1.22.1)
    ffi (1.9.3)
168 169 170 171 172 173 174 175 176
    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)
177
      builder
178
      excon (~> 0.32)
179 180
      formatador (~> 0.2.0)
      mime-types
181
      net-scp (~> 1.1)
182
      net-ssh (>= 2.1.3)
183 184
    fog-json (1.0.0)
      multi_json (~> 1.0)
185
    font-awesome-rails (4.2.0.0)
186
      railties (>= 3.2, < 5.0)
Dmitriy Zaporozhets committed
187 188
    foreman (0.63.0)
      dotenv (>= 0.7)
Dmitriy Zaporozhets committed
189
      thor (>= 0.13.6)
Dmitriy Zaporozhets committed
190
    formatador (0.2.4)
191
    gemnasium-gitlab-service (0.2.4)
192
      rugged (~> 0.21)
193 194
    gemojione (2.0.0)
      json
195 196
    gherkin-ruby (0.3.1)
      racc
Stefan Tatschner committed
197 198
    github-markup (1.3.1)
      posix-spawn (~> 0.3.8)
199 200 201
    gitlab-flowdock-git-hook (0.4.2.2)
      gitlab-grit (>= 2.4.1)
      multi_json
Douwe Maan committed
202
    gitlab-grack (2.0.0)
Dmitriy Zaporozhets committed
203
      rack (~> 1.5.1)
Stefan Tatschner committed
204
    gitlab-grit (2.7.2)
205
      charlock_holmes (~> 0.6)
206 207
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
208
      posix-spawn (~> 0.3)
Valery Sizov committed
209
    gitlab-linguist (3.0.1)
210 211 212
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.4)
      mime-types (~> 1.19)
213 214
    gitlab_emoji (0.1.0)
      gemojione (~> 2.0)
215
    gitlab_git (7.1.3)
216 217 218
      activesupport (~> 4.0)
      charlock_holmes (~> 0.6)
      gitlab-linguist (~> 3.0)
219
      rugged (~> 0.21.2)
220
    gitlab_meta (7.0)
Douwe Maan committed
221
    gitlab_omniauth-ldap (1.2.1)
222
      net-ldap (~> 0.9)
223 224
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
225
      rubyntlm (~> 0.3)
Valery Sizov committed
226 227 228
    gollum-grit_adapter (0.1.3)
      gitlab-grit (~> 2.7, >= 2.7.1)
    gollum-lib (4.0.2)
Stefan Tatschner committed
229
      github-markup (~> 1.3.1)
Valery Sizov committed
230
      gollum-grit_adapter (~> 0.1, >= 0.1.1)
Stefan Tatschner committed
231 232
      nokogiri (~> 1.6.4)
      rouge (~> 1.7.4)
233 234
      sanitize (~> 2.1.0)
      stringex (~> 2.5.1)
Dmitriy Zaporozhets committed
235 236 237
    gon (5.0.1)
      actionpack (>= 2.3.0)
      json
238
    grape (0.6.1)
Riyad Preukschas committed
239
      activesupport
240 241
      builder
      hashie (>= 1.2.0)
Riyad Preukschas committed
242
      multi_json (>= 1.3.2)
243
      multi_xml (>= 0.5.2)
Dmitriy Zaporozhets committed
244
      rack (>= 1.3.0)
Riyad Preukschas committed
245
      rack-accept
246
      rack-mount
247
      virtus (>= 1.0.0)
248 249 250
    grape-entity (0.4.2)
      activesupport
      multi_json (>= 1.3.2)
251
    growl (1.0.3)
252
    guard (2.2.4)
Dmitriy Zaporozhets committed
253
      formatador (>= 0.2.4)
254 255 256 257
      listen (~> 2.1)
      lumberjack (~> 1.0)
      pry (>= 0.9.12)
      thor (>= 0.18.1)
258 259 260
    guard-rspec (4.2.0)
      guard (>= 2.1.1)
      rspec (>= 2.14, < 4.0)
Nihad Abbasov committed
261 262 263
    guard-spinach (0.0.2)
      guard (>= 1.1)
      spinach
Marin Jankovski committed
264
    haml (4.0.5)
265
      tilt
Marin Jankovski committed
266 267 268
    haml-rails (0.5.3)
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
269
      haml (>= 3.1, < 5.0)
Marin Jankovski committed
270
      railties (>= 4.0.1)
271
    hashie (2.1.2)
Dmitriy Zaporozhets committed
272
    highline (1.6.21)
273
    hike (1.2.3)
274
    hipchat (1.4.0)
275
      httparty
Vinnie Okada committed
276
    hitimes (1.2.2)
277 278 279
    html-pipeline (1.11.0)
      activesupport (>= 2)
      nokogiri (~> 1.4)
280
    html-pipeline-gitlab (0.2.0)
281
      actionpack (~> 4)
282
      gitlab_emoji (~> 0.1)
283
      html-pipeline (~> 1.11.0)
284
      mime-types
285
      sanitize (~> 2.1)
286
    http_parser.rb (0.5.3)
Dmitriy Zaporozhets committed
287
    httparty (0.13.0)
288
      json (~> 1.8)
Dmitriy Zaporozhets committed
289
      multi_xml (>= 0.5.2)
290
    httpauth (0.2.1)
Valery Sizov committed
291
    httpclient (2.5.3.3)
292
    i18n (0.7.0)
Vinnie Okada committed
293
    ice_cube (0.11.1)
294
    ice_nine (0.10.0)
Marin Jankovski committed
295 296
    jasmine (2.0.2)
      jasmine-core (~> 2.0.0)
297 298 299
      phantomjs
      rack (>= 1.2.1)
      rake
Marin Jankovski committed
300
    jasmine-core (2.0.0)
301
    jquery-atwho-rails (0.3.3)
302 303 304
    jquery-rails (3.1.0)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
305 306
    jquery-scrollto-rails (1.4.3)
      railties (> 3.1, < 5.0)
307
    jquery-turbolinks (2.0.1)
308 309
      railties (>= 3.1.0)
      turbolinks
310 311
    jquery-ui-rails (4.2.1)
      railties (>= 3.2.16)
312
    json (1.8.2)
313
    jwt (0.1.13)
Dmitriy Zaporozhets committed
314
      multi_json (>= 1.5)
Dmitriy Zaporozhets committed
315
    kaminari (0.15.1)
316 317
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
Chulki Lee committed
318
    kgio (2.9.2)
319
    launchy (2.4.2)
Riyad Preukschas committed
320
      addressable (~> 2.3)
321
    letter_opener (1.1.2)
322
      launchy (~> 2.2)
323 324
    listen (2.3.1)
      celluloid (>= 0.15.2)
Dmitriy Zaporozhets committed
325 326
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
327
    lumberjack (1.0.4)
Vinnie Okada committed
328 329
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
330
    method_source (0.8.2)
331
    mime-types (1.25.1)
Stefan Tatschner committed
332
    mini_portile (0.6.1)
Dmitriy Zaporozhets committed
333
    minitest (5.3.5)
334
    mousetrap-rails (1.4.6)
335
    multi_json (1.10.1)
336
    multi_xml (0.5.5)
Dmitriy Zaporozhets committed
337
    multipart-post (1.2.0)
Marin Jankovski committed
338
    mysql2 (0.3.16)
Douwe Maan committed
339
    net-ldap (0.11)
340 341 342
    net-scp (1.1.2)
      net-ssh (>= 2.6.5)
    net-ssh (2.8.0)
343
    newrelic_rpm (3.9.4.245)
Stefan Tatschner committed
344 345
    nokogiri (1.6.5)
      mini_portile (~> 0.6.0)
346
    nprogress-rails (0.1.2.3)
Dmitriy Zaporozhets committed
347
    oauth (0.4.7)
348
    oauth2 (0.8.1)
Dmitriy Zaporozhets committed
349 350 351 352 353
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
Valery Sizov committed
354 355
    octokit (3.7.0)
      sawyer (~> 0.6.0, >= 0.5.3)
Dmitriy Zaporozhets committed
356 357
    omniauth (1.1.4)
      hashie (>= 1.2, < 3)
Valery Sizov committed
358
      rack
Douwe Maan committed
359 360 361 362
    omniauth-bitbucket (0.0.2)
      multi_json (~> 1.7)
      omniauth (~> 1.1)
      omniauth-oauth (~> 1.0)
363
    omniauth-github (1.1.1)
Dmitriy Zaporozhets committed
364 365
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
366 367 368
    omniauth-gitlab (1.0.0)
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.0)
369 370 371
    omniauth-google-oauth2 (0.2.5)
      omniauth (> 1.0)
      omniauth-oauth2 (~> 1.1)
Valery Sizov committed
372 373 374 375 376
    omniauth-kerberos (0.2.0)
      omniauth-multipassword
      timfel-krb5-auth (~> 0.8)
    omniauth-multipassword (0.4.1)
      omniauth (~> 1.0)
Dmitriy Zaporozhets committed
377 378 379
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
Riyad Preukschas committed
380
    omniauth-oauth2 (1.1.1)
Dmitriy Zaporozhets committed
381 382
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
383 384
    omniauth-shibboleth (1.1.1)
      omniauth (>= 1.0.0)
385
    omniauth-twitter (1.0.1)
Dmitriy Zaporozhets committed
386 387
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
Chulki Lee committed
388
    org-ruby (0.9.12)
Robert Schilling committed
389
      rubypants (~> 0.2)
390
    orm_adapter (0.5.0)
391 392
    parser (2.2.0.2)
      ast (>= 1.1, < 3.0)
Dmitriy Zaporozhets committed
393
    pg (0.15.1)
394
    phantomjs (1.9.2.0)
395
    poltergeist (1.5.1)
396 397
      capybara (~> 2.1)
      cliver (~> 0.3.1)
398 399
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
Dmitriy Zaporozhets committed
400
    posix-spawn (0.3.9)
401
    powerpack (0.0.9)
402 403
    pry (0.9.12.4)
      coderay (~> 1.0)
Riyad Preukschas committed
404
      method_source (~> 0.8)
405
      slop (~> 3.4)
406 407
    pry-rails (0.3.2)
      pry (>= 0.9.10)
Valery Sizov committed
408
    pyu-ruby-sasl (0.0.3.3)
Dmitriy Zaporozhets committed
409 410
    quiet_assets (1.0.2)
      railties (>= 3.1, < 5.0)
411 412
    racc (1.4.10)
    rack (1.5.2)
Riyad Preukschas committed
413 414
    rack-accept (0.4.5)
      rack (>= 0.4)
415
    rack-attack (4.2.0)
Marin Jankovski committed
416
      rack
417
    rack-cors (0.2.9)
418
    rack-mini-profiler (0.9.0)
randx committed
419
      rack (>= 1.1.3)
420 421
    rack-mount (0.8.3)
      rack (>= 1.0.0)
Valery Sizov committed
422 423 424 425 426 427
    rack-oauth2 (1.0.8)
      activesupport (>= 2.3)
      attr_required (>= 0.0.5)
      httpclient (>= 2.2.0.2)
      multi_json (>= 1.3.6)
      rack (>= 1.1)
428
    rack-protection (1.5.1)
gitlabhq committed
429
      rack
Vinnie Okada committed
430
    rack-test (0.6.3)
gitlabhq committed
431
      rack (>= 1.0)
Vinnie Okada committed
432 433 434 435 436 437 438
    rails (4.1.9)
      actionmailer (= 4.1.9)
      actionpack (= 4.1.9)
      actionview (= 4.1.9)
      activemodel (= 4.1.9)
      activerecord (= 4.1.9)
      activesupport (= 4.1.9)
439
      bundler (>= 1.3.0, < 2.0)
Vinnie Okada committed
440
      railties (= 4.1.9)
Marin Jankovski committed
441
      sprockets-rails (~> 2.0)
Jeremy committed
442 443
    rails-observers (0.1.2)
      activemodel (~> 4.0)
444 445
    rails_autolink (1.1.6)
      rails (> 3.1)
Vinnie Okada committed
446 447 448
    railties (4.1.9)
      actionpack (= 4.1.9)
      activesupport (= 4.1.9)
gitlabhq committed
449
      rake (>= 0.8.7)
450
      thor (>= 0.18.1, < 2.0)
451
    rainbow (2.0.0)
Chulki Lee committed
452
    raindrops (0.13.0)
Vinnie Okada committed
453
    rake (10.4.2)
454
    raphael-rails (2.1.2)
Dmitriy Zaporozhets committed
455
    rb-fsevent (0.9.3)
456
    rb-inotify (0.9.2)
457
      ffi (>= 0.5.0)
Dmitriy Zaporozhets committed
458
    rdoc (3.12.2)
459
      json (~> 1.4)
Andrew Kumanyaev committed
460
    redcarpet (3.1.2)
Jacob Vosmaer committed
461
    redis (3.1.0)
462 463 464 465 466 467 468
    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)
Jacob Vosmaer committed
469 470
    redis-namespace (1.5.1)
      redis (~> 3.0, >= 3.0.4)
471 472 473 474 475 476
    redis-rack (1.5.0)
      rack (~> 1.5)
      redis-store (~> 1.1.0)
    redis-rails (4.0.0)
      redis-actionpack (~> 4)
      redis-activesupport (~> 4)
477
      redis-store (~> 1.1.0)
478 479
    redis-store (1.1.4)
      redis (>= 2.2)
480
    request_store (1.0.5)
481 482
    rest-client (1.6.7)
      mime-types (>= 1.16)
Robert Schilling committed
483
    rinku (1.7.3)
Valery Sizov committed
484
    rouge (1.7.7)
485 486 487 488 489 490 491 492
    rspec (2.99.0)
      rspec-core (~> 2.99.0)
      rspec-expectations (~> 2.99.0)
      rspec-mocks (~> 2.99.0)
    rspec-collection_matchers (1.1.2)
      rspec-expectations (>= 2.99.0.beta1)
    rspec-core (2.99.2)
    rspec-expectations (2.99.2)
493
      diff-lcs (>= 1.1.3, < 2.0)
494 495
    rspec-mocks (2.99.3)
    rspec-rails (2.99.0)
Dmitriy Zaporozhets committed
496
      actionpack (>= 3.0)
497
      activemodel (>= 3.0)
Dmitriy Zaporozhets committed
498 499
      activesupport (>= 3.0)
      railties (>= 3.0)
500 501 502 503
      rspec-collection_matchers
      rspec-core (~> 2.99.0)
      rspec-expectations (~> 2.99.0)
      rspec-mocks (~> 2.99.0)
504 505 506 507 508 509 510
    rubocop (0.28.0)
      astrolabe (~> 1.3)
      parser (>= 2.2.0.pre.7, < 3.0)
      powerpack (~> 0.0.6)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.4)
    ruby-progressbar (1.7.1)
Dmitriy Zaporozhets committed
511 512 513 514 515
    ruby2ruby (2.1.3)
      ruby_parser (~> 3.1)
      sexp_processor (~> 4.0)
    ruby_parser (3.5.0)
      sexp_processor (~> 4.1)
Douwe Maan committed
516
    rubyntlm (0.5.0)
517
    rubypants (0.2.0)
518
    rugged (0.21.4)
519
    rugments (1.0.0.beta6)
520
    safe_yaml (0.9.7)
521
    sanitize (2.1.0)
522
      nokogiri (>= 1.4.4)
523 524
    sass (3.2.19)
    sass-rails (4.0.3)
525
      railties (>= 4.0.0, < 5.0)
526 527 528
      sass (~> 3.2.0)
      sprockets (~> 2.8, <= 2.11.0)
      sprockets-rails (~> 2.0)
Valery Sizov committed
529 530 531
    sawyer (0.6.0)
      addressable (~> 2.3.5)
      faraday (~> 0.8, < 0.10)
532 533 534
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
Marin Jankovski committed
535 536 537
    seed-fu (2.3.1)
      activerecord (>= 3.1, < 4.2)
      activesupport (>= 3.1, < 4.2)
538
    select2-rails (3.5.2)
539
      thor (~> 0.14)
540
    settingslogic (2.0.9)
Dmitriy Zaporozhets committed
541
    sexp_processor (4.4.5)
542
    shoulda-matchers (2.7.0)
543
      activesupport (>= 3.0.0)
Vinnie Okada committed
544 545 546
    sidekiq (3.3.0)
      celluloid (>= 0.16.0)
      connection_pool (>= 2.0.0)
547
      json
Vinnie Okada committed
548 549
      redis (>= 3.0.6)
      redis-namespace (>= 1.3.1)
550 551
    sidekiq-limit_fetch (2.4.1)
      sidekiq (>= 2.6.5, < 4.0)
Vinnie Okada committed
552 553 554 555
    sidetiq (0.6.3)
      celluloid (>= 0.14.1)
      ice_cube (= 0.11.1)
      sidekiq (>= 3.0.0)
556
    simple_oauth (0.1.9)
DJ Mountney committed
557
    simplecov (0.9.0)
558 559 560 561 562
      docile (~> 1.1.0)
      multi_json
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    sinatra (1.4.4)
563
      rack (~> 1.4)
564 565
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
gitlabhq committed
566
    six (0.2.0)
567
    slack-notifier (1.0.0)
568 569 570
    slim (2.0.2)
      temple (~> 0.6.6)
      tilt (>= 1.3.3, < 2.1)
571
    slop (3.6.0)
572
    spinach (0.8.7)
573
      colorize (= 0.5.8)
574
      gherkin-ruby (>= 0.3.1)
Dmitriy Zaporozhets committed
575 576
    spinach-rails (0.2.1)
      capybara (>= 2.0.0)
Nihad Abbasov committed
577 578
      railties (>= 3)
      spinach (>= 0.4)
579
    spring (1.3.3)
Jeroen van Baarsen committed
580
    spring-commands-rspec (1.0.4)
581 582 583
      spring (>= 0.9.1)
    spring-commands-spinach (1.0.0)
      spring (>= 0.9.1)
584
    sprockets (2.11.0)
gitlabhq committed
585
      hike (~> 1.2)
Dmitriy Zaporozhets committed
586
      multi_json (~> 1.0)
gitlabhq committed
587 588
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
Vinnie Okada committed
589
    sprockets-rails (2.2.4)
590 591
      actionpack (>= 3.0)
      activesupport (>= 3.0)
Vinnie Okada committed
592
      sprockets (>= 2.8, < 4.0)
Dmitriy Zaporozhets committed
593
    stamp (0.5.0)
Dmitriy Zaporozhets committed
594
    state_machine (1.2.0)
Stefan Tatschner committed
595
    stringex (2.5.2)
596
    temple (0.6.7)
597 598
    term-ansicolor (1.2.2)
      tins (~> 0.8)
Dmitriy Zaporozhets committed
599
    terminal-table (1.4.5)
600 601
    test_after_commit (0.2.2)
    thin (1.6.1)
602
      daemons (>= 1.0.9)
603
      eventmachine (>= 1.0.0)
604
      rack (>= 1.0.0)
605
    thor (0.19.1)
606
    thread_safe (0.3.5)
607
    tilt (1.4.1)
Vinnie Okada committed
608 609
    timers (4.0.1)
      hitimes
610
    timfel-krb5-auth (0.8.3)
611
    tinder (1.9.3)
612 613 614
      eventmachine (~> 1.0)
      faraday (~> 0.8)
      faraday_middleware (~> 0.9)
615 616
      hashie (>= 1.0, < 3)
      json (~> 1.8.0)
617
      mime-types (~> 1.19)
618
      multi_json (~> 1.7)
619
      twitter-stream (~> 0.1)
620 621
    tins (0.13.1)
    turbolinks (2.0.0)
622
      coffee-rails
623 624 625 626
    twitter-stream (0.1.16)
      eventmachine (>= 0.12.8)
      http_parser.rb (~> 0.5.1)
      simple_oauth (~> 0.1.4)
Dmitriy Zaporozhets committed
627
    tzinfo (1.2.2)
Marin Jankovski committed
628
      thread_safe (~> 0.1)
629
    uglifier (2.3.2)
gitlabhq committed
630
      execjs (>= 0.3.0)
631
      json (>= 1.8.0)
632
    underscore-rails (1.4.4)
633 634 635
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.6)
636 637 638 639
    unicorn (4.6.3)
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
640 641
    unicorn-worker-killer (0.4.2)
      unicorn (~> 4)
642
    version_sorter (2.0.0)
643
    virtus (1.0.1)
644
      axiom-types (~> 0.0.5)
645
      coercible (~> 1.0)
646
      descendants_tracker (~> 0.0.1)
647
      equalizer (~> 0.0.7)
648
    warden (1.2.3)
gitlabhq committed
649
      rack (>= 1.0)
650
    webmock (1.16.0)
651
      addressable (>= 2.2.7)
Dmitriy Zaporozhets committed
652
      crack (>= 0.3.2)
653
    websocket-driver (0.3.3)
Robert Schilling committed
654 655 656 657
    wikicloth (0.8.1)
      builder
      expression_parser
      rinku
658
    xpath (2.0.0)
gitlabhq committed
659 660 661 662 663 664
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
Robert Schilling committed
665
  RedCloth
666
  ace-rails-ap
667
  acts-as-taggable-on (~> 3.4)
668
  addressable
669
  annotate (~> 2.6.0.beta2)
Jeremy committed
670
  asana (~> 0.0.6)
Robert Schilling committed
671
  asciidoctor (= 0.1.4)
gitlabhq committed
672
  awesome_print
673 674
  better_errors
  binding_of_caller
675
  bootstrap-sass (~> 3.0)
Dmitriy Zaporozhets committed
676
  brakeman
677
  browser
Douwe Maan committed
678
  byebug
679
  cal-heatmap-rails (~> 0.0.1)
680
  capybara (~> 2.2.1)
681
  carrierwave
682
  charlock_holmes
Dmitriy Zaporozhets committed
683
  coffee-rails
684
  colored
685
  coveralls
Robert Schilling committed
686
  creole (~> 0.3.6)
687
  d3_rails (~> 3.1.4)
688
  database_cleaner
Dmitriy Zaporozhets committed
689
  default_value_for (~> 3.0.0)
690 691
  devise (= 3.2.4)
  devise-async (= 0.9.0)
skv-headless committed
692
  diffy (~> 3.0.3)
693
  doorkeeper (= 2.1.3)
694
  dropzonejs-rails
695
  email_spec
Andrew8xx8 committed
696
  enumerize
697
  factory_girl_rails
Nihad Abbasov committed
698
  ffaker
699
  fog (~> 1.14)
700
  font-awesome-rails (~> 4.2)
Dmitriy Zaporozhets committed
701
  foreman
702
  gemnasium-gitlab-service (~> 0.2)
703
  github-markup
704
  gitlab-flowdock-git-hook (~> 0.4.2)
705
  gitlab-grack (~> 2.0.0.rc2)
Valery Sizov committed
706
  gitlab-linguist (~> 3.0.1)
707
  gitlab_emoji (~> 0.1)
708
  gitlab_git (~> 7.1.3)
709
  gitlab_meta (= 7.0)
Douwe Maan committed
710
  gitlab_omniauth-ldap (= 1.2.1)
Valery Sizov committed
711
  gollum-lib (~> 4.0.2)
Dmitriy Zaporozhets committed
712
  gon (~> 5.0.0)
713
  grape (~> 0.6.1)
714
  grape-entity (~> 0.4.2)
715
  growl
randx committed
716
  guard-rspec
Nihad Abbasov committed
717
  guard-spinach
718
  haml-rails
719
  hipchat (~> 1.4.0)
720
  html-pipeline-gitlab (~> 0.1)
721
  httparty
Marin Jankovski committed
722
  jasmine (= 2.0.2)
723
  jquery-atwho-rails (~> 0.3.3)
724
  jquery-rails
725
  jquery-scrollto-rails
726
  jquery-turbolinks
727
  jquery-ui-rails
Dmitriy Zaporozhets committed
728
  kaminari (~> 0.15.1)
gitlabhq committed
729
  launchy
Nihad Abbasov committed
730
  letter_opener
Marin Jankovski committed
731
  minitest (~> 5.3.0)
732
  mousetrap-rails
733
  mysql2
734
  newrelic_rpm
735
  nprogress-rails
Valery Sizov committed
736
  octokit (= 3.7.0)
737
  omniauth (~> 1.1.3)
Douwe Maan committed
738
  omniauth-bitbucket
Dmitriy Zaporozhets committed
739
  omniauth-github
740
  omniauth-gitlab
Dmitriy Zaporozhets committed
741
  omniauth-google-oauth2
Valery Sizov committed
742
  omniauth-kerberos
743
  omniauth-shibboleth
744
  omniauth-twitter
Chulki Lee committed
745
  org-ruby (= 0.9.12)
Andrey Kumanyaev committed
746
  pg
747
  poltergeist (~> 1.5.1)
748
  pry-rails
Riyad Preukschas committed
749
  quiet_assets (~> 1.0.1)
Marin Jankovski committed
750
  rack-attack
751
  rack-cors
randx committed
752
  rack-mini-profiler
Valery Sizov committed
753
  rack-oauth2 (~> 1.0.5)
Marin Jankovski committed
754
  rails (~> 4.1.0)
755
  rails_autolink (~> 1.1)
756
  raphael-rails (~> 2.1.2)
757 758
  rb-fsevent
  rb-inotify
Robert Schilling committed
759
  rdoc (~> 3.6)
Andrew Kumanyaev committed
760
  redcarpet (~> 3.1.2)
761
  redis-rails
762
  request_store
763
  rspec-rails (= 2.99)
764
  rubocop (= 0.28.0)
765
  rugments
766
  sanitize (~> 2.0)
767
  sass-rails (~> 4.0.2)
768
  sdoc
769
  seed-fu
770
  select2-rails
771
  settingslogic
772
  shoulda-matchers (~> 2.7.0)
Vinnie Okada committed
773
  sidekiq (~> 3.3)
774
  sidekiq-limit_fetch
Vinnie Okada committed
775
  sidetiq (= 0.6.3)
gitlabhq committed
776
  simplecov
Dmitriy Zaporozhets committed
777
  sinatra
gitlabhq committed
778
  six
779
  slack-notifier (~> 1.0.0)
Dmitriy Zaporozhets committed
780
  slim
781
  spinach-rails
782
  spring (~> 1.3.1)
Jeroen van Baarsen committed
783
  spring-commands-rspec (= 1.0.4)
784
  spring-commands-spinach (= 1.0.0)
gitlabhq committed
785
  stamp
Andrew8xx8 committed
786
  state_machine
787
  test_after_commit
788
  thin
789
  tinder (~> 1.9.2)
790
  turbolinks
Dmitriy Zaporozhets committed
791
  uglifier
792
  underscore-rails (~> 1.4.4)
793
  unf
794
  unicorn (~> 4.6.3)
795
  unicorn-worker-killer
Robert Speicher committed
796
  version_sorter
skv committed
797
  virtus
zzjin committed
798
  webmock
Robert Schilling committed
799
  wikicloth (= 0.8.1)