aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-11-26 11:53:10 -0700
committerSean Griffin <sean@seantheprogrammer.com>2015-11-26 11:53:10 -0700
commitb5bbdbd3bc6d0bd37dafb5785b91f54d048affa7 (patch)
treefccb230ee9865af63292f156bf8a9cf98bbb7925 /Gemfile.lock
parent14b20ce9b38314943dcaf73b8dab7508b70ba487 (diff)
downloadrails-b5bbdbd3bc6d0bd37dafb5785b91f54d048affa7.tar.gz
rails-b5bbdbd3bc6d0bd37dafb5785b91f54d048affa7.tar.bz2
rails-b5bbdbd3bc6d0bd37dafb5785b91f54d048affa7.zip
Revert "Add prepared statements support for `Mysql2Adapter`"
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 31a3343a7e..6c31a26a25 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -238,7 +238,7 @@ GEM
multi_json (1.11.2)
mustache (1.0.2)
mysql (2.9.1)
- mysql2 (0.4.2)
+ mysql2 (0.4.1)
nokogiri (1.6.7.rc3)
mini_portile (~> 0.7.0.rc4)
pg (0.18.3)
@@ -347,7 +347,7 @@ DEPENDENCIES
minitest (< 5.3.4)
mocha (~> 0.14)
mysql (>= 2.9.0)
- mysql2 (>= 0.4.2)
+ mysql2 (>= 0.4.0)
nokogiri (>= 1.6.7.rc3)
pg (>= 0.18.0)
psych (~> 2.0)