From d1963c995dc30e0c2e670ff151d8b4dd90eafa62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 13:46:31 +0000 Subject: [PATCH] Bump json from 2.1.0 to 2.3.0 in /api/ruby/rendering-data-as-graphs Bumps [json](https://github.com/flori/json) from 2.1.0 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/v2.1.0...v2.3.0) Signed-off-by: dependabot[bot] --- api/ruby/rendering-data-as-graphs/Gemfile | 2 +- api/ruby/rendering-data-as-graphs/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/ruby/rendering-data-as-graphs/Gemfile b/api/ruby/rendering-data-as-graphs/Gemfile index 4145eb9..ebbc60d 100644 --- a/api/ruby/rendering-data-as-graphs/Gemfile +++ b/api/ruby/rendering-data-as-graphs/Gemfile @@ -1,6 +1,6 @@ source "http://rubygems.org" -gem "json", "~>2.1.0" +gem "json", "~>2.3.0" gem "sinatra", "~>1.4.8" gem "sinatra_auth_github", "~>1.2.0" gem "octokit", "~>4.7.0" diff --git a/api/ruby/rendering-data-as-graphs/Gemfile.lock b/api/ruby/rendering-data-as-graphs/Gemfile.lock index 3644d75..8adb780 100644 --- a/api/ruby/rendering-data-as-graphs/Gemfile.lock +++ b/api/ruby/rendering-data-as-graphs/Gemfile.lock @@ -12,7 +12,7 @@ GEM faraday (0.13.1) multipart-post (>= 1.2, < 3) i18n (0.8.6) - json (2.1.0) + json (2.3.0) minitest (5.10.3) multipart-post (2.0.0) octokit (4.7.0) @@ -46,7 +46,7 @@ PLATFORMS ruby DEPENDENCIES - json (~> 2.1.0) + json (~> 2.3.0) octokit (~> 4.7.0) sinatra (~> 1.4.8) sinatra_auth_github (~> 1.2.0)