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:
11 12
    actionmailer (4.0.2)
      actionpack (= 4.0.2)
D
Dmitriy Zaporozhets 已提交
13
      mail (~> 2.5.4)
14 15 16
    actionpack (4.0.2)
      activesupport (= 4.0.2)
      builder (~> 3.1.0)
G
gitlabhq 已提交
17
      erubis (~> 2.7.0)
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
      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 已提交
34
      i18n (~> 0.6, >= 0.6.4)
35 36 37 38
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
39 40
    acts-as-taggable-on (2.4.1)
      rails (>= 3, < 5)
41 42
    addressable (2.3.5)
    annotate (2.6.0)
D
Dmitriy Zaporozhets 已提交
43 44
      activerecord (>= 2.3.0)
      rake (>= 0.8.7)
45 46 47
    arel (4.0.1)
    asciidoctor (0.1.4)
    atomic (1.1.14)
48
    awesome_print (1.2.0)
49 50 51
    axiom-types (0.0.5)
      descendants_tracker (~> 0.0.1)
      ice_nine (~> 0.9)
52
    bcrypt-ruby (3.1.2)
53
    better_errors (1.0.1)
54
      coderay (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
55
      erubis (>= 2.6.6)
56
    binding_of_caller (0.7.2)
57
      debug_inspector (>= 0.0.1)
D
Dmitriy Zaporozhets 已提交
58
    bootstrap-sass (3.0.3.0)
D
Dmitriy Zaporozhets 已提交
59
      sass (~> 3.2)
60
    builder (3.1.4)
61
    capybara (2.1.0)
G
gitlabhq 已提交
62 63 64 65
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
66
      xpath (~> 2.0)
67
    carrierwave (0.9.0)
68 69
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
70 71 72
      json (>= 1.7)
    celluloid (0.15.2)
      timers (~> 1.1.0)
D
Dmitriy Zaporozhets 已提交
73
    charlock_holmes (0.6.9.4)
74
    cliver (0.2.2)
75
    code_analyzer (0.4.3)
D
Dmitriy Zaporozhets 已提交
76
      sexp_processor
77
    coderay (1.1.0)
78
    coercible (1.0.0)
79 80
      descendants_tracker (~> 0.0.1)
    coffee-rails (4.0.1)
G
gitlabhq 已提交
81
      coffee-script (>= 2.2.0)
82
      railties (>= 4.0.0, < 5.0)
G
gitlabhq 已提交
83 84 85
    coffee-script (2.2.0)
      coffee-script-source
      execjs
D
Dmitriy Zaporozhets 已提交
86
    coffee-script-source (1.6.3)
87
    colored (1.2)
N
Nihad Abbasov 已提交
88
    colorize (0.5.8)
89
    connection_pool (1.2.0)
90
    coveralls (0.7.0)
91 92 93
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
94
      term-ansicolor
95
      thor
96
    crack (0.4.1)
97 98
      safe_yaml (~> 0.9.0)
    d3_rails (3.1.10)
99
      railties (>= 3.1.0)
100
    daemons (1.1.9)
101
    database_cleaner (1.2.0)
102
    debug_inspector (0.0.2)
103 104
    descendants_tracker (0.0.3)
    devise (3.0.4)
G
gitlabhq 已提交
105
      bcrypt-ruby (~> 3.0)
N
Nihad Abbasov 已提交
106
      orm_adapter (~> 0.1)
107 108
      railties (>= 3.2.6, < 5)
      warden (~> 1.2.3)
D
Dmitriy Zaporozhets 已提交
109 110
    devise-async (0.8.0)
      devise (>= 2.2, < 3.2)
111
    diff-lcs (1.2.5)
112 113 114
    docile (1.1.1)
    dotenv (0.9.0)
    email_spec (1.5.0)
R
Riyad Preukschas 已提交
115
      launchy (~> 2.1)
116
      mail (~> 2.2)
117
    enumerize (0.7.0)
A
Andrew8xx8 已提交
118
      activesupport (>= 3.2)
119
    equalizer (0.0.8)
G
gitlabhq 已提交
120
    erubis (2.7.0)
121
    escape_utils (0.2.4)
D
Dmitriy Zaporozhets 已提交
122
    eventmachine (1.0.3)
123
    excon (0.13.4)
D
Dmitriy Zaporozhets 已提交
124
    execjs (2.0.2)
125
    factory_girl (4.3.0)
R
Robert Speicher 已提交
126
      activesupport (>= 3.0.0)
127 128
    factory_girl_rails (4.3.0)
      factory_girl (~> 4.3.0)
R
Robert Speicher 已提交
129
      railties (>= 3.0.0)
130 131
    faraday (0.8.8)
      multipart-post (~> 1.2.0)
132 133
    faraday_middleware (0.9.0)
      faraday (>= 0.7.4, < 0.9)
134 135
    ffaker (1.22.1)
    ffi (1.9.3)
136 137 138 139 140 141 142 143 144 145
    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
146
    font-awesome-rails (3.2.1.3)
147
      railties (>= 3.2, < 5.0)
D
Dmitriy Zaporozhets 已提交
148 149
    foreman (0.63.0)
      dotenv (>= 0.7)
D
Dmitriy Zaporozhets 已提交
150
      thor (>= 0.13.6)
D
Dmitriy Zaporozhets 已提交
151
    formatador (0.2.4)
152 153 154
    gemoji (1.3.1)
    gherkin-ruby (0.3.1)
      racc
D
Dmitriy Zaporozhets 已提交
155
    github-markdown (0.5.5)
156 157 158
    gitlab-flowdock-git-hook (0.4.2.2)
      gitlab-grit (>= 2.4.1)
      multi_json
D
Dmitriy Zaporozhets 已提交
159
    gitlab-gollum-lib (1.0.2)
160 161
      github-markdown (~> 0.5.3)
      github-markup (>= 0.7.5, < 1.0.0)
D
Dmitriy Zaporozhets 已提交
162 163
      gitlab-grit (~> 2.6.1)
      gitlab-pygments.rb (~> 0.5.4)
164 165 166
      nokogiri (~> 1.5.9)
      sanitize (~> 2.0.3)
      stringex (~> 1.5.1)
D
Dmitriy Zaporozhets 已提交
167 168
    gitlab-grack (2.0.0.pre)
      rack (~> 1.5.1)
169
    gitlab-grit (2.6.3)
170 171 172 173
      charlock_holmes (~> 0.6.9)
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
      posix-spawn (~> 0.3.6)
174
    gitlab-linguist (2.9.6)
D
Dmitriy Zaporozhets 已提交
175
      charlock_holmes (~> 0.6.6)
176
      escape_utils (~> 0.2.4)
D
Dmitriy Zaporozhets 已提交
177 178 179
      gitlab-pygments.rb (~> 0.5.4)
      mime-types (~> 1.19)
    gitlab-pygments.rb (0.5.4)
D
Dmitriy Zaporozhets 已提交
180 181
      posix-spawn (~> 0.3.6)
      yajl-ruby (~> 1.1.0)
D
Dmitriy Zaporozhets 已提交
182
    gitlab_git (4.0.0)
D
Dmitriy Zaporozhets 已提交
183 184 185 186
      activesupport (~> 4.0.0)
      gitlab-grit (~> 2.6.1)
      gitlab-linguist (~> 2.9.5)
      gitlab-pygments.rb (~> 0.5.4)
D
Dmitriy Zaporozhets 已提交
187
    gitlab_meta (6.0)
D
Dmitriy Zaporozhets 已提交
188 189
    gitlab_omniauth-ldap (1.0.3)
      net-ldap (~> 0.3.1)
190 191 192
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
      rubyntlm (~> 0.1.1)
D
Dmitriy Zaporozhets 已提交
193 194 195
    gon (5.0.1)
      actionpack (>= 2.3.0)
      json
J
Jeroen van Baarsen 已提交
196
    grape (0.6.1)
R
Riyad Preukschas 已提交
197
      activesupport
198 199
      builder
      hashie (>= 1.2.0)
R
Riyad Preukschas 已提交
200
      multi_json (>= 1.3.2)
201
      multi_xml (>= 0.5.2)
D
Dmitriy Zaporozhets 已提交
202
      rack (>= 1.3.0)
R
Riyad Preukschas 已提交
203
      rack-accept
204
      rack-mount
J
Jeroen van Baarsen 已提交
205
      virtus (>= 1.0.0)
206
    grape-entity (0.3.0)
207 208
      activesupport
      multi_json (>= 1.3.2)
209
    growl (1.0.3)
210
    guard (2.2.4)
D
Dmitriy Zaporozhets 已提交
211
      formatador (>= 0.2.4)
212 213 214 215 216 217 218
      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 已提交
219 220 221
    guard-spinach (0.0.2)
      guard (>= 1.1)
      spinach
222
    haml (4.0.4)
223
      tilt
224 225 226 227 228 229
    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)
