diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-03-14 17:00:25 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-03-14 17:00:25 +0000 |
commit | 8b0e07f95b1d5554aa9e52312b3d1b9dc7003396 (patch) | |
tree | 77725b82fd009efebd30d55540b9571545cc9157 /Gemfile | |
parent | 5cd13f3590cd88fe33dd06ae7531d553e7618c1d (diff) | |
parent | 5e49ae801d1851d7b579ac4aa155ec36ddaacb85 (diff) | |
download | gitlab-ce-8b0e07f95b1d5554aa9e52312b3d1b9dc7003396.tar.gz |
Merge branch 'update-octokit' into 'master'
Update octokit 4.6.2 -> 4.8
See merge request gitlab-org/gitlab-ce!17738
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -381,7 +381,7 @@ group :test do gem 'test-prof', '~> 0.2.5' end -gem 'octokit', '~> 4.6.2' +gem 'octokit', '~> 4.8' gem 'mail_room', '~> 0.9.1' |