mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Switch to passenger
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -45,13 +45,16 @@ gem 'spring', group: :development
|
||||
gem 'pg'
|
||||
gem 'rails_12factor'
|
||||
gem 'mysql2'
|
||||
gem 'passenger'
|
||||
end
|
||||
#Other
|
||||
gem 'devise'
|
||||
gem 'cancan'
|
||||
gem 'round_robin_tournament'
|
||||
gem 'rb-readline'
|
||||
gem 'puma'
|
||||
group :development do
|
||||
gem 'puma'
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user