From 389cb123723557fb59caf22d3e763fdde674ade3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 16:27:08 -0500 Subject: [PATCH] Bump octokit from 4.14.0 to 4.15.0 (#5364) [deploy] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a745a4306..aee68f359 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ gem "kaminari", "~> 1.1" # A Scope & Engine based, clean, powerful, customizable gem "libhoney", "~> 1.14" # Ruby gem for sending data to Honeycomb gem "liquid", "~> 4.0" # A secure, non-evaling end user template engine with aesthetic markup gem "nokogiri", "~> 1.10" # HTML, XML, SAX, and Reader parser -gem "octokit", "~> 4.14" # Simple wrapper for the GitHub API +gem "octokit", "~> 4.15" # Simple wrapper for the GitHub API gem "oj", "~> 3.10" # JSON parser and object serializer gem "omniauth", "~> 1.9" # A generalized Rack framework for multiple-provider authentication gem "omniauth-github", "~> 1.3" # OmniAuth strategy for GitHub diff --git a/Gemfile.lock b/Gemfile.lock index 298af59a0..cf3a207b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -511,7 +511,8 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - octokit (4.14.0) + octokit (4.15.0) + faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) oj (3.10.0) omniauth (1.9.0) @@ -932,7 +933,7 @@ DEPENDENCIES memory_profiler (~> 0.9) nakayoshi_fork (~> 0.0.4) nokogiri (~> 1.10) - octokit (~> 4.14) + octokit (~> 4.15) oj (~> 3.10) omniauth (~> 1.9) omniauth-github (~> 1.3)