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