Gemfile.lock 9.0 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)

G
gitlabhq 已提交
16
GIT
S
Shane O'Grady 已提交
17
  remote: https://github.com/gitlabhq/grit.git
W
Wouter D'Haeseleer 已提交
18 19
  revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
  ref: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
G
gitlabhq 已提交
20
  specs:
21
    grit (2.5.0)
G
gitlabhq 已提交
22 23 24 25
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
      posix-spawn (~> 0.3.6)

D
Dmitriy Zaporozhets 已提交
26 27 28 29 30 31 32 33 34 35
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 已提交
36 37 38 39 40 41 42 43 44 45 46
GIT
  remote: https://github.com/gitlabhq/omniauth-ldap.git
  revision: 7edf27d0281e09561838122982c16b7e62181f44
  ref: 7edf27d0281e09561838122982c16b7e62181f44
  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)

47 48
GIT
  remote: https://github.com/gitlabhq/pygments.rb.git
D
Dmitriy Zaporozhets 已提交
49 50
  revision: 2cada028da5054616634a1d9ca6941b65b3ce188
  ref: 2cada028da5054616634a1d9ca6941b65b3ce188
51
  specs:
D
Dmitriy Zaporozhets 已提交
52
    pygments.rb (0.2.13)
53 54
      rubypython (~> 0.6.1)

D
Dmitriy Zaporozhets 已提交
55 56 57 58 59 60
GIT
  remote: https://github.com/gitlabhq/yaml_db.git
  revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
  specs:
    yaml_db (0.2.2)

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

PLATFORMS
  ruby

DEPENDENCIES
354
  acts-as-taggable-on (= 2.3.1)
V
VSizov 已提交
355
  acts_as_list
G
gitlabhq 已提交
356 357 358 359
  annotate!
  autotest
  autotest-rails
  awesome_print
A
Andrey Vakarev 已提交
360
  bootstrap-sass (= 2.0.3.1)
G
gitlabhq 已提交
361 362
  capybara
  carrierwave
S
Saito 已提交
363
  charlock_holmes
N
Nihad Abbasov 已提交
364
  chosen-rails
365
  coffee-rails (= 3.2.2)
366
  colored
D
Dmitriy Zaporozhets 已提交
367
  cucumber-rails
G
gitlabhq 已提交
368
  database_cleaner
369
  devise (~> 1.5)
D
Dmitriy Zaporozhets 已提交
370
  drapper
371
  email_spec
N
Nihad Abbasov 已提交
372
  ffaker
D
Dmitriy Zaporozhets 已提交
373
  foreman
V
Valera Sizov 已提交
374
  git
375
  gitolite!
G
gitlabhq 已提交
376
  grit!
G
gitlabhq 已提交
377
  haml-rails
A
Ariejan de Vroom 已提交
378
  httparty
A
Andrey Vakarev 已提交
379 380
  jquery-rails (= 2.0.2)
  jquery-ui-rails (= 0.5.0)
G
gitlabhq 已提交
381 382
  kaminari
  launchy
N
Nihad Abbasov 已提交
383
  letter_opener
384
  linguist (~> 1.0.0)!
D
Dmitriy Zaporozhets 已提交
385
  minitest (>= 2.10)
A
Andrey Vakarev 已提交
386
  modernizr (= 2.5.3)
D
Dmitriy Zaporozhets 已提交
387
  mysql2
D
Dmitriy Zaporozhets 已提交
388
  omniauth-ldap!
S
Saito 已提交
389
  pry
D
Dmitriy Zaporozhets 已提交
390
  pygments.rb!
A
Andrey Vakarev 已提交
391
  rails (= 3.2.5)
D
Dmitriy Zaporozhets 已提交
392
  rails-footnotes
N
Nihad Abbasov 已提交
393
  raphael-rails (= 1.5.2)
394
  redcarpet (~> 2.1.1)
395
  resque (~> 1.20.0)
396
  resque_mailer
397
  resque_spec
G
gitlabhq 已提交
398
  rspec-rails
A
Andrey Vakarev 已提交
399
  sass-rails (= 3.2.5)
D
Dmitriy Zaporozhets 已提交
400
  seed-fu
401
  shoulda-matchers
G
gitlabhq 已提交
402 403 404 405 406
  simplecov
  six
  sqlite3
  stamp
  therubyracer
V
Valera Sizov 已提交
407
  thin
G
gitlabhq 已提交
408
  turn
D
Dmitriy Zaporozhets 已提交
409
  uglifier (= 1.0.3)
V
Valery Sizov 已提交
410
  unicorn
A
Ariejan de Vroom 已提交
411
  webmock
D
Dmitriy Zaporozhets 已提交
412
  yaml_db!