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] <support@dependabot.com>
This commit is contained in:
parent
1d40c19866
commit
c6a1d2dc06
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue