From a19a99ad5ea62c67c8f3265cdfb237c13a292f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 13:46:32 +0000 Subject: [PATCH] Bump json from 1.8.3 to 2.3.0 in /api/ruby/delivering-deployments Bumps [json](https://github.com/flori/json) from 1.8.3 to 2.3.0. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v1.8.3...v2.3.0) Signed-off-by: dependabot[bot] --- api/ruby/delivering-deployments/Gemfile | 2 +- api/ruby/delivering-deployments/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/ruby/delivering-deployments/Gemfile b/api/ruby/delivering-deployments/Gemfile index de581d1..a92a19a 100644 --- a/api/ruby/delivering-deployments/Gemfile +++ b/api/ruby/delivering-deployments/Gemfile @@ -1,6 +1,6 @@ source "http://rubygems.org" -gem "json", "~> 1.8" +gem "json", "~> 2.3" gem 'sinatra', '~> 1.3.5' gem "shotgun" gem "octokit", '~> 3.0' diff --git a/api/ruby/delivering-deployments/Gemfile.lock b/api/ruby/delivering-deployments/Gemfile.lock index 6261cde..cace01a 100644 --- a/api/ruby/delivering-deployments/Gemfile.lock +++ b/api/ruby/delivering-deployments/Gemfile.lock @@ -4,7 +4,7 @@ GEM addressable (2.3.6) faraday (0.9.0) multipart-post (>= 1.2, < 3) - json (1.8.3) + json (2.3.0) multipart-post (2.0.0) octokit (3.0.0) sawyer (~> 0.5.3) @@ -26,7 +26,7 @@ PLATFORMS ruby DEPENDENCIES - json (~> 1.8) + json (~> 2.3) octokit (~> 3.0) shotgun sinatra (~> 1.3.5)