Gemfile.lock 9.9 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)
111
    builder (3.0.2)
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)
128
    chosen-rails (0.9.8.3)
N
Nihad Abbasov 已提交
129 130
      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)
R
Robert Speicher 已提交
169 170 171 172 173
    factory_girl (4.0.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.0.0)
      factory_girl (~> 4.0.0)
      railties (>= 3.0.0)
N
Nihad Abbasov 已提交
174
    ffaker (1.14.0)
175
    ffi (1.0.11)
A
Andrey Vakarev 已提交
176
    foreman (0.47.0)
D
Dmitriy Zaporozhets 已提交
177
      thor (>= 0.13.6)
D
Dmitriy Zaporozhets 已提交
178 179
    gherkin (2.11.0)
      json (>= 1.4.6)
V
Valera Sizov 已提交
180
    git (1.2.5)
R
Robert Speicher 已提交
181
    github-markup (0.7.4)
R
randx 已提交
182
    gitlab_meta (2.9)
183
    grape (0.2.1)
184 185 186 187 188
      hashie (~> 1.2)
      multi_json
      multi_xml
      rack
      rack-mount
R
randx 已提交
189 190 191 192 193 194 195 196
    guard (1.3.2)
      listen (>= 0.4.2)
      thor (>= 0.14.6)
    guard-cucumber (1.2.0)
      cucumber (>= 1.2.0)
      guard (>= 1.1.0)
    guard-rspec (1.2.1)
      guard (>= 1.1)
A
Andrey Vakarev 已提交
197
    haml (3.1.6)
G
gitlabhq 已提交
198 199 200 201 202
    haml-rails (0.3.4)
      actionpack (~> 3.0)
      activesupport (~> 3.0)
      haml (~> 3.0)
      railties (~> 3.0)
203
    hashery (1.4.0)
V
Valery Sizov 已提交
204
    hashie (1.2.0)
R
randx 已提交
205
    headless (0.3.1)
G
gitlabhq 已提交
206
    hike (1.2.1)
207 208
    httparty (0.8.3)
      multi_json (~> 1.0)
A
Ariejan de Vroom 已提交
209
      multi_xml
N
Nihad Abbasov 已提交
210
    i18n (0.6.1)
R
randx 已提交
211
    journey (1.0.4)
212 213
    jquery-rails (2.0.2)
      railties (>= 3.2.0, < 5.0)
G
gitlabhq 已提交
214
      thor (~> 0.14)
A
Andrey Vakarev 已提交
215
    jquery-ui-rails (0.5.0)
216 217
      jquery-rails
      railties (>= 3.1.0)
N
Nihad Abbasov 已提交
218 219
    json (1.7.5)
    kaminari (0.14.0)
D
Dmitriy Zaporozhets 已提交
220 221
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
222
    kgio (2.7.4)
223
    launchy (2.1.0)
G
gitlabhq 已提交
224
      addressable (~> 2.2.6)
N
Nihad Abbasov 已提交
225 226
    letter_opener (0.0.2)
      launchy
227
    libv8 (3.3.10.4)
228 229
    libwebsocket (0.1.3)
      addressable
R
randx 已提交
230
    listen (0.5.0)
231
    mail (2.4.4)
G
gitlabhq 已提交
232 233 234
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
235
    method_source (0.7.1)
R
randx 已提交
236
    mime-types (1.19)
237 238
    modernizr (2.5.3)
      sprockets (~> 2.0)
A
Andrey Vakarev 已提交
239
    multi_json (1.3.6)
240
    multi_xml (0.5.1)
D
Dmitriy Zaporozhets 已提交
241
    mysql2 (0.3.11)
V
Valery Sizov 已提交
242
    net-ldap (0.2.2)
A
Andrey Vakarev 已提交
243
    nokogiri (1.5.3)
244
    omniauth (1.1.0)
V
Valery Sizov 已提交
245 246
      hashie (~> 1.2)
      rack
N
Nihad Abbasov 已提交
247
    orm_adapter (0.3.0)
248
    polyglot (0.3.3)
G
gitlabhq 已提交
249
    posix-spawn (0.3.6)
250
    pry (0.9.9.6)
S
Saito 已提交
251
      coderay (~> 1.0.5)
252
      method_source (~> 0.7.1)
S
Saito 已提交
253
      slop (>= 2.4.4, < 3)
V
Valery Sizov 已提交
254
    pyu-ruby-sasl (0.0.3.3)
D
Dmitriy Zaporozhets 已提交
255
    rack (1.4.1)
256
    rack-cache (1.2)
G
gitlabhq 已提交
257
      rack (>= 0.4)
R
randx 已提交
258 259
    rack-mini-profiler (0.1.9)
      rack (>= 1.1.3)
260 261
    rack-mount (0.8.3)
      rack (>= 1.0.0)
D
Dmitriy Zaporozhets 已提交
262
    rack-protection (1.2.0)
A
Ariejan de Vroom 已提交
263
      rack
G
gitlabhq 已提交
264 265 266 267
    rack-ssl (1.3.2)
      rack
    rack-test (0.6.1)
      rack (>= 1.0)
R
randx 已提交
268 269 270 271 272 273
    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 已提交
274
      bundler (~> 1.0)
R
randx 已提交
275 276 277 278
      railties (= 3.2.8)
    railties (3.2.8)
      actionpack (= 3.2.8)
      activesupport (= 3.2.8)
