Gemfile.lock 7.5 KB
Newer Older
G
gitlabhq 已提交
1
GIT
S
Shane O'Grady 已提交
2
  remote: https://github.com/ctran/annotate_models.git
D
Dmitriy Zaporozhets 已提交
3
  revision: a43c08f0eb4d69a48c6830630ebb60e35ccb2d2d
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 11 12 13 14
  revision: 36dabd226caa40ff052677719adaacbfe667b36c
  specs:
    gitolite (0.0.3.alpha)
      grit (~> 2.4.1)
      hashery (~> 1.4.0)

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

G
gitlabhq 已提交
24 25 26 27
GEM
  remote: http://rubygems.org/
  specs:
    ZenTest (4.5.0)
D
Dmitriy Zaporozhets 已提交
28 29 30 31 32 33
    actionmailer (3.2.1)
      actionpack (= 3.2.1)
      mail (~> 2.4.0)
    actionpack (3.2.1)
      activemodel (= 3.2.1)
      activesupport (= 3.2.1)
G
gitlabhq 已提交
34 35
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
D
Dmitriy Zaporozhets 已提交
36 37
      journey (~> 1.0.1)
      rack (~> 1.4.0)
38
      rack-cache (~> 1.1)
G
gitlabhq 已提交
39
      rack-test (~> 0.6.1)
D
Dmitriy Zaporozhets 已提交
40 41 42
      sprockets (~> 2.1.2)
    activemodel (3.2.1)
      activesupport (= 3.2.1)
G
gitlabhq 已提交
43
      builder (~> 3.0.0)
D
Dmitriy Zaporozhets 已提交
44 45 46 47
    activerecord (3.2.1)
      activemodel (= 3.2.1)
      activesupport (= 3.2.1)
      arel (~> 3.0.0)
G
gitlabhq 已提交
48
      tzinfo (~> 0.3.29)
D
Dmitriy Zaporozhets 已提交
49 50 51 52 53
    activeresource (3.2.1)
      activemodel (= 3.2.1)
      activesupport (= 3.2.1)
    activesupport (3.2.1)
      i18n (~> 0.6)
G
gitlabhq 已提交
54
      multi_json (~> 1.0)
A
Aleksei Kvitinskii 已提交
55 56
    acts-as-taggable-on (2.1.1)
      rails
V
VSizov 已提交
57
    acts_as_list (0.1.4)
G
gitlabhq 已提交
58
    addressable (2.2.6)
D
Dmitriy Zaporozhets 已提交
59
    ansi (1.4.2)
N
Nihad Abbasov 已提交
60
    archive-tar-minitar (0.5.2)
D
Dmitriy Zaporozhets 已提交
61
    arel (3.0.0)
G
gitlabhq 已提交
62 63 64 65
    autotest (4.4.6)
      ZenTest (>= 4.4.1)
    autotest-rails (4.1.1)
      ZenTest (= 4.5)
D
Dmitriy Zaporozhets 已提交
66
    awesome_print (1.0.2)
G
gitlabhq 已提交
67
    bcrypt-ruby (3.0.1)
G
gitlabhq 已提交
68
    blankslate (2.1.2.4)
D
Dmitriy Zaporozhets 已提交
69 70
    bootstrap-sass (1.4.4)
      sass-rails (~> 3.1)
G
gitlabhq 已提交
71
    builder (3.0.0)
72
    capybara (1.1.2)
G
gitlabhq 已提交
73 74 75 76 77 78
      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)
79
    carrierwave (0.5.8)
G
gitlabhq 已提交
80
      activesupport (~> 3.0)
S
Saito 已提交
81
    charlock_holmes (0.6.8)
D
Dmitriy Zaporozhets 已提交
82
    childprocess (0.3.1)
G
gitlabhq 已提交
83
      ffi (~> 1.0.6)
D
Dmitriy Zaporozhets 已提交
84
    coffee-rails (3.2.1)
G
gitlabhq 已提交
85
      coffee-script (>= 2.2.0)
D
Dmitriy Zaporozhets 已提交
86
      railties (~> 3.2.0.beta)
G
gitlabhq 已提交
87 88 89
    coffee-script (2.2.0)
      coffee-script-source
      execjs