230
    hike (1.2.3)
231
    hipchat (0.14.0)
R
Ronald van Eede 已提交
232
      httparty
233
      httparty
234
    http_parser.rb (0.5.3)
235 236
    httparty (0.12.0)
      json (~> 1.8)
D
Dmitriy Zaporozhets 已提交
237
      multi_xml (>= 0.5.2)
R
Riyad Preukschas 已提交
238
    httpauth (0.2.0)
D
Dmitriy Zaporozhets 已提交
239
    i18n (0.6.9)
240
    ice_nine (0.10.0)
241 242 243 244 245 246
    jasmine (2.0.0.rc5)
      jasmine-core (~> 2.0.0.rc5)
      phantomjs
      rack (>= 1.2.1)
      rake
    jasmine-core (2.0.0.rc5)
247
    jquery-atwho-rails (0.3.3)
R
Riyad Preukschas 已提交
248 249
    jquery-rails (2.1.3)
      railties (>= 3.1.0, < 5.0)
G
gitlabhq 已提交
250
      thor (~> 0.14)
251
    jquery-turbolinks (2.0.1)
252 253
      railties (>= 3.1.0)
      turbolinks
R
Riyad Preukschas 已提交
254
    jquery-ui-rails (2.0.2)
255 256
      jquery-rails
      railties (>= 3.1.0)
