Gemfile.lock 8.79 KB
Newer Older
gitlabhq's avatar
gitlabhq committed
1
GIT
2
  remote: https://github.com/ctran/annotate_models.git
3
  revision: 18cd39ad01829deba5aa34634b8540d6675ab978
gitlabhq's avatar
gitlabhq committed
4 5 6
  specs:
    annotate (2.4.1.beta1)

7
GIT
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
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)

gitlabhq's avatar
gitlabhq committed
16
GIT
17
  remote: https://github.com/gitlabhq/grit.git
18 19
  revision: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
  ref: 7f35cb98ff17d534a07e3ce6ec3d580f67402837
gitlabhq's avatar
gitlabhq committed
20
  specs:
21
    grit (2.5.0)
gitlabhq's avatar
gitlabhq committed
22 23 24 25
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
      posix-spawn (~> 0.3.6)

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
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)

36 37
GIT
  remote: https://github.com/gitlabhq/pygments.rb.git
38 39
  revision: 2cada028da5054616634a1d9ca6941b65b3ce188
  ref: 2cada028da5054616634a1d9ca6941b65b3ce188
40
  specs:
41
    pygments.rb (0.2.13)
42 43
      rubypython (~> 0.6.1)

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
44 45 46 47 48 49
GIT
  remote: https://github.com/gitlabhq/yaml_db.git
  revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
  specs:
    yaml_db (0.2.2)

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

PLATFORMS
  ruby

DEPENDENCIES
Aleksei Kvitinskii's avatar
Aleksei Kvitinskii committed
345
  acts-as-taggable-on (~> 2.1.0)
VSizov's avatar
VSizov committed
346
  acts_as_list
gitlabhq's avatar
gitlabhq committed
347 348 349 350
  annotate!
  autotest
  autotest-rails
  awesome_print
351
  bootstrap-sass (= 2.0.3.1)
gitlabhq's avatar
gitlabhq committed
352 353
  capybara
  carrierwave
Saito's avatar
Saito committed
354
  charlock_holmes
Nihad Abbasov's avatar
Nihad Abbasov committed
355
  chosen-rails
356
  coffee-rails (= 3.2.2)
357
  colored
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
358
  cucumber-rails
gitlabhq's avatar
gitlabhq committed
359
  database_cleaner
360
  devise (~> 1.5)
361
  drapper
362
  email_spec
Nihad Abbasov's avatar
Nihad Abbasov committed
363
  ffaker
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
364
  foreman
Valera Sizov's avatar
Valera Sizov committed
365
  git
366
  gitolite!
gitlabhq's avatar
gitlabhq committed
367
  grit!
gitlabhq's avatar
gitlabhq committed
368
  haml-rails
369
  httparty
370 371
  jquery-rails (= 2.0.2)
  jquery-ui-rails (= 0.5.0)
gitlabhq's avatar
gitlabhq committed
372 373
  kaminari
  launchy
Nihad Abbasov's avatar
Nihad Abbasov committed
374
  letter_opener
375
  linguist (~> 1.0.0)!
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
376
  minitest (>= 2.10)
377
  modernizr (= 2.5.3)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
378
  mysql2
Valery Sizov's avatar
Valery Sizov committed
379
  omniauth-ldap
Saito's avatar
Saito committed
380
  pry
381
  pygments.rb!
382
  rails (= 3.2.5)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
383
  rails-footnotes
384
  raphael-rails (= 1.5.2)
385
  redcarpet (~> 2.1.1)
386
  resque (~> 1.20.0)
387
  resque_mailer
gitlabhq's avatar
gitlabhq committed
388
  rspec-rails
389
  sass-rails (= 3.2.5)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
390
  seed-fu
391
  shoulda-matchers
gitlabhq's avatar
gitlabhq committed
392 393 394 395 396
  simplecov
  six
  sqlite3
  stamp
  therubyracer
Valera Sizov's avatar
Valera Sizov committed
397
  thin
gitlabhq's avatar
gitlabhq committed
398
  turn
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
399
  uglifier (= 1.0.3)
Valery Sizov's avatar
Valery Sizov committed
400
  unicorn
401
  webmock
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
402
  yaml_db!