From 2828274b418cccc8171692495dd2856209dbfa49 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 25 Jan 2016 21:17:38 -0800 Subject: Remove newrelic_grape gem since the New Relic gem now provides native support: https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation --- Gemfile | 1 - Gemfile.lock | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index a1a9c776ae7..0420043e869 100644 --- a/Gemfile +++ b/Gemfile @@ -300,7 +300,6 @@ group :production do end gem "newrelic_rpm", '~> 3.14' -gem 'newrelic-grape' gem 'octokit', '~> 3.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4ca79ccd49f..981607bdd6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -478,9 +478,6 @@ GEM net-ldap (0.12.1) net-ssh (3.0.1) netrc (0.11.0) - newrelic-grape (2.1.0) - grape - newrelic_rpm newrelic_rpm (3.14.1.311) nokogiri (1.6.7.2) mini_portile2 (~> 2.0.0.rc2) @@ -960,7 +957,6 @@ DEPENDENCIES mysql2 (~> 0.3.16) nested_form (~> 0.3.2) net-ssh (~> 3.0.1) - newrelic-grape newrelic_rpm (~> 3.14) nokogiri (= 1.6.7.2) nprogress-rails (~> 0.1.6.7) -- cgit v1.2.1