257
    json (1.8.1)
D
Dmitriy Zaporozhets 已提交
258 259
    jwt (0.1.8)
      multi_json (>= 1.5)
R
Riyad Preukschas 已提交
260
    kaminari (0.14.1)
D
Dmitriy Zaporozhets 已提交
261 262
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
263 264
    kgio (2.8.1)
    launchy (2.4.2)
R
Riyad Preukschas 已提交
265
      addressable (~> 2.3)
266
    letter_opener (1.1.2)
267
      launchy (~> 2.2)
268 269 270
    libv8 (3.16.14.3)
    listen (2.3.1)
      celluloid (>= 0.15.2)
D
Dmitriy Zaporozhets 已提交
271 272
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
273
    lumberjack (1.0.4)
274
    mail (2.5.4)
G
gitlabhq 已提交
275 276
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
277
    method_source (0.8.2)
278
    mime-types (1.25.1)
279
    minitest (4.7.5)
R
Riyad Preukschas 已提交
280
    modernizr (2.6.2)
281
      sprockets (~> 2.0)
D
Dmitriy Zaporozhets 已提交
282
    multi_json (1.8.2)
283
    multi_xml (0.5.5)
D
Dmitriy Zaporozhets 已提交
284
    multipart-post (1.2.0)
D
Dmitriy Zaporozhets 已提交
285
    mysql2 (0.3.11)
D
Dmitriy Zaporozhets 已提交
286
    net-ldap (0.3.1)
287 288
    net-scp (1.0.4)
      net-ssh (>= 1.99.1)
289
    net-ssh (2.7.0)
290
    nokogiri (1.5.10)
D
Dmitriy Zaporozhets 已提交
291
    oauth (0.4.7)
292
    oauth2 (0.8.1)
D
Dmitriy Zaporozhets 已提交
293 294 295 296 297
      faraday (~> 0.8)
      httpauth (~> 0.1)
      jwt (~> 0.1.4)
      multi_json (~> 1.0)
      rack (~> 1.2)
D
Dmitriy Zaporozhets 已提交
298 299
    omniauth (1.1.4)
      hashie (>= 1.2, < 3)
V
Valery Sizov 已提交
300
      rack
301
    omniauth-github (1.1.1)
D
Dmitriy Zaporozhets 已提交
302 303
      omniauth (~> 1.0)
      omniauth-oauth2 (~> 1.1)
304
    omniauth-google-oauth2 (0.2.1)
D
Dmitriy Zaporozhets 已提交
305 306 307 308 309
      omniauth (~> 1.0)
      omniauth-oauth2
    omniauth-oauth (1.0.1)
      oauth
      omniauth (~> 1.0)
