diff options
author | Santiago Pastorino and José Ignacio Costa <santiago+jose@wyeworks.com> | 2011-06-16 01:05:45 -0300 |
---|---|---|
committer | Santiago Pastorino and José Ignacio Costa <santiago+jose@wyeworks.com> | 2011-06-16 01:05:45 -0300 |
commit | e445a79562be1700347c78acced81ac20c869a30 (patch) | |
tree | 07a22e011ee323c84c2e64c3e728ba7400e07250 /Gemfile | |
parent | 36253916b0b788d6ded56669d37c96ed05c92c5c (diff) | |
download | rails-e445a79562be1700347c78acced81ac20c869a30.tar.gz rails-e445a79562be1700347c78acced81ac20c869a30.tar.bz2 rails-e445a79562be1700347c78acced81ac20c869a30.zip |
Bump mysql2 up
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ platforms :ruby do group :db do gem "pg", ">= 0.11.0" gem "mysql", ">= 2.8.1" - gem "mysql2", ">= 0.3.0" + gem "mysql2", ">= 0.3.4" end end |