From 5e49ae801d1851d7b579ac4aa155ec36ddaacb85 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Wed, 14 Mar 2018 06:06:09 +0100 Subject: [PATCH] Update octokit 4.6.2 -> 4.8 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2793463fd81..2a43123acae 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' diff --git a/Gemfile.lock b/Gemfile.lock index b85c7085d07..a0ce0c0d31f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -525,7 +525,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - octokit (4.6.2) + octokit (4.8.0) sawyer (~> 0.8.0, >= 0.5.3) oj (2.17.5) omniauth (1.4.2) @@ -1110,7 +1110,7 @@ DEPENDENCIES net-ssh (~> 4.1.0) nokogiri (~> 1.8.2) oauth2 (~> 1.4) - octokit (~> 4.6.2) + octokit (~> 4.8) oj (~> 2.17.4) omniauth (~> 1.4.2) omniauth-auth0 (~> 1.4.1)