aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-07-17 15:45:41 -0700
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-07-17 15:45:41 -0700
commit2a611724b20da1afda9feb9adb8834b74f1c6722 (patch)
tree8c9c3205a9c505301c44481387ab36fdee766c1a
parentdf6a62d8c0b4520f2732e8a06439c6ae7e98900c (diff)
parentd97269dac70155be19b0a1ee4e1d988988aaebdb (diff)
downloadrails-2a611724b20da1afda9feb9adb8834b74f1c6722.tar.gz
rails-2a611724b20da1afda9feb9adb8834b74f1c6722.tar.bz2
rails-2a611724b20da1afda9feb9adb8834b74f1c6722.zip
Merge pull request #11485 from simi/mysql2
Use latest mysql2.
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index d40e36360d..0ab41ec445 100644
--- a/Gemfile
+++ b/Gemfile
@@ -56,9 +56,7 @@ platforms :ruby do
group :db do
gem 'pg', '>= 0.11.0'
gem 'mysql', '>= 2.9.0'
-
- # TODO: Relax dependency version after of fix #11457
- gem 'mysql2', '0.3.11'
+ gem 'mysql2', '>= 0.3.13'
end
end