summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-03-14 17:00:25 +0000
committerDouwe Maan <douwe@gitlab.com>2018-03-14 17:00:25 +0000
commit8b0e07f95b1d5554aa9e52312b3d1b9dc7003396 (patch)
tree77725b82fd009efebd30d55540b9571545cc9157 /Gemfile
parent5cd13f3590cd88fe33dd06ae7531d553e7618c1d (diff)
parent5e49ae801d1851d7b579ac4aa155ec36ddaacb85 (diff)
downloadgitlab-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 73b32e5acd7..fda6e71043c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'