Remove rollbar gem dependency

We already support Errbit and Airbrake as error monitoring services.
Since some people might not want to setup Errbit and might prefer
Rollbar over Airbrake, we're referencing it in the custom gemfile.
This commit is contained in:
Javi Martín
2021-10-03 16:12:35 +02:00
parent dc44dda30c
commit b544ec8988
5 changed files with 3 additions and 59 deletions

View File

@@ -21,6 +21,9 @@
# application errors and performance
# gem "sentry-ruby", "insert_gem_version_here"
# Rollbar is an external service which helps you monitor the application errors
# gem "rollbar", "insert_gem_version_here"
###### Other gems ######
#
# Add your custom gem dependencies here