diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-04 12:11:51 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-04 12:11:51 +0000 |
commit | e933a50b6b8e7feec76bcc71313c14736967cd7a (patch) | |
tree | 935f2f6767e9a1f73fdc31e9256cdc26b8aef866 /Gemfile | |
parent | 2d9d2e7a7cef552159f7ee9fa84198a1d52f317f (diff) | |
parent | 531767175f0a364a332c74bf27c5f202732ce519 (diff) | |
download | gitlab-ce-e933a50b6b8e7feec76bcc71313c14736967cd7a.tar.gz |
Merge branch 'remove-newrelic' into 'master'
Remove newrelic gem. Closes #12860
See merge request !2682
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -303,8 +303,6 @@ 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" |