mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-05 05:40:07 +00:00
gems working on heroku
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -39,7 +39,7 @@ gem 'spring', group: :development
|
|||||||
# gem 'debugger', group: [:development, :test]
|
# gem 'debugger', group: [:development, :test]
|
||||||
|
|
||||||
|
|
||||||
#Install by me
|
#Installed by me
|
||||||
#For Heroku
|
#For Heroku
|
||||||
group :production do
|
group :production do
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
@@ -47,7 +47,6 @@ gem 'spring', group: :development
|
|||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
end
|
end
|
||||||
#Other
|
#Other
|
||||||
#gem 'capistrano', :group => :development
|
|
||||||
gem 'bootstrap-sass', '2.3.2.0'
|
gem 'bootstrap-sass', '2.3.2.0'
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'cancan'
|
gem 'cancan'
|
||||||
|
|||||||
Reference in New Issue
Block a user