From 0f1ee18f917c9f7e8c46d6bd376df0e8f59192f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 23:08:13 +0000 Subject: [PATCH] Bump json from 1.7.7 to 2.3.0 in /hooks/ruby/configuring-your-server Bumps [json](https://github.com/flori/json) from 1.7.7 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.7...v2.3.0) Signed-off-by: dependabot[bot] --- hooks/ruby/configuring-your-server/Gemfile | 2 +- hooks/ruby/configuring-your-server/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hooks/ruby/configuring-your-server/Gemfile b/hooks/ruby/configuring-your-server/Gemfile index 805a6ec04..21f4a9442 100644 --- a/hooks/ruby/configuring-your-server/Gemfile +++ b/hooks/ruby/configuring-your-server/Gemfile @@ -1,4 +1,4 @@ source "http://rubygems.org" -gem "json", "1.7.7" +gem "json", "2.3.0" gem 'sinatra', '~> 1.3.5' diff --git a/hooks/ruby/configuring-your-server/Gemfile.lock b/hooks/ruby/configuring-your-server/Gemfile.lock index 569009d15..2bdc0eb77 100644 --- a/hooks/ruby/configuring-your-server/Gemfile.lock +++ b/hooks/ruby/configuring-your-server/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - json (1.7.7) + json (2.3.0) rack (1.5.2) rack-protection (1.5.2) rack @@ -15,5 +15,5 @@ PLATFORMS ruby DEPENDENCIES - json (= 1.7.7) + json (= 2.3.0) sinatra (~> 1.3.5)