1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Moving to passenger + nginx

This commit is contained in:
2018-07-26 10:34:48 +00:00
parent 1dbbed833e
commit 93b726f425
8 changed files with 166 additions and 15 deletions

View File

@@ -54,12 +54,13 @@ gem 'rb-readline'
gem 'delayed_job_active_record'
gem 'puma'
gem 'passenger'
gem 'travis'
gem 'tzinfo-data'
group :development do
gem 'rubocop'
gem 'bullet'
gem 'brakeman'
gem 'hakiri'
gem 'travis'
end