diff options
author | Stan Hu <stanhu@gmail.com> | 2016-01-23 14:59:22 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-01-30 04:17:14 -0800 |
commit | 026c31dafc80059ec429b484dc28e03e91df2238 (patch) | |
tree | 10f8c7939b16c8a6e982ca64dd1cd085d3596107 /Gemfile | |
parent | d240876abaf800c1878102201b7ee18569ac1708 (diff) | |
download | gitlab-ce-026c31dafc80059ec429b484dc28e03e91df2238.tar.gz |
Bump New Relic gem version to avoid warnings in Web page
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ group :production do gem "gitlab_meta", '7.0' end -gem "newrelic_rpm", '~> 3.9.4.245' +gem "newrelic_rpm", '~> 3.14' gem 'newrelic-grape' gem 'octokit', '~> 3.8.0' |