Add mysql back to the Gemfile

I didn't mean to commit that!
This commit is contained in:
Sean Griffin 2015-12-16 13:59:00 -07:00
parent bc39fa07ae
commit f39aa4dd39
2 changed files with 2 additions and 2 deletions

@ -95,7 +95,7 @@ platforms :ruby, :mswin, :mswin64, :mingw, :x64_mingw do
group :db do
gem 'pg', '>= 0.18.0'
# gem 'mysql', '>= 2.9.0'
gem 'mysql', '>= 2.9.0'
gem 'mysql2', '>= 0.4.0'
end
end

@ -373,4 +373,4 @@ DEPENDENCIES
w3c_validators
BUNDLED WITH
1.11.0
1.11.2