Add mysql2 to the Gemfile

This commit is contained in:
Matt Barringer 2013-01-14 13:31:12 +01:00
parent 900bcb16d5
commit 2f8099b7f5

View file

@ -6,7 +6,7 @@ gem 'rails', '3.2.9'
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
gem 'mysql2'
# Gems used only for assets and not required
# in production environments by default.