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:46:30 -05:00
parent 4c2a02f84b
commit a94573d8ec

View File

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