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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user