aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2015-11-26 11:53:27 -0700
committerSean Griffin <sean@seantheprogrammer.com>2015-11-26 11:53:27 -0700
commit52141d365805f6433c9adf272aa6c19e3049147e (patch)
treefccb230ee9865af63292f156bf8a9cf98bbb7925 /Gemfile
parent14b20ce9b38314943dcaf73b8dab7508b70ba487 (diff)
parentb5bbdbd3bc6d0bd37dafb5785b91f54d048affa7 (diff)
downloadrails-52141d365805f6433c9adf272aa6c19e3049147e.tar.gz
rails-52141d365805f6433c9adf272aa6c19e3049147e.tar.bz2
rails-52141d365805f6433c9adf272aa6c19e3049147e.zip
Merge pull request #22420 from rails/revert-22415-prepared_statements_for_mysql2_adapter
Revert "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 f8e7743a18..ac068c8402 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,7 +92,7 @@ platforms :ruby do
group :db do
gem 'pg', '>= 0.18.0'
gem 'mysql', '>= 2.9.0'
- gem 'mysql2', '>= 0.4.2'
+ gem 'mysql2', '>= 0.4.0'
end
end