diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-02 16:09:32 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-02 16:09:32 +0000 |
commit | 5af15baae6f75efabeb4f14a57b70a57f567f689 (patch) | |
tree | 9260e3fe0543382424f0375f31e5afb8a90f6ae5 /Gemfile.lock | |
parent | 30313098a0bd04280d5612a8072dd0638cc4e5fa (diff) | |
parent | 2828274b418cccc8171692495dd2856209dbfa49 (diff) | |
download | gitlab-ce-5af15baae6f75efabeb4f14a57b70a57f567f689.tar.gz |
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
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8c6e01ede84..418f8ee2af2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -478,10 +478,7 @@ 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.9.4.245) + newrelic_rpm (3.14.1.311) nokogiri (1.6.7.2) mini_portile2 (~> 2.0.0.rc2) nprogress-rails (0.1.6.7) @@ -961,8 +958,7 @@ DEPENDENCIES mysql2 (~> 0.3.16) nested_form (~> 0.3.2) net-ssh (~> 3.0.1) - newrelic-grape - newrelic_rpm (~> 3.9.4.245) + newrelic_rpm (~> 3.14) nokogiri (= 1.6.7.2) nprogress-rails (~> 0.1.6.7) oauth2 (~> 1.0.0) |