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

PLATFORMS
  ruby

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