D
Dmitriy Zaporozhets 已提交
90 91
    coffee-script-source (1.2.0)
    columnize (0.3.6)
A
Ariejan de Vroom 已提交
92
    crack (0.3.1)
D
Dmitriy Zaporozhets 已提交
93 94
    daemons (1.1.8)
    database_cleaner (0.7.1)
95
    devise (1.5.0)
G
gitlabhq 已提交
96 97
      bcrypt-ruby (~> 3.0)
      orm_adapter (~> 0.0.3)
98
      warden (~> 1.1)
G
gitlabhq 已提交
99
    diff-lcs (1.1.3)
D
Dmitriy Zaporozhets 已提交
100
    drapper (0.8.4)
G
gitlabhq 已提交
101
    erubis (2.7.0)
V
Valera Sizov 已提交
102
    eventmachine (0.12.10)
D
Dmitriy Zaporozhets 已提交
103
    execjs (1.3.0)
G
gitlabhq 已提交
104
      multi_json (~> 1.0)
105
    faker (1.0.1)
G
gitlabhq 已提交
106
      i18n (~> 0.4)
107
    ffi (1.0.11)
D
Dmitriy Zaporozhets 已提交
108 109
    foreman (0.39.0)
      term-ansicolor (~> 1.0.7)
D
Dmitriy Zaporozhets 已提交
110
      thor (>= 0.13.6)
V
Valera Sizov 已提交
111
    git (1.2.5)
D
Dmitriy Zaporozhets 已提交
112
    haml (3.1.4)
G
gitlabhq 已提交
113 114 115 116 117
    haml-rails (0.3.4)
      actionpack (~> 3.0)
      activesupport (~> 3.0)
      haml (~> 3.0)
      railties (~> 3.0)
118
    hashery (1.4.0)
V
Valery Sizov 已提交
119
    hashie (1.2.0)
G
gitlabhq 已提交
120
    hike (1.2.1)
A
Ariejan de Vroom 已提交
121 122 123
    httparty (0.8.1)
      multi_json
      multi_xml
G
gitlabhq 已提交
124
    i18n (0.6.0)
D
Dmitriy Zaporozhets 已提交
125 126 127
    journey (1.0.1)
    jquery-rails (2.0.0)
      railties (>= 3.2.0.beta, < 5.0)
G
gitlabhq 已提交
128
      thor (~> 0.14)
D
Dmitriy Zaporozhets 已提交
129 130 131 132 133
    json (1.6.5)
    kaminari (0.13.0)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
      railties (>= 3.0.0)
G
gitlabhq 已提交
134 135
    launchy (2.0.5)
      addressable (~> 2.2.6)
N
Nihad Abbasov 已提交
136 137
    letter_opener (0.0.2)
      launchy
138
    libv8 (3.3.10.4)
N
Nihad Abbasov 已提交
139 140
    linecache19 (0.5.12)
      ruby_core_source (>= 0.1.4)
D
Dmitriy Zaporozhets 已提交
141
    mail (2.4.1)
G
gitlabhq 已提交
142 143 144
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
145
    mime-types (1.17.2)
D
Dmitriy Zaporozhets 已提交
146
    multi_json (1.0.4)
A
Ariejan de Vroom 已提交
147
    multi_xml (0.4.1)
V
Valery Sizov 已提交
148
    net-ldap (0.2.2)
G
gitlabhq 已提交
149
    nokogiri (1.5.0)
V
Valery Sizov 已提交
150 151 152 153 154 155 156 157
    omniauth (1.0.2)
      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)
D
Dmitriy Zaporozhets 已提交
158
    orm_adapter (0.0.6)
159
    polyglot (0.3.3)
G
gitlabhq 已提交
160
    posix-spawn (0.3.6)
161 162
    pygments.rb (0.2.4)
      rubypython (~> 0.5.3)
V
Valery Sizov 已提交
163
    pyu-ruby-sasl (0.0.3.3)
D
Dmitriy Zaporozhets 已提交
164
    rack (1.4.1)
165
    rack-cache (1.1)
G
gitlabhq 已提交
166
      rack (>= 0.4)
D
Dmitriy Zaporozhets 已提交
167
    rack-protection (1.2.0)
A
Ariejan de Vroom 已提交
168
      rack
G
gitlabhq 已提交
169 170 171 172
    rack-ssl (1.3.2)
      rack
    rack-test (0.6.1)
      rack (>= 1.0)
D
Dmitriy Zaporozhets 已提交
173 174 175 176 177 178
    rails (3.2.1)
      actionmailer (= 3.2.1)
      actionpack (= 3.2.1)
      activerecord (= 3.2.1)
      activeresource (= 3.2.1)
      activesupport (= 3.2.1)
G
gitlabhq 已提交
179
      bundler (~> 1.0)
D
Dmitriy Zaporozhets 已提交
180
      railties (= 3.2.1)
181
    rails-footnotes (3.7.5)
G
gitlabhq 已提交
182
      rails (>= 3.0.0)
D
Dmitriy Zaporozhets 已提交
183 184 185
    railties (3.2.1)
      actionpack (= 3.2.1)
      activesupport (= 3.2.1)
G
gitlabhq 已提交
186 187 188 189
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (~> 0.14.6)
190
    rake (0.9.2.2)
N
Nihad Abbasov 已提交
191
    rdiscount (1.6.8)
D
Dmitriy Zaporozhets 已提交
192
    rdoc (3.12)
193
      json (~> 1.4)
A
Ariejan de Vroom 已提交
194 195 196 197 198 199 200 201
    redis (2.2.2)
    redis-namespace (1.0.3)
      redis (< 3.0.0)
    resque (1.19.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.0.2)
      sinatra (>= 0.9.2)
      vegas (~> 0.1.2)
D
Dmitriy Zaporozhets 已提交
202 203 204 205 206 207
    rspec (2.8.0)
      rspec-core (~> 2.8.0)
      rspec-expectations (~> 2.8.0)
      rspec-mocks (~> 2.8.0)
    rspec-core (2.8.0)
    rspec-expectations (2.8.0)
G
gitlabhq 已提交
208
      diff-lcs (~> 1.1.2)
D
Dmitriy Zaporozhets 已提交
209 210 211 212 213 214
    rspec-mocks (2.8.0)
    rspec-rails (2.8.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec (~> 2.8.0)
N
Nihad Abbasov 已提交
215 216 217 218 219 220 221 222 223 224
    ruby-debug-base19 (0.11.25)
      columnize (>= 0.3.1)
      linecache19 (>= 0.5.11)
      ruby_core_source (>= 0.1.4)
    ruby-debug19 (0.11.6)
      columnize (>= 0.3.1)
      linecache19 (>= 0.5.11)
      ruby-debug-base19 (>= 0.11.19)
    ruby_core_source (0.1.5)
      archive-tar-minitar (>= 0.5.2)
V
Valery Sizov 已提交
225
    rubyntlm (0.1.1)
226
    rubypython (0.5.3)
G
gitlabhq 已提交
227 228
      blankslate (>= 2.1.2.3)
      ffi (~> 1.0.7)
D
Dmitriy Zaporozhets 已提交
229 230 231 232 233 234 235 236 237 238 239
    rubyzip (0.9.6.1)
    sass (3.1.15)
    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)
    selenium-webdriver (2.19.0)
      childprocess (>= 0.2.5)
240
      ffi (~> 1.0.9)
D
Dmitriy Zaporozhets 已提交
241
      multi_json (~> 1.0.4)
G
gitlabhq 已提交
242
      rubyzip
243 244 245
    shoulda (3.0.0.beta2)
      shoulda-context (~> 1.0.0.beta1)
      shoulda-matchers (~> 1.0.0.beta1)
246 247 248
    shoulda-context (1.0.0)
    shoulda-matchers (1.0.0)
    simplecov (0.5.4)
G
gitlabhq 已提交
249 250 251
      multi_json (~> 1.0.3)
      simplecov-html (~> 0.5.3)
    simplecov-html (0.5.3)
D
Dmitriy Zaporozhets 已提交
252 253 254
    sinatra (1.3.2)
      rack (~> 1.3, >= 1.3.6)
      rack-protection (~> 1.2)
A
Ariejan de Vroom 已提交
255
      tilt (~> 1.3, >= 1.3.3)
G
gitlabhq 已提交
256
    six (0.2.0)
