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

S
Saito 已提交
7 8 9 10 11 12 13
GIT
  remote: https://github.com/gitlabhq/grack.git
  revision: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
  specs:
    grack (1.0.0)
      rack (~> 1.4.1)

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

D
Dmitriy Zaporozhets 已提交
24 25
GIT
  remote: https://github.com/gitlabhq/omniauth-ldap.git
26 27
  revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
  ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
D
Dmitriy Zaporozhets 已提交
28 29 30 31 32 33 34
  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)

D
Dmitriy Zaporozhets 已提交
35 36 37 38 39 40
GIT
  remote: https://github.com/gitlabhq/yaml_db.git
  revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
  specs:
    yaml_db (0.2.2)

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

PLATFORMS
  ruby

DEPENDENCIES
403
  acts-as-taggable-on (= 2.3.1)
G
gitlabhq 已提交
404 405
  annotate!
  awesome_print
D
Dmitriy Zaporozhets 已提交
406
  bootstrap-sass (= 2.0.4)
G
gitlabhq 已提交
407
  capybara
R
randx 已提交
408
  capybara-webkit
G
gitlabhq 已提交
409
  carrierwave
S
Saito 已提交
410
  charlock_holmes
N
Nihad Abbasov 已提交
411
  chosen-rails
412
  coffee-rails (= 3.2.2)
413
  colored
G
gitlabhq 已提交
414
  database_cleaner
N
Nihad Abbasov 已提交
415
  devise (~> 2.1.0)
R
randx 已提交
416
  draper
417
  email_spec
R
Robert Speicher 已提交
418
  factory_girl_rails
N
Nihad Abbasov 已提交
419
  ffaker
D
Dmitriy Zaporozhets 已提交
420
  foreman
V
Valera Sizov 已提交
421
  git
V
Valeriy Sizov 已提交
422
  github-linguist (~> 2.3.4)
423
  github-markup (~> 0.7.4)
R
randx 已提交
424
  gitlab_meta (= 2.9)
425
  gitolite (= 1.1.0)
426
  grack!
427
  grape (~> 0.2.1)
G
gitlabhq 已提交
428
  grit!
429
  growl
R
randx 已提交
430
  guard-rspec
N
Nihad Abbasov 已提交
431
  guard-spinach
G
gitlabhq 已提交
432
  haml-rails
R
randx 已提交
433
  headless
A
Ariejan de Vroom 已提交
434
  httparty
N
Nihad Abbasov 已提交
435
  jquery-atwho-rails (= 0.1.6)
A
Andrey Vakarev 已提交
436 437
  jquery-rails (= 2.0.2)
  jquery-ui-rails (= 0.5.0)
G
gitlabhq 已提交
438 439
  kaminari
  launchy
N
Nihad Abbasov 已提交
440
  letter_opener
A
Andrey Vakarev 已提交
441
  modernizr (= 2.5.3)
D
Dmitriy Zaporozhets 已提交
442
  mysql2
D
Dmitriy Zaporozhets 已提交
443 444 445
  omniauth
  omniauth-github
  omniauth-google-oauth2
D
Dmitriy Zaporozhets 已提交
446
  omniauth-ldap!
D
Dmitriy Zaporozhets 已提交
447
  omniauth-twitter
A
Andrey Kumanyaev 已提交
448
  pg
S
Saito 已提交
449
  pry
V
Valeriy Sizov 已提交
450
  pygments.rb (= 0.3.1)
R
randx 已提交
451
  rack-mini-profiler
R
randx 已提交
452
  rails (= 3.2.8)
453
  rails-dev-tweaks
N
Nihad Abbasov 已提交
454
  raphael-rails (= 1.5.2)
455 456
  rb-fsevent
  rb-inotify
457
  redcarpet (~> 2.1.1)
458
  resque (~> 1.20.0)
459
  resque_mailer
460
  resque_spec
G
gitlabhq 已提交
461
  rspec-rails
A
Andrey Vakarev 已提交
462
  sass-rails (= 3.2.5)
D
Dmitriy Zaporozhets 已提交
463
  seed-fu
464
  settingslogic
465
  shoulda-matchers
G
gitlabhq 已提交
466 467
  simplecov
  six
N
Nihad Abbasov 已提交
468
  spinach-rails
G
gitlabhq 已提交
469 470
  sqlite3
  stamp
A
Alex Denisov 已提交
471
  test_after_commit
G
gitlabhq 已提交
472
  therubyracer
V
Valera Sizov 已提交
473
  thin
D
Dmitriy Zaporozhets 已提交
474
  uglifier (= 1.0.3)
V
Valery Sizov 已提交
475
  unicorn
A
Ariejan de Vroom 已提交
476
  webmock
D
Dmitriy Zaporozhets 已提交
477
  yaml_db!