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)