diff --git a/Gemfile b/Gemfile index 5f82698..2a4f675 100644 --- a/Gemfile +++ b/Gemfile @@ -41,9 +41,6 @@ end # Sending tweets to Twitter gem 'x', '~> 0.14.1' -#NEW RELIC -gem 'newrelic_rpm' - #PAGINATION gem 'kaminari' diff --git a/Gemfile.lock b/Gemfile.lock index f924f36..4808386 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,6 @@ GEM timeout net-smtp (0.5.0) net-protocol - newrelic_rpm (9.16.1) nio4r (2.7.4) nokogiri (1.18.1-aarch64-linux-gnu) racc (~> 1.4) @@ -241,7 +240,6 @@ DEPENDENCIES friendly_id kaminari listen - newrelic_rpm pg puma rails (~> 6.0)