diff options
author | Stan Hu <stanhu@gmail.com> | 2016-02-23 07:25:37 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-02-23 07:25:37 -0800 |
commit | 623cd239036694cda87de4851b57b118e9c76e22 (patch) | |
tree | 08e1b3552a162a2fdc691223bf96edce97a12248 /Gemfile | |
parent | 7c8099853621cc2a244bf6e0fd37a8b503d1ec5e (diff) | |
download | gitlab-ce-623cd239036694cda87de4851b57b118e9c76e22.tar.gz |
Revert "Remove newrelic gem. Closes #12860"
This reverts commit 531767175f0a364a332c74bf27c5f202732ce519.
Conflicts:
Gemfile.lock
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -303,6 +303,8 @@ group :production do gem "gitlab_meta", '7.0' end +gem "newrelic_rpm", '~> 3.14' + gem 'octokit', '~> 3.8.0' gem "mail_room", "~> 0.6.1" |