D
Dmitriy Zaporozhets 已提交
257
    sprockets (2.1.2)
G
gitlabhq 已提交
258 259 260
      hike (~> 1.2)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
D
Dmitriy Zaporozhets 已提交
261
    sqlite3 (1.3.5)
G
gitlabhq 已提交
262
    stamp (0.1.6)
D
Dmitriy Zaporozhets 已提交
263
    term-ansicolor (1.0.7)
264
    therubyracer (0.9.9)
G
gitlabhq 已提交
265
      libv8 (~> 3.3.10)
266
    thin (1.3.1)
V
Valera Sizov 已提交
267 268 269
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
G
gitlabhq 已提交
270 271 272 273 274
    thor (0.14.6)
    tilt (1.3.3)
    treetop (1.4.10)
      polyglot
      polyglot (>= 0.3.1)
D
Dmitriy Zaporozhets 已提交
275
    turn (0.9.2)
276 277
      ansi
    tzinfo (0.3.31)
D
Dmitriy Zaporozhets 已提交
278
    uglifier (1.0.3)
G
gitlabhq 已提交
279 280
      execjs (>= 0.3.0)
      multi_json (>= 1.0.2)
D
Dmitriy Zaporozhets 已提交
281
    vegas (0.1.11)
A
Ariejan de Vroom 已提交
282
      rack (>= 1.0.0)
283
    warden (1.1.0)
G
gitlabhq 已提交
284
      rack (>= 1.0)
D
Dmitriy Zaporozhets 已提交
285
    webmock (1.7.10)
A
Ariejan de Vroom 已提交
286 287
      addressable (~> 2.2, > 2.2.5)
      crack (>= 0.1.7)
G
gitlabhq 已提交
288 289 290 291 292 293 294
    xpath (0.1.4)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
A
Aleksei Kvitinskii 已提交
295
  acts-as-taggable-on (~> 2.1.0)
V
VSizov 已提交
296
  acts_as_list
G
gitlabhq 已提交
297 298 299 300
  annotate!
  autotest
  autotest-rails
  awesome_print
D
Dmitriy Zaporozhets 已提交
301
  bootstrap-sass (= 1.4.4)
G
gitlabhq 已提交
302 303
  capybara
  carrierwave
S
Saito 已提交
304
  charlock_holmes
D
Dmitriy Zaporozhets 已提交
305
  coffee-rails (= 3.2.1)
G
gitlabhq 已提交
306
  database_cleaner
D
Dmitriy Zaporozhets 已提交
307
  devise
D
Dmitriy Zaporozhets 已提交
308
  drapper
G
gitlabhq 已提交
309
  faker
D
Dmitriy Zaporozhets 已提交
310
  foreman
V
Valera Sizov 已提交
311
  git
312
  gitolite!
G
gitlabhq 已提交
313
  grit!
D
Dmitriy Zaporozhets 已提交
314
  haml (= 3.1.4)
G
gitlabhq 已提交
315
  haml-rails
A
Ariejan de Vroom 已提交
316
  httparty
G
gitlabhq 已提交
317 318 319
  jquery-rails
  kaminari
  launchy
N
Nihad Abbasov 已提交
320
  letter_opener
V
Valery Sizov 已提交
321
  omniauth-ldap
322
  pygments.rb (= 0.2.4)
D
Dmitriy Zaporozhets 已提交
323 324 325
  rails (= 3.2.1)
  rails-footnotes
  rake
N
Nihad Abbasov 已提交
326
  rdiscount
A
Ariejan de Vroom 已提交
327
  resque
G
gitlabhq 已提交
328
  rspec-rails
N
Nihad Abbasov 已提交
329
  ruby-debug19
D
Dmitriy Zaporozhets 已提交
330 331
  sass-rails (= 3.2.3)
  seed-fu
332
  shoulda (~> 3.0.0.beta2)
G
gitlabhq 已提交
333 334 335 336 337
  simplecov
  six
  sqlite3
  stamp
  therubyracer
V
Valera Sizov 已提交
338
  thin
G
gitlabhq 已提交
339
  turn
D
Dmitriy Zaporozhets 已提交
340
  uglifier (= 1.0.3)
A
Ariejan de Vroom 已提交
341
  webmock