1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

added mysql2 for production

This commit is contained in:
2014-12-22 08:41:53 -05:00
parent 24c25a9c3f
commit 4c2a02f84b

View File

@@ -10,7 +10,7 @@ end
group :production do group :production do
gem 'pg', '0.15.1' gem 'pg', '0.15.1'
gem 'mysql' gem 'mysql2'
end end
# Use SCSS for stylesheets # Use SCSS for stylesheets