mirror of https://github.com/rails/rails
Change mysql2 to the gem version again since 0.2.5 was released
This commit is contained in:
parent
e68f339aae
commit
17d196a18e
3
Gemfile
3
Gemfile
|
@ -46,8 +46,7 @@ platforms :ruby do
|
||||||
group :db do
|
group :db do
|
||||||
gem "pg", ">= 0.9.0"
|
gem "pg", ">= 0.9.0"
|
||||||
gem "mysql", ">= 2.8.1"
|
gem "mysql", ">= 2.8.1"
|
||||||
# gem "mysql2", ">= 0.2.4"
|
gem "mysql2", ">= 0.2.5"
|
||||||
gem "mysql2", :git => "git://github.com/brianmario/mysql2.git"
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue