From a7beb63c4ec323931ea68354fb908c368828f228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 01:59:47 +0000 Subject: [PATCH] Bump json from 2.6.2 to 2.6.3 Bumps [json](https://github.com/flori/json) from 2.6.2 to 2.6.3. - [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.6.2...v2.6.3) --- updated-dependencies: - dependency-name: json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 32a1abee9..84c225a7f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'versionomy', '~> 0.5.0' gem 'rake', '~> 13.0', '>= 13.0.1' gem 'rack', '~> 2.2', '>= 2.2.3' gem 'git', '~> 1.8' -gem 'json', '~> 2.5' +gem 'json', '~> 2.6' group(:build_site) do gem 'jekyll', '~> 4.1' diff --git a/Gemfile.lock b/Gemfile.lock index a37645959..7069a0eda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM sassc (> 2.0.1, < 3.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.6.2) + json (2.6.3) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) @@ -170,7 +170,7 @@ DEPENDENCIES activerecord (~> 6) git (~> 1.8) jekyll (~> 4.1) - json (~> 2.5) + json (~> 2.6) kramdown (~> 2.3) listen (~> 3.5.1) maruku (~> 0.7)