G
gitlabhq 已提交
279 280 281
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
A
Andrey Vakarev 已提交
282 283
      thor (>= 0.14.6, < 2.0)
    raindrops (0.9.0)
284
    rake (0.9.2.2)
N
Nihad Abbasov 已提交
285
    raphael-rails (1.5.2)
D
Dmitriy Zaporozhets 已提交
286
    rdoc (3.12)
287
      json (~> 1.4)
288
    redcarpet (2.1.1)
A
Ariejan de Vroom 已提交
289 290 291
    redis (2.2.2)
    redis-namespace (1.0.3)
      redis (< 3.0.0)
292
    resque (1.20.0)
A
Ariejan de Vroom 已提交
293 294 295 296
      multi_json (~> 1.0)
      redis-namespace (~> 1.0.2)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
297 298 299
    resque_mailer (2.0.3)
      actionmailer (>= 3.0.0)
      resque (>= 1.2.3)
300 301 302
    resque_spec (0.11.0)
      resque (>= 1.19.0)
      rspec (>= 2.5.0)
D
Dmitriy Zaporozhets 已提交
303 304 305 306
    rspec (2.10.0)
      rspec-core (~> 2.10.0)
      rspec-expectations (~> 2.10.0)
      rspec-mocks (~> 2.10.0)
A
Andrey Vakarev 已提交
307
    rspec-core (2.10.1)
D
Dmitriy Zaporozhets 已提交
308 309 310
    rspec-expectations (2.10.0)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.10.1)
311
    rspec-rails (2.10.1)
D
Dmitriy Zaporozhets 已提交
312 313 314 315
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec (~> 2.10.0)
V
Valery Sizov 已提交
316
    rubyntlm (0.1.1)
A
Andrey Vakarev 已提交
317
    rubypython (0.6.2)
G
gitlabhq 已提交
318 319
      blankslate (>= 2.1.2.3)
      ffi (~> 1.0.7)
320
    rubyzip (0.9.8)
A
Andrey Vakarev 已提交
321 322 323
    sass (3.1.19)
    sass-rails (3.2.5)
      railties (~> 3.2.0)
D
Dmitriy Zaporozhets 已提交
324 325 326 327 328
      sass (>= 3.1.10)
      tilt (~> 1.3)
    seed-fu (2.2.0)
      activerecord (~> 3.1)
      activesupport (~> 3.1)
A
Andrey Vakarev 已提交
329
    selenium-webdriver (2.22.2)
D
Dmitriy Zaporozhets 已提交
330
      childprocess (>= 0.2.5)
331 332 333
      ffi (~> 1.0)
      libwebsocket (~> 0.1.3)
      multi_json (~> 1.0)
G
gitlabhq 已提交
334
      rubyzip
335
    settingslogic (2.0.8)
N
Nihad Abbasov 已提交
336
    shoulda-matchers (1.3.0)
A
Andrey Vakarev 已提交
337
      activesupport (>= 3.0.0)
338 339
    simplecov (0.6.4)
      multi_json (~> 1.0)
G
gitlabhq 已提交
340 341
      simplecov-html (~> 0.5.3)
    simplecov-html (0.5.3)
D
Dmitriy Zaporozhets 已提交
342 343 344
    sinatra (1.3.2)
      rack (~> 1.3, >= 1.3.6)
      rack-protection (~> 1.2)
A
Ariejan de Vroom 已提交
345
      tilt (~> 1.3, >= 1.3.3)
G
gitlabhq 已提交
346
    six (0.2.0)
S
Saito 已提交
347
    slop (2.4.4)
348
    sprockets (2.1.3)
G
gitlabhq 已提交
349 350 351
      hike (~> 1.2)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
352
    sqlite3 (1.3.6)
G
gitlabhq 已提交
353
    stamp (0.1.6)
354
    therubyracer (0.10.1)
G
gitlabhq 已提交
355
      libv8 (~> 3.3.10)
356
    thin (1.3.1)
V
Valera Sizov 已提交
357 358 359
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
N
Nihad Abbasov 已提交
360
    thor (0.16.0)
G
gitlabhq 已提交
361 362 363 364
    tilt (1.3.3)
    treetop (1.4.10)
      polyglot
      polyglot (>= 0.3.1)
365
    tzinfo (0.3.33)
D
Dmitriy Zaporozhets 已提交
366
    uglifier (1.0.3)
G
gitlabhq 已提交
367 368
      execjs (>= 0.3.0)
      multi_json (>= 1.0.2)
369
    unicorn (4.3.1)
V
Valery Sizov 已提交
370 371 372
      kgio (~> 2.6)
      rack
      raindrops (~> 0.7)
D
Dmitriy Zaporozhets 已提交
373
    vegas (0.1.11)
A
Ariejan de Vroom 已提交
374
      rack (>= 1.0.0)
N
Nihad Abbasov 已提交
375
    warden (1.2.1)
G
gitlabhq 已提交
376
      rack (>= 1.0)
A
Andrey Vakarev 已提交
377
    webmock (1.8.7)
378
      addressable (>= 2.2.7)
A
Ariejan de Vroom 已提交
379
      crack (>= 0.1.7)
G
gitlabhq 已提交
380 381 382 383 384 385 386
    xpath (0.1.4)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

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