aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorYasuo Honda <yasuo.honda@gmail.com>2012-11-17 06:41:30 +0900
committerYasuo Honda <yasuo.honda@gmail.com>2012-11-17 07:03:08 +0900
commit9c8252217e544bfcb395aa76d79e029f0bda80ad (patch)
tree85f9b27128094e488f770b7120fc738c507d215a /Gemfile
parent5d239ac0ed2d68998d5d983a5fb6939f5217427a (diff)
downloadrails-9c8252217e544bfcb395aa76d79e029f0bda80ad.tar.gz
rails-9c8252217e544bfcb395aa76d79e029f0bda80ad.tar.bz2
rails-9c8252217e544bfcb395aa76d79e029f0bda80ad.zip
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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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