Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-01-21 20:51:24 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-01-21 20:51:24 +0300
commit8e14cb4b5ad1906b4f7337c85d9459581965c274 (patch)
treed596b2939c6f8a73a74e6abf5437ac9ac5a57a4d /Gemfile
parent347803058135841c3f0d0602f665d78d7b8a950b (diff)
Bump octokit to `~> 3.8.0`
Closes #2877
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 746d8e5d6de..07ddbf87130 100644
--- a/Gemfile
+++ b/Gemfile
@@ -301,7 +301,7 @@ end
gem "newrelic_rpm", '~> 3.9.4.245'
gem 'newrelic-grape'
-gem 'octokit', '~> 3.7.0'
+gem 'octokit', '~> 3.8.0'
gem "mail_room", "~> 0.6.1"