1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

CI: missed mysql gem in bundle

This commit is contained in:
Jeremy Kemper 2009-11-10 16:50:12 -08:00
parent 13280a049e
commit e02bff2634

View file

@ -26,6 +26,7 @@ if ENV['CI']
gem "nokogiri", ">= 1.4.0" gem "nokogiri", ">= 1.4.0"
gem "memcache-client", ">= 1.7.6" gem "memcache-client", ">= 1.7.6"
gem "pg", ">= 0.8.0" gem "pg", ">= 0.8.0"
gem "mysql", ">= 2.8.1"
# fcgi gem doesn't compile on 1.9 # fcgi gem doesn't compile on 1.9
# avoid minitest strangeness on 1.9 # avoid minitest strangeness on 1.9