cirandas.net

commit 1302bd7f7e60c11646fcce479584a549e8aa7990

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

Gemfile: yeet new relic and add comment regarding portability

 config/Gemfile | 6 ++++--


diff --git a/config/Gemfile b/config/Gemfile
index 64582dbfcc0c2d7ef019888f362d6c1776598193..0121fd53f1b2cc66e72b52c777a20bff7b400764 100644
--- a/config/Gemfile
+++ b/config/Gemfile
@@ -37,11 +37,13 @@   gem 'html2haml', require: false
   gem 'haml2slim', require: false
 end
 
-gem 'redis-rails'
+gem 'redis-rails', '~> 4'
 
 gem 'mailgun_rails'
 
-gem 'newrelic_rpm'
+# TODO: Let user configurate this, some users don't want to use rollbar or
+# mailgun or any third-party service just to capture errors or shoot users
+# emails
 gem 'rollbar'
 
 platform :ruby do