From b649e15e0621794c83a2d54546d2979392b96947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 16:44:13 +0000 Subject: [PATCH] Bump json from 1.7.5 to 1.7.7 in /webapp/ruby Bumps [json](https://github.com/flori/json) from 1.7.5 to 1.7.7. - [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...v1.7.7) 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..e8c20ce 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', '1.7.7' gem 'mysql2', '0.3.11' gem 'unicorn', '4.4.0' diff --git a/webapp/ruby/Gemfile.lock b/webapp/ruby/Gemfile.lock index fe8af5c..7009bf2 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 (1.7.7) kgio (2.7.4) mysql2 (0.3.11) rack (1.4.1) @@ -28,7 +28,7 @@ PLATFORMS ruby DEPENDENCIES - json (= 1.7.5) + json (= 1.7.7) mysql2 (= 0.3.11) shotgun sinatra (= 1.3.3)