Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-08-05 01:53:03 +0300
committerRobert Speicher <robert@gitlab.com>2016-08-05 01:53:03 +0300
commita6ad88b87a7dcf1a1a5d8dff91820a42d01284c9 (patch)
treef72788a4de6a1bdc7b0ea9180f5cba682e6a14eb /Gemfile
parentaf7e669e88b7bfd11d105d62c34a3d7ce0afeff1 (diff)
parent39ec67255ac84e2ab9f6657aaed8855917ba70fe (diff)
Merge branch 'upgrade-newrelic-rpm' into 'master'
Upgrade newrelic_rpm from 3.14.1.311 to 3.16.0.318. ## What does this MR do? While we intend to remove newrelic in the future, it'll probably not happen until 9.0 due to. In the meantime, I'd like to update the gem so it won't block Rails 5. Changelog: https://github.com/newrelic/rpm/blob/master/CHANGELOG ## Why was this MR needed? Rails 5 compatibility. Relevant issues: #14286, #12860 See merge request !5553
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 16f24553ed1..5d113db686f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -326,7 +326,7 @@ group :production do
gem 'gitlab_meta', '7.0'
end
-gem 'newrelic_rpm', '~> 3.14'
+gem 'newrelic_rpm', '~> 3.16'
gem 'octokit', '~> 4.3.0'