aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-09-26 00:29:38 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-09-26 00:29:38 -0300
commit14d2feeeab44d0161b3014c9e19f4e336c09c78e (patch)
tree292fb62c78102c5d7f7ca10bbd554cb719cc3817 /Gemfile
parent12db1a39cd7af3d756ab37fa94257af3f35f08f6 (diff)
downloadrails-14d2feeeab44d0161b3014c9e19f4e336c09c78e.tar.gz
rails-14d2feeeab44d0161b3014c9e19f4e336c09c78e.tar.bz2
rails-14d2feeeab44d0161b3014c9e19f4e336c09c78e.zip
Bump up some deps
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d9f089f7ab..9d29c42e1c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,7 +45,7 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.9.0"
gem "mysql", ">= 2.8.1"
- gem "mysql2", ">= 0.2.3"
+ gem "mysql2", ">= 0.2.4"
end
end