Gemfile.lock 8.1 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
18 19
  revision: 810e3c11787e9d84c5925a7edc3264db0f04bb49
  ref: 810e3c11787e9d84c5925a7edc3264db0f04bb49
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)

36 37 38 39 40 41 42
GIT
  remote: https://github.com/gitlabhq/pygments.rb.git
  revision: dfa0d936da40f25e249a7d20f895e6d4cab72b50
  specs:
    pygments.rb (0.2.12)
      rubypython (~> 0.6.1)

D
Dmitriy Zaporozhets 已提交
43 44 45 46 47 48
GIT
  remote: https://github.com/gitlabhq/yaml_db.git
  revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
  specs:
    yaml_db (0.2.2)

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

PLATFORMS
  ruby

DEPENDENCIES
A
Aleksei Kvitinskii 已提交
324
  acts-as-taggable-on (~> 2.1.0)
V
VSizov 已提交
325
  acts_as_list
G
gitlabhq 已提交
326 327 328 329
  annotate!
  autotest
  autotest-rails
  awesome_print
330
  bootstrap-sass (= 2.0.3)
G
gitlabhq 已提交
331 332
  capybara
  carrierwave
S
Saito 已提交
333
  charlock_holmes
334
  coffee-rails (= 3.2.2)
335
  colored
G
gitlabhq 已提交
336
  database_cleaner
337
  devise (~> 1.5)
D
Dmitriy Zaporozhets 已提交
338
  drapper
339
  email_spec
G
gitlabhq 已提交
340
  faker
D
Dmitriy Zaporozhets 已提交
341
  foreman
V
Valera Sizov 已提交
342
  git
343
  gitolite!
G
gitlabhq 已提交
344
  grit!
G
gitlabhq 已提交
345
  haml-rails
A
Ariejan de Vroom 已提交
346
  httparty
G
gitlabhq 已提交
347 348 349
  jquery-rails
  kaminari
  launchy
N
Nihad Abbasov 已提交
350
  letter_opener
351
  linguist (~> 1.0.0)!
R
randx 已提交
352
  modularity
D
Dmitriy Zaporozhets 已提交
353
  mysql2
V
Valery Sizov 已提交
354
  omniauth-ldap
S
Saito 已提交
355
  pry
356
  pygments.rb (= 0.2.12)!
357
  rails (= 3.2.3)
D
Dmitriy Zaporozhets 已提交
358
  rails-footnotes
359
  redcarpet (~> 2.1.1)
360
  resque (~> 1.20.0)
361
  resque_mailer
G
gitlabhq 已提交
362
  rspec-rails
D
Dmitriy Zaporozhets 已提交
363 364
  sass-rails (= 3.2.3)
  seed-fu
365
  shoulda-matchers
G
gitlabhq 已提交
366 367 368 369 370
  simplecov
  six
  sqlite3
  stamp
  therubyracer
V
Valera Sizov 已提交
371
  thin
G
gitlabhq 已提交
372
  turn
D
Dmitriy Zaporozhets 已提交
373
  uglifier (= 1.0.3)
V
Valery Sizov 已提交
374
  unicorn
A
Ariejan de Vroom 已提交
375
  webmock
D
Dmitriy Zaporozhets 已提交
376
  yaml_db!