1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

gems working on heroku

This commit is contained in:
2014-12-22 15:00:54 -05:00
parent a55ac73f09
commit 2619e354a0

19
Gemfile
View File

@@ -39,18 +39,17 @@ gem 'spring', group: :development
# gem 'debugger', group: [:development, :test]
#Install by me
#Installed by me
#For Heroku
group :production do
gem 'pg'
gem 'rails_12factor'
gem 'mysql2'
end
group :production do
gem 'pg'
gem 'rails_12factor'
gem 'mysql2'
end
#Other
#gem 'capistrano', :group => :development
gem 'bootstrap-sass', '2.3.2.0'
gem 'devise'
gem 'cancan'
gem 'bootstrap-sass', '2.3.2.0'
gem 'devise'
gem 'cancan'