aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2016-02-17 23:18:07 +0900
committerRyuta Kamizono <kamipo@gmail.com>2016-04-21 09:17:42 +0900
commit3f6574efb1757e2eeebb7b960055a07aea93d144 (patch)
tree4a8d5203a22418cf01f08e340437153ffb73ff5e /Gemfile
parent115efeb036d4d56186ba7b0b64750cdc57471b59 (diff)
downloadrails-3f6574efb1757e2eeebb7b960055a07aea93d144.tar.gz
rails-3f6574efb1757e2eeebb7b960055a07aea93d144.tar.bz2
rails-3f6574efb1757e2eeebb7b960055a07aea93d144.zip
Add prepared statements support for `Mysql2Adapter`
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5205896846..79d875562c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,7 +92,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
group :db do
gem 'pg', '>= 0.18.0'
- gem 'mysql2', '>= 0.4.0'
+ gem 'mysql2', '>= 0.4.4'
end
end