1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-20 22:18:18 +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 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
@@ -43,6 +42,6 @@ end
gem 'devise' gem 'devise'
gem 'cancan' gem 'cancan'
gem 'bootstrap-sass' gem 'bootstrap-sass'
gem 'mysql'