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:
parent
13280a049e
commit
e02bff2634
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue