From 4de80dab83cf66ddf3288c30e9974cc5ea69d161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 04:25:44 +0000 Subject: [PATCH] Bump json from 1.7.5 to 2.3.0 in /webapp/ruby Bumps [json](https://github.com/flori/json) from 1.7.5 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.7.5...v2.3.0) Signed-off-by: dependabot[bot] --- webapp/ruby/Gemfile | 2 +- webapp/ruby/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/ruby/Gemfile b/webapp/ruby/Gemfile index 63b3ff5..9191cee 100644 --- a/webapp/ruby/Gemfile +++ b/webapp/ruby/Gemfile @@ -1,7 +1,7 @@ source :rubygems gem 'sinatra', '1.3.3' gem 'slim', '1.3.3' -gem 'json', '1.7.5' +gem 'json', '2.3.0' gem 'mysql2', '0.3.11' gem 'unicorn', '4.4.0' diff --git a/webapp/ruby/Gemfile.lock b/webapp/ruby/Gemfile.lock index fe8af5c..57d1af6 100644 --- a/webapp/ruby/Gemfile.lock +++ b/webapp/ruby/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - json (1.7.5) + json (2.3.0) kgio (2.7.4) mysql2 (0.3.11) rack (1.4.1) @@ -28,7 +28,7 @@ PLATFORMS ruby DEPENDENCIES - json (= 1.7.5) + json (= 2.3.0) mysql2 (= 0.3.11) shotgun sinatra (= 1.3.3)