diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-24 10:42:51 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-24 10:42:51 -0500 |
commit | 0104ab79b3b6c6d532098bb98dc48f724633310f (patch) | |
tree | 0991dcdca14bcf48534f43753bdddd916a454b79 /Gemfile | |
parent | af978cd5bcf54bece70a8bf2634172bb8133cc67 (diff) | |
parent | fe6f17ceda53c83151cb1694568063db883589ee (diff) | |
download | gitlab-ce-0104ab79b3b6c6d532098bb98dc48f724633310f.tar.gz |
Merge branch 'master' into avatar-cropping
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -306,6 +306,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" |