Bump oj from 3.9.2 to 3.10.0 (#4985)
This commit is contained in:
parent
ff9b1cdeaa
commit
a4c4cd8a1c
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -60,7 +60,7 @@ 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 "oj", "~> 3.9" # JSON parser and object serializer
|
||||
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
|
||||
gem "omniauth-twitter", "~> 1.4" # OmniAuth strategy for Twitter
|
||||
|
|
|
|||
|
|
@ -514,7 +514,7 @@ GEM
|
|||
rack (>= 1.2, < 3)
|
||||
octokit (4.14.0)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
oj (3.9.2)
|
||||
oj (3.10.0)
|
||||
omniauth (1.9.0)
|
||||
hashie (>= 3.4.6, < 3.7.0)
|
||||
rack (>= 1.6.2, < 3)
|
||||
|
|
@ -935,7 +935,7 @@ DEPENDENCIES
|
|||
nakayoshi_fork (~> 0.0.4)
|
||||
nokogiri (~> 1.10)
|
||||
octokit (~> 4.14)
|
||||
oj (~> 3.9)
|
||||
oj (~> 3.10)
|
||||
omniauth (~> 1.9)
|
||||
omniauth-github (~> 1.3)
|
||||
omniauth-twitter (~> 1.4)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue