Gemfile.lock 9.5 KB
Newer Older
G
gitlabhq 已提交
1
GIT
S
Shane O'Grady 已提交
2
  remote: https://github.com/ctran/annotate_models.git
3
  revision: 18cd39ad01829deba5aa34634b8540d6675ab978
G
gitlabhq 已提交
4 5 6
  specs:
    annotate (2.4.1.beta1)

7
GIT
D
Dmitriy Zaporozhets 已提交
8
  remote: https://github.com/gitlabhq/gitolite-client.git
9 10
  revision: 9b715ca8bab6529f6c92204a25f84d12f25a6eb0
  ref: 9b715ca8bab6529f6c92204a25f84d12f25a6eb0
11
  specs:
12 13
    gitolite (0.0.4.alpha)
      grit (>= 2.4.1)
14 15
      hashery (~> 1.4.0)

S
Saito 已提交
16 17 18 19 20 21 22
GIT
  remote: https://github.com/gitlabhq/grack.git
  revision: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
  specs:
    grack (1.0.0)
      rack (~> 1.4.1)

G
gitlabhq 已提交
23
GIT
S
Shane O'Grady 已提交
24
  remote: https://github.com/gitlabhq/grit.git
W
Wouter D'Haeseleer 已提交
25 26
  revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
  ref: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
G
gitlabhq 已提交
27
  specs:
28
    grit (2.5.0)
G
gitlabhq 已提交
29 30 31 32
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
      posix-spawn (~> 0.3.6)

D
Dmitriy Zaporozhets 已提交
33 34 35 36 37 38 39 40 41 42
GIT
  remote: https://github.com/gitlabhq/linguist.git
  revision: c3d6fc5af8cf9d67afa572bba363bf0db256a900
  specs:
    linguist (1.0.0)
      charlock_holmes (~> 0.6.6)
      escape_utils (~> 0.2.3)
      mime-types (~> 1.18)
      pygments.rb (~> 0.2.11)

D
Dmitriy Zaporozhets 已提交
43 44
GIT
  remote: https://github.com/gitlabhq/omniauth-ldap.git
45 46
  revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
  ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
D
Dmitriy Zaporozhets 已提交
47 48 49 50 51 52 53
  specs:
    omniauth-ldap (1.0.2)
      net-ldap (~> 0.2.2)
      omniauth (~> 1.0)
      pyu-ruby-sasl (~> 0.0.3.1)
      rubyntlm (~> 0.1.1)

54 55
GIT
  remote: https://github.com/gitlabhq/pygments.rb.git
D
Dmitriy Zaporozhets 已提交
56 57
  revision: 2cada028da5054616634a1d9ca6941b65b3ce188
  ref: 2cada028da5054616634a1d9ca6941b65b3ce188
58
  specs:
D
Dmitriy Zaporozhets 已提交
59
    pygments.rb (0.2.13)
60 61
      rubypython (~> 0.6.1)

D
Dmitriy Zaporozhets 已提交
62 63 64 65 66 67
GIT
  remote: https://github.com/gitlabhq/yaml_db.git
  revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
  specs:
    yaml_db (0.2.2)

G
gitlabhq 已提交
68 69 70
GEM
  remote: http://rubygems.org/
  specs:
A
Andrey Vakarev 已提交
71
    ZenTest (4.8.1)
R
randx 已提交
72 73
    actionmailer (3.2.8)
      actionpack (= 3.2.8)
74
      mail (~> 2.4.4)
R
randx 已提交
75 76 77
    actionpack (3.2.8)
      activemodel (= 3.2.8)
      activesupport (= 3.2.8)
G
gitlabhq 已提交
78 79
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
R
randx 已提交
80
      journey (~> 1.0.4)
D
Dmitriy Zaporozhets 已提交
81
      rack (~> 1.4.0)
82
      rack-cache (~> 1.2)
G
gitlabhq 已提交
83
      rack-test (~> 0.6.1)
A
Andrey Vakarev 已提交
84
      sprockets (~> 2.1.3)
R
randx 已提交
85 86
    activemodel (3.2.8)
      activesupport (= 3.2.8)
G
gitlabhq 已提交
87
      builder (~> 3.0.0)
R
randx 已提交
88 89 90
    activerecord (3.2.8)
      activemodel (= 3.2.8)
      activesupport (= 3.2.8)
91
      arel (~> 3.0.2)
G
gitlabhq 已提交
92
      tzinfo (~> 0.3.29)
R
randx 已提交
93 94 95 96
    activeresource (3.2.8)
      activemodel (= 3.2.8)
      activesupport (= 3.2.8)
    activesupport (3.2.8)
D
Dmitriy Zaporozhets 已提交
97
      i18n (~> 0.6)
G
gitlabhq 已提交
98
      multi_json (~> 1.0)
99 100
    acts-as-taggable-on (2.3.1)
      rails (~> 3.0)
101
    addressable (2.2.8)
102
    arel (3.0.2)
G
gitlabhq 已提交
103 104
    autotest (4.4.6)
      ZenTest (>= 4.4.1)
105 106
    autotest-rails (4.1.2)
      ZenTest (~> 4.5)
D
Dmitriy Zaporozhets 已提交
107
    awesome_print (1.0.2)
G
gitlabhq 已提交
108
    bcrypt-ruby (3.0.1)
G
gitlabhq 已提交
109
    blankslate (2.1.2.4)
D
Dmitriy Zaporozhets 已提交
110
    bootstrap-sass (2.0.4.0)
G
gitlabhq 已提交
111
    builder (3.0.0)
112
    capybara (1.1.2)
G
gitlabhq 已提交
113 114 115 116 117 118
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      selenium-webdriver (~> 2.0)
      xpath (~> 0.1.4)
R
randx 已提交
119 120 121
    capybara-webkit (0.12.1)
      capybara (>= 1.0.0, < 1.2)
      json
122 123 124
    carrierwave (0.6.2)
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
S
Saito 已提交
125
    charlock_holmes (0.6.8)
126
    childprocess (0.3.2)
G
gitlabhq 已提交
127
      ffi (~> 1.0.6)
N
Nihad Abbasov 已提交
128 129 130
    chosen-rails (0.9.8)
      railties (~> 3.0)
      thor (~> 0.14)
131
    coderay (1.0.6)
132
    coffee-rails (3.2.2)
G
gitlabhq 已提交
133
      coffee-script (>= 2.2.0)
134
      railties (~> 3.2.0)
G
gitlabhq 已提交
135 136 137
    coffee-script (2.2.0)
      coffee-script-source
      execjs
A
Andrey Vakarev 已提交
138
    coffee-script-source (1.3.3)
139
    colored (1.2)
A
Ariejan de Vroom 已提交
140
    crack (0.3.1)
D
Dmitriy Zaporozhets 已提交
141 142 143 144 145 146 147 148 149
    cucumber (1.2.1)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.3)
      gherkin (~> 2.11.0)
      json (>= 1.4.6)
    cucumber-rails (1.3.0)
      capybara (>= 1.1.2)
      cucumber (>= 1.1.8)
      nokogiri (>= 1.5.0)
D
Dmitriy Zaporozhets 已提交
150
    daemons (1.1.8)
A
Andrey Vakarev 已提交
151
    database_cleaner (0.8.0)
N
Nihad Abbasov 已提交
152
    devise (2.1.2)
G
gitlabhq 已提交
153
      bcrypt-ruby (~> 3.0)
N
Nihad Abbasov 已提交
154 155 156
      orm_adapter (~> 0.1)
      railties (~> 3.1)
      warden (~> 1.2.1)
G
gitlabhq 已提交
157
    diff-lcs (1.1.3)
R
randx 已提交
158 159 160
    draper (0.17.0)
      actionpack (~> 3.2)
      activesupport (~> 3.2)
161 162 163
    email_spec (1.2.1)
      mail (~> 2.2)
      rspec (~> 2.0)
G
gitlabhq 已提交
164
    erubis (2.7.0)
165
    escape_utils (0.2.4)
V
Valera Sizov 已提交
166
    eventmachine (0.12.10)
A
Andrey Vakarev 已提交
167
    execjs (1.4.0)
G
gitlabhq 已提交
168
      multi_json (~> 1.0)
N
Nihad Abbasov 已提交
169
    ffaker (1.14.0)
170
    ffi (1.0.11)
A
Andrey Vakarev 已提交
171
    foreman (0.47.0)
D
Dmitriy Zaporozhets 已提交
172
      thor (>= 0.13.6)
D
Dmitriy Zaporozhets 已提交
173 174
    gherkin (2.11.0)
      json (>= 1.4.6)
V
Valera Sizov 已提交
175
    git (1.2.5)
D
Dmitriy Zaporozhets 已提交
176
    gitlab_meta (2.8)
177
    grape (0.2.1)
178 179 180 181 182
      hashie (~> 1.2)
      multi_json
      multi_xml
      rack
      rack-mount
A
Andrey Vakarev 已提交
183
    haml (3.1.6)
G
gitlabhq 已提交
184 185 186 187 188
    haml-rails (0.3.4)
      actionpack (~> 3.0)
      activesupport (~> 3.0)
      haml (~> 3.0)
      railties (~> 3.0)
189
    hashery (1.4.0)
V
Valery Sizov 已提交
190
    hashie (1.2.0)
R
randx 已提交
191
    headless (0.3.1)
G
gitlabhq 已提交
192
    hike (1.2.1)
193 194
    httparty (0.8.3)
      multi_json (~> 1.0)
A
Ariejan de Vroom 已提交
195
      multi_xml
G
gitlabhq 已提交
196
    i18n (0.6.0)
R
randx 已提交
197
    journey (1.0.4)
198 199
    jquery-rails (2.0.2)
      railties (>= 3.2.0, < 5.0)
G
gitlabhq 已提交
200
      thor (~> 0.14)
A
Andrey Vakarev 已提交
201
    jquery-ui-rails (0.5.0)
202 203
      jquery-rails
      railties (>= 3.1.0)
R
randx 已提交
204
    json (1.7.4)
D
Dmitriy Zaporozhets 已提交
205 206 207 208
    kaminari (0.13.0)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
      railties (>= 3.0.0)
209
    kgio (2.7.4)
210
    launchy (2.1.0)
G
gitlabhq 已提交
211
      addressable (~> 2.2.6)
N
Nihad Abbasov 已提交
212 213
    letter_opener (0.0.2)
      launchy
214
    libv8 (3.3.10.4)
215 216
    libwebsocket (0.1.3)
      addressable
217
    mail (2.4.4)
G
gitlabhq 已提交
218 219 220
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
221
    method_source (0.7.1)
R
randx 已提交
222
    mime-types (1.19)
223 224
    modernizr (2.5.3)
      sprockets (~> 2.0)
A
Andrey Vakarev 已提交
225
    multi_json (1.3.6)
226
    multi_xml (0.5.1)
D
Dmitriy Zaporozhets 已提交
227
    mysql2 (0.3.11)
V
Valery Sizov 已提交
228
    net-ldap (0.2.2)
A
Andrey Vakarev 已提交
229
    nokogiri (1.5.3)
230
    omniauth (1.1.0)
V
Valery Sizov 已提交
231 232
      hashie (~> 1.2)
      rack
N
Nihad Abbasov 已提交
233
    orm_adapter (0.3.0)
234
    polyglot (0.3.3)
G
gitlabhq 已提交
235
    posix-spawn (0.3.6)
236
    pry (0.9.9.6)
S
Saito 已提交
237
      coderay (~> 1.0.5)
238
      method_source (~> 0.7.1)
S
Saito 已提交
239
      slop (>= 2.4.4, < 3)
V
Valery Sizov 已提交
240
    pyu-ruby-sasl (0.0.3.3)
D
Dmitriy Zaporozhets 已提交
241
    rack (1.4.1)
242
    rack-cache (1.2)
G
gitlabhq 已提交
243
      rack (>= 0.4)
R
randx 已提交
244 245
    rack-mini-profiler (0.1.9)
      rack (>= 1.1.3)
246 247
    rack-mount (0.8.3)
      rack (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
248
    rack-protection (1.2.0)
A
Ariejan de Vroom 已提交
249
      rack
G
gitlabhq 已提交
250 251 252 253
    rack-ssl (1.3.2)
      rack
    rack-test (0.6.1)
      rack (>= 1.0)
R
randx 已提交
254 255 256 257 258 259
    rails (3.2.8)
      actionmailer (= 3.2.8)
      actionpack (= 3.2.8)
      activerecord (= 3.2.8)
      activeresource (= 3.2.8)
      activesupport (= 3.2.8)
G
gitlabhq 已提交
260
      bundler (~> 1.0)
R
randx 已提交
261 262 263 264
      railties (= 3.2.8)
    railties (3.2.8)
      actionpack (= 3.2.8)
      activesupport (= 3.2.8)
G
gitlabhq 已提交
265 266 267
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
A
Andrey Vakarev 已提交
268 269
      thor (>= 0.14.6, < 2.0)
    raindrops (0.9.0)
270
    rake (0.9.2.2)
N
Nihad Abbasov 已提交
271
    raphael-rails (1.5.2)
D
Dmitriy Zaporozhets 已提交
272
    rdoc (3.12)
273
      json (~> 1.4)
274
    redcarpet (2.1.1)
A
Ariejan de Vroom 已提交
275 276 277
    redis (2.2.2)
    redis-namespace (1.0.3)
      redis (< 3.0.0)
278
    resque (1.20.0)
A
Ariejan de Vroom 已提交
279 280 281 282
      multi_json (~> 1.0)
      redis-namespace (~> 1.0.2)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
283 284 285
    resque_mailer (2.0.3)
      actionmailer (>= 3.0.0)
      resque (>= 1.2.3)
286 287 288
    resque_spec (0.11.0)
      resque (>= 1.19.0)
      rspec (>= 2.5.0)
D
Dmitriy Zaporozhets 已提交
289 290 291 292
    rspec (2.10.0)
      rspec-core (~> 2.10.0)
      rspec-expectations (~> 2.10.0)
      rspec-mocks (~> 2.10.0)
A
Andrey Vakarev 已提交
293
    rspec-core (2.10.1)
D
Dmitriy Zaporozhets 已提交
294 295 296
    rspec-expectations (2.10.0)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.10.1)
297
    rspec-rails (2.10.1)
D
Dmitriy Zaporozhets 已提交
298 299 300 301
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec (~> 2.10.0)
V
Valery Sizov 已提交
302
    rubyntlm (0.1.1)
A
Andrey Vakarev 已提交
303
    rubypython (0.6.2)
G
gitlabhq 已提交
304 305
      blankslate (>= 2.1.2.3)
      ffi (~> 1.0.7)
306
    rubyzip (0.9.8)
A
Andrey Vakarev 已提交
307 308 309
    sass (3.1.19)
    sass-rails (3.2.5)
      railties (~> 3.2.0)
D
Dmitriy Zaporozhets 已提交
310 311 312 313 314
      sass (>= 3.1.10)
      tilt (~> 1.3)
    seed-fu (2.2.0)
      activerecord (~> 3.1)
      activesupport (~> 3.1)
A
Andrey Vakarev 已提交
315
    selenium-webdriver (2.22.2)
D
Dmitriy Zaporozhets 已提交
316
      childprocess (>= 0.2.5)
317 318 319
      ffi (~> 1.0)
      libwebsocket (~> 0.1.3)
      multi_json (~> 1.0)
G
gitlabhq 已提交
320
      rubyzip
321
    settingslogic (2.0.8)
A
Andrey Vakarev 已提交
322 323
    shoulda-matchers (1.1.0)
      activesupport (>= 3.0.0)
324 325
    simplecov (0.6.4)
      multi_json (~> 1.0)
G
gitlabhq 已提交
326 327
      simplecov-html (~> 0.5.3)
    simplecov-html (0.5.3)
D
Dmitriy Zaporozhets 已提交
328 329 330
    sinatra (1.3.2)
      rack (~> 1.3, >= 1.3.6)
      rack-protection (~> 1.2)
A
Ariejan de Vroom 已提交
331
      tilt (~> 1.3, >= 1.3.3)
G
gitlabhq 已提交
332
    six (0.2.0)
S
Saito 已提交
333
    slop (2.4.4)
334
    sprockets (2.1.3)
G
gitlabhq 已提交
335 336 337
      hike (~> 1.2)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
338
    sqlite3 (1.3.6)
G
gitlabhq 已提交
339
    stamp (0.1.6)
340
    therubyracer (0.10.1)
G
gitlabhq 已提交
341
      libv8 (~> 3.3.10)
342
    thin (1.3.1)
V
Valera Sizov 已提交
343 344 345
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
R
randx 已提交
346
    thor (0.15.4)
