Merge branch 'update-newrelic-gem' into 'master'
Bump New Relic gem version to avoid warnings in Web page This version has support for Grape, so we should consider removing the newrelic-grape gem as well: https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation See merge request !2578
Showing
... | ... | @@ -302,8 +302,7 @@ group :production do |
gem "gitlab_meta", '7.0' | ||
end | ||
gem "newrelic_rpm", '~> 3.9.4.245' | ||
gem 'newrelic-grape' | ||
gem "newrelic_rpm", '~> 3.14' | ||
gem 'octokit', '~> 3.8.0' | ||
... | ... |
Please register or sign in to comment