mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Change mysql2 to the gem version again since 0.2.5 was released
This commit is contained in:
parent
e68f339aae
commit
17d196a18e
1 changed files with 1 additions and 2 deletions
3
Gemfile
3
Gemfile
|
@ -46,8 +46,7 @@ platforms :ruby do
|
|||
group :db do
|
||||
gem "pg", ">= 0.9.0"
|
||||
gem "mysql", ">= 2.8.1"
|
||||
# gem "mysql2", ">= 0.2.4"
|
||||
gem "mysql2", :git => "git://github.com/brianmario/mysql2.git"
|
||||
gem "mysql2", ">= 0.2.5"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue