Gemfile.lock 7.67 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 11 12 13 14
  revision: 36dabd226caa40ff052677719adaacbfe667b36c
  specs:
    gitolite (0.0.3.alpha)
      grit (~> 2.4.1)
      hashery (~> 1.4.0)

gitlabhq's avatar
gitlabhq committed
15
GIT
16
  remote: https://github.com/gitlabhq/grit.git
17
  revision: 3fc864f3c637e06e2fa7a81f6b48a5df58a9bc5b
gitlabhq's avatar
gitlabhq committed
18 19 20 21 22 23
  specs:
    grit (2.4.1)
      diff-lcs (~> 1.1)
      mime-types (~> 1.15)
      posix-spawn (~> 0.3.6)

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
24 25 26 27 28 29 30 31 32 33
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)

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
34 35 36 37 38 39
GIT
  remote: https://github.com/gitlabhq/yaml_db.git
  revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
  specs:
    yaml_db (0.2.2)

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

PLATFORMS
  ruby

DEPENDENCIES
Aleksei Kvitinskii's avatar
Aleksei Kvitinskii committed
306
  acts-as-taggable-on (~> 2.1.0)
VSizov's avatar
VSizov committed
307
  acts_as_list
gitlabhq's avatar
gitlabhq committed
308 309 310 311
  annotate!
  autotest
  autotest-rails
  awesome_print
randx's avatar
randx committed
312
  bootstrap-sass (= 2.0.2)
gitlabhq's avatar
gitlabhq committed
313 314
  capybara
  carrierwave
Saito's avatar
Saito committed
315
  charlock_holmes
316
  coffee-rails (= 3.2.2)
317
  colored
gitlabhq's avatar
gitlabhq committed
318
  database_cleaner
319
  devise (~> 1.5)
320
  drapper
gitlabhq's avatar
gitlabhq committed
321
  faker
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
322
  foreman
Valera Sizov's avatar
Valera Sizov committed
323
  git
324
  gitolite!
gitlabhq's avatar
gitlabhq committed
325
  grit!
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
326
  haml (= 3.1.4)
gitlabhq's avatar
gitlabhq committed
327
  haml-rails
328
  httparty
gitlabhq's avatar
gitlabhq committed
329 330 331
  jquery-rails
  kaminari
  launchy
Nihad Abbasov's avatar
Nihad Abbasov committed
332
  letter_opener
333
  linguist (~> 1.0.0)!
334
  modularity
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
335
  mysql2
Valery Sizov's avatar
Valery Sizov committed
336
  omniauth-ldap
Saito's avatar
Saito committed
337
  pry
338
  pygments.rb (= 0.2.11)
339
  rails (= 3.2.3)
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
340 341
  rails-footnotes
  rake
342
  redcarpet (~> 2.1.1)
343
  resque (~> 1.20.0)
344
  resque_mailer
gitlabhq's avatar
gitlabhq committed
345
  rspec-rails
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
346 347
  sass-rails (= 3.2.3)
  seed-fu
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
348
  shoulda (= 3.0.1)
gitlabhq's avatar
gitlabhq committed
349 350 351 352 353
  simplecov
  six
  sqlite3
  stamp
  therubyracer
Valera Sizov's avatar
Valera Sizov committed
354
  thin
gitlabhq's avatar
gitlabhq committed
355
  turn
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
356
  uglifier (= 1.0.3)
Valery Sizov's avatar
Valery Sizov committed
357
  unicorn
358
  webmock
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
359
  yaml_db!