From c6a1d2dc06720875547b46939041f59850215efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Apr 2019 14:28:14 -0400 Subject: [PATCH] Bump octokit from 4.13.0 to 4.14.0 (#2443) Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/master/RELEASE.md) - [Commits](https://github.com/octokit/octokit.rb/compare/v4.13.0...v4.14.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b2a405cda..991c73c26 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem "jquery-rails", "~> 4.3" # A gem to automate using jQuery with Rails gem "kaminari", "~> 1.1" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator 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.13" # Simple wrapper for the GitHub API +gem "octokit", "~> 4.14" # Simple wrapper for the GitHub API gem "omniauth", "~> 1.9" # A generalized Rack framework for multiple-provider authentication gem "omniauth-github", "~> 1.3" # OmniAuth strategy for GitHub gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter diff --git a/Gemfile.lock b/Gemfile.lock index fd1dab5ff..42635b6d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -646,7 +646,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - octokit (4.13.0) + octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) omniauth (1.9.0) hashie (>= 3.4.6, < 3.7.0) @@ -1033,7 +1033,7 @@ DEPENDENCIES memory_profiler (~> 0.9) nakayoshi_fork (~> 0.0.4) nokogiri (~> 1.10) - octokit (~> 4.13) + octokit (~> 4.14) omniauth (~> 1.9) omniauth-github (~> 1.3) omniauth-twitter (~> 1.4)