Bump octokit from 4.14.0 to 4.15.0 (#5364) [deploy]
This commit is contained in:
parent
1c2a0816f6
commit
389cb12372
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue