From 9c8252217e544bfcb395aa76d79e029f0bda80ad Mon Sep 17 00:00:00 2001
From: Yasuo Honda <yasuo.honda@gmail.com>
Date: Sat, 17 Nov 2012 06:41:30 +0900
Subject: Revert "mysql does not build on Ruby 2.0.0 at the moment"

This reverts commit 8d8fd13179cacd86f307e87396474bdfab9f3462.

mysql 2.8.1 gem can be built on ruby 2.0.0-preview1.
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Gemfile')

diff --git a/Gemfile b/Gemfile
index 2cfbee8020..47a966ef52 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ platforms :ruby do
 
   group :db do
     gem 'pg', '>= 0.11.0'
-    gem 'mysql', '>= 2.8.1' if RUBY_VERSION < '2.0.0'
+    gem 'mysql', '>= 2.8.1'
     gem 'mysql2', '>= 0.3.10'
   end
 end
-- 
cgit v1.2.3