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:
3
Gemfile
3
Gemfile
@@ -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'
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user