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

@@ -521,7 +521,6 @@ GEM
retriable (3.1.2)
rexml (3.2.5)
rinku (2.0.6)
rollbar (3.2.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
@@ -765,7 +764,6 @@ DEPENDENCIES
redcarpet (~> 3.5.1)
responders (~> 3.0.1)
rinku (~> 2.0.6)
rollbar (~> 3.2.0)
rspec-rails (~> 5.0)
rubocop (~> 1.18.4)
rubocop-performance (~> 1.11.4)