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

PLATFORMS
  ruby

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