From 2f8099b7f5eb4aa66b653b462063af6b5e1bdfdb Mon Sep 17 00:00:00 2001 From: Matt Barringer Date: Mon, 14 Jan 2013 13:31:12 +0100 Subject: [PATCH] Add mysql2 to the Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 23dfdcc6..ceca8f6d 100644 --- a/Gemfile +++ b/Gemfile @@ -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.