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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-04-17 18:32:31 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-04-18 23:02:40 +0300
commit5f39729c19fa22836686dab32fbcf7c34f32fd41 (patch)
tree7ac5e5f30b9a7c210d41dd917cb9b1d68376dc2e /Gemfile
parent387b025d15c3e0536d37128c282e02e9025dcd75 (diff)
Update octokit gem to version 4.3.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 199ef65d922..8caa749a8d4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -315,7 +315,7 @@ end
gem "newrelic_rpm", '~> 3.14'
-gem 'octokit', '~> 3.8.0'
+gem 'octokit', '~> 4.3.0'
gem "mail_room", "~> 0.6.1"