summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-07-28 10:02:49 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-07-28 10:02:49 -0600
commit39ec67255ac84e2ab9f6657aaed8855917ba70fe (patch)
tree73db05235e7aeb965f1ffedd9e1e8a230e02bf5a /Gemfile
parentb24ccd4a67f60731ce2eb6be0129e8cf7228263d (diff)
downloadgitlab-ce-39ec67255ac84e2ab9f6657aaed8855917ba70fe.tar.gz
Upgrade newrelic_rpm from 3.14.1.311 to 3.16.0.318.upgrade-newrelic-rpm
Bug fixes and compatibility with Rails 5. Changelog: https://github.com/newrelic/rpm/blob/master/CHANGELOG
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 071277de068..f96ab3ad0b6 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'