R
Riyad Preukschas 已提交
310
    omniauth-oauth2 (1.1.1)
D
Dmitriy Zaporozhets 已提交
311 312
      oauth2 (~> 0.8.0)
      omniauth (~> 1.0)
313
    omniauth-twitter (1.0.1)
D
Dmitriy Zaporozhets 已提交
314 315
      multi_json (~> 1.3)
      omniauth-oauth (~> 1.0)
316
    orm_adapter (0.5.0)
D
Dmitriy Zaporozhets 已提交
317
    pg (0.15.1)
318
    phantomjs (1.9.2.0)
319
    poltergeist (1.4.1)
320
      capybara (~> 2.1.0)
321 322 323
      cliver (~> 0.2.1)
      multi_json (~> 1.0)
      websocket-driver (>= 0.2.0)
324
    polyglot (0.3.3)
G
gitlabhq 已提交
325
    posix-spawn (0.3.6)
326 327 328 329
    protected_attributes (1.0.5)
      activemodel (>= 4.0.1, < 5.0)
    pry (0.9.12.4)
      coderay (~> 1.0)
R
Riyad Preukschas 已提交
330
      method_source (~> 0.8)
331
      slop (~> 3.4)
V
Valery Sizov 已提交
332
    pyu-ruby-sasl (0.0.3.3)
D
Dmitriy Zaporozhets 已提交
333 334
    quiet_assets (1.0.2)
      railties (>= 3.1, < 5.0)
335 336
    racc (1.4.10)
    rack (1.5.2)
R
Riyad Preukschas 已提交
337 338
    rack-accept (0.4.5)
      rack (>= 0.4)
339
    rack-attack (2.3.0)
M
Marin Jankovski 已提交
340
      rack
341
    rack-cors (0.2.9)
342
    rack-mini-profiler (0.1.31)
R
randx 已提交
343
      rack (>= 1.1.3)
344 345
    rack-mount (0.8.3)
      rack (>= 1.0.0)
346
    rack-protection (1.5.1)
G
gitlabhq 已提交
347
      rack
D
Dmitriy Zaporozhets 已提交
348
    rack-test (0.6.2)
G
gitlabhq 已提交
349
      rack (>= 1.0)
350 351 352 353 354 355 356 357 358 359
    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)
360
    rails_best_practices (1.14.4)
D
Dmitriy Zaporozhets 已提交
361 362
      activesupport
      awesome_print
363
      code_analyzer (>= 0.4.3)
D
Dmitriy Zaporozhets 已提交
364 365 366
      colored
      erubis
      i18n
367
      require_all
368
      ruby-progressbar
369 370 371
    railties (4.0.2)
      actionpack (= 4.0.2)
      activesupport (= 4.0.2)
G
gitlabhq 已提交
372
      rake (>= 0.8.7)
373 374
      thor (>= 0.18.1, < 2.0)
    raindrops (0.12.0)
375
    rake (10.1.0)
376
    raphael-rails (2.1.2)
D
Dmitriy Zaporozhets 已提交
377
    rb-fsevent (0.9.3)
378
    rb-inotify (0.9.2)
379
      ffi (>= 0.5.0)
D
Dmitriy Zaporozhets 已提交
380
    rdoc (3.12.2)
381
      json (~> 1.4)
R
Riyad Preukschas 已提交
382
    redcarpet (2.2.2)
383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398
    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)
399
      redis-store (~> 1.1.0)
400 401
    redis-store (1.1.4)
      redis (>= 2.2)
402
    ref (1.0.5)
403
    require_all (1.3.2)
404 405
    rest-client (1.6.7)
      mime-types (>= 1.16)
406 407 408 409 410 411
    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)
412
      diff-lcs (>= 1.1.3, < 2.0)
413 414
    rspec-mocks (2.14.4)
    rspec-rails (2.14.0)
D
Dmitriy Zaporozhets 已提交
415 416 417
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
418 419 420
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
421
    ruby-hmac (0.4.0)
422
    ruby-progressbar (1.2.0)
V
Valery Sizov 已提交
423
    rubyntlm (0.1.1)
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
      nokogiri (~> 1.3)
V
Valeriy Sizov 已提交
544
    yajl-ruby (1.1.0)
G
gitlabhq 已提交
545 546 547 548 549

PLATFORMS
  ruby

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