Remove newrelic_grape gem since the New Relic gem now provides native support:
https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation
Showing
... | @@ -300,7 +300,6 @@ group :production do | ... | @@ -300,7 +300,6 @@ group :production do |
end | end | ||
gem "newrelic_rpm", '~> 3.14' | gem "newrelic_rpm", '~> 3.14' | ||
gem 'newrelic-grape' | |||
gem 'octokit', '~> 3.8.0' | gem 'octokit', '~> 3.8.0' | ||
... | ... |
Please register or sign in to comment