diff --git a/Gemfile b/Gemfile index e86ab2238..53fb38d58 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index b033356a0..e551ac026 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)