1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-13 08:32:47 +00:00

added mysql for production

This commit is contained in:
2014-12-22 08:40:16 -05:00
parent ecaf06d9f7
commit 24c25a9c3f

View File

@@ -10,6 +10,7 @@ end
group :production do group :production do
gem 'pg', '0.15.1' gem 'pg', '0.15.1'
gem 'mysql'
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'