diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-10-19 21:41:59 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-10-19 21:42:54 -0200 |
commit | 17d196a18eb2b106321be493616adb138e3c71cf (patch) | |
tree | 845650575ccab0e79f5a1810348b932c1c77611a /Gemfile | |
parent | e68f339aae4d3bc1bcf46b65cb8dcddc0ad2a435 (diff) | |
download | rails-17d196a18eb2b106321be493616adb138e3c71cf.tar.gz rails-17d196a18eb2b106321be493616adb138e3c71cf.tar.bz2 rails-17d196a18eb2b106321be493616adb138e3c71cf.zip |
Change mysql2 to the gem version again since 0.2.5 was released
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |