chore: Enable runtime metrics on Heroku (#1178)

Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
Sojan Jose
2020-09-03 15:24:08 +05:30
committed by GitHub
parent e4336ffcb3
commit afb5694ed6
6 changed files with 11 additions and 4 deletions

View File

@@ -48,6 +48,8 @@ gem 'dotenv-rails'
gem 'foreman'
gem 'puma'
gem 'webpacker', '~> 5.x'
# metrics on heroku
gem 'barnes'
##--- gems for authentication & authorization ---##
gem 'devise'