Gemfile.lock 14.9 KB
Newer Older
D
Dmitriy Zaporozhets 已提交
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)

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

PLATFORMS
  ruby

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