Remove newrelic gem dependency
We haven't updated the gem for years and don't know whether it still works with our current Ruby and Rails versions. Besides, dependabot keeps opening pull requests to update it. In theory we could just ignore the dependabot pull requests for this dependency, but unfortunately right now we can't add a dependabot config file because it would open pull requests on forks as well. Finally, there are other companies offering similar services for Rails applications, and it's up to each CONSUL installation to decide which one is better for them. We might add a self-hosted performance monitoring tool in the future. Since other CONSUL installations might be using Newrelic, and in general we recommend adding an application monitoring tool, we're suggesting it in the custom gemfile. In the name of neutrality, we're also adding Sentry. We might add other services in the future.
This commit is contained in:
@@ -387,7 +387,6 @@ GEM
|
||||
net-scp (3.0.0)
|
||||
net-ssh (>= 2.6.5, < 7.0.0)
|
||||
net-ssh (6.1.0)
|
||||
newrelic_rpm (4.1.0.333)
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.12.5)
|
||||
mini_portile2 (~> 2.6.1)
|
||||
@@ -744,7 +743,6 @@ DEPENDENCIES
|
||||
launchy (~> 2.5.0)
|
||||
letter_opener_web (~> 1.4.0)
|
||||
mdl (~> 0.11.0)
|
||||
newrelic_rpm (~> 4.1.0.333)
|
||||
omniauth (~> 2.0.4)
|
||||
omniauth-facebook (~> 8.0.0)
|
||||
omniauth-google-oauth2 (~> 1.0.0)
|
||||
|
||||
Reference in New Issue
Block a user