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

Switch to passenger

This commit is contained in:
2015-04-22 09:53:02 -04:00
parent 4fc10e82ec
commit e431316e14
2 changed files with 5 additions and 2 deletions

View File

@@ -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