G
gitlabhq 已提交
347 348 349 350
    tilt (1.3.3)
    treetop (1.4.10)
      polyglot
      polyglot (>= 0.3.1)
351
    tzinfo (0.3.33)
D
Dmitriy Zaporozhets 已提交
352
    uglifier (1.0.3)
G
gitlabhq 已提交
353 354
      execjs (>= 0.3.0)
      multi_json (>= 1.0.2)
355
    unicorn (4.3.1)
V
Valery Sizov 已提交
356 357 358
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
D
Dmitriy Zaporozhets 已提交
359
    vegas (0.1.11)
A
Ariejan de Vroom 已提交
360
      rack (>= 1.0.0)
N
Nihad Abbasov 已提交
361
    warden (1.2.1)
G
gitlabhq 已提交
362
      rack (>= 1.0)
A
Andrey Vakarev 已提交
363
    webmock (1.8.7)
364
      addressable (>= 2.2.7)
A
Ariejan de Vroom 已提交
365
      crack (>= 0.1.7)
G
gitlabhq 已提交
366 367 368 369 370 371 372
    xpath (0.1.4)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
373
  acts-as-taggable-on (= 2.3.1)
G
gitlabhq 已提交
374 375 376 377
  annotate!
  autotest
  autotest-rails
  awesome_print
D
Dmitriy Zaporozhets 已提交
378
  bootstrap-sass (= 2.0.4)
G
gitlabhq 已提交
379
  capybara
R
randx 已提交
380
  capybara-webkit
G
gitlabhq 已提交
381
  carrierwave
S
Saito 已提交
382
  charlock_holmes
N
Nihad Abbasov 已提交
383
  chosen-rails
384
  coffee-rails (= 3.2.2)
385
  colored
D
Dmitriy Zaporozhets 已提交
386
  cucumber-rails
G
gitlabhq 已提交
387
  database_cleaner
N
Nihad Abbasov 已提交
388
  devise (~> 2.1.0)
R
randx 已提交
389
  draper
390
  email_spec
N
Nihad Abbasov 已提交
391
  ffaker
D
Dmitriy Zaporozhets 已提交
392
  foreman
V
Valera Sizov 已提交
393
  git
D
Dmitriy Zaporozhets 已提交
394
  gitlab_meta (= 2.8)
395
  gitolite!
396
  grack!
397
  grape (~> 0.2.1)
G
gitlabhq 已提交
398
  grit!
G
gitlabhq 已提交
399
  haml-rails
R
randx 已提交
400
  headless
A
Ariejan de Vroom 已提交
401
  httparty
A
Andrey Vakarev 已提交
402 403
  jquery-rails (= 2.0.2)
  jquery-ui-rails (= 0.5.0)
G
gitlabhq 已提交
404 405
  kaminari
  launchy
N
Nihad Abbasov 已提交
406
  letter_opener
407
  linguist (~> 1.0.0)!
A
Andrey Vakarev 已提交
408
  modernizr (= 2.5.3)
D
Dmitriy Zaporozhets 已提交
409
  mysql2
D
Dmitriy Zaporozhets 已提交
410
  omniauth-ldap!
S
Saito 已提交
411
  pry
D
Dmitriy Zaporozhets 已提交
412
  pygments.rb!
R
randx 已提交
413
  rack-mini-profiler
R
randx 已提交
414
  rails (= 3.2.8)
N
Nihad Abbasov 已提交
415
  raphael-rails (= 1.5.2)
416
  redcarpet (~> 2.1.1)
417
  resque (~> 1.20.0)
418
  resque_mailer
419
  resque_spec
G
gitlabhq 已提交
420
  rspec-rails
A
Andrey Vakarev 已提交
421
  sass-rails (= 3.2.5)
D
Dmitriy Zaporozhets 已提交
422
  seed-fu
423
  settingslogic
424
  shoulda-matchers
G
gitlabhq 已提交
425 426 427 428 429
  simplecov
  six
  sqlite3
  stamp
  therubyracer
V
Valera Sizov 已提交
430
  thin
D
Dmitriy Zaporozhets 已提交
431
  uglifier (= 1.0.3)
V
Valery Sizov 已提交
432
  unicorn
A
Ariejan de Vroom 已提交
433
  webmock
D
Dmitriy Zaporozhets 已提交
434
  yaml_db!