1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-19 05:43:17 +00:00

added mysql2 for production

This commit is contained in:
2014-12-22 08:49:33 -05:00
parent a94573d8ec
commit 4fca2677f7

View File

@@ -10,6 +10,7 @@ end
group :production do group :production do
gem 'pg', '0.15.1' gem 'pg', '0.15.1'
gem 'mysql2'
end end
# Use SCSS for stylesheets # Use SCSS for stylesheets
@@ -42,6 +43,6 @@ end
gem 'devise' gem 'devise'
gem 'cancan' gem 'cancan'
gem 'bootstrap-sass' gem 'bootstrap-sass'
gem 'mysql' #gem 'mysql'