Gemfile.lock 10.9 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
GIT
  remote: https://github.com/gitlabhq/grack.git
  revision: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
10
  ref: ba46f3b0845c6a09d488ae6abdce6ede37e227e8
S
Saito 已提交
11 12 13 14
  specs:
    grack (1.0.0)
      rack (~> 1.4.1)

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

25 26 27 28 29 30 31 32
GIT
  remote: https://github.com/gitlabhq/grit_ext.git
  revision: 212fd40bea61f3c6a167223768e7295dc32bbc10
  ref: 212fd40bea61f3c6a167223768e7295dc32bbc10
  specs:
    grit_ext (0.6.0)
      charlock_holmes (~> 0.6.9)

D
Dmitriy Zaporozhets 已提交
33 34
GIT
  remote: https://github.com/gitlabhq/omniauth-ldap.git
35 36
  revision: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
  ref: f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e
D
Dmitriy Zaporozhets 已提交
37 38 39 40 41 42 43
  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 已提交
44 45 46
GIT
  remote: https://github.com/gitlabhq/yaml_db.git
  revision: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
47
  ref: 98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd
D
Dmitriy Zaporozhets 已提交
48 49 50
  specs:
    yaml_db (0.2.2)

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

PLATFORMS
  ruby

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