From c0a83c77dcd0baf3d8f409025b110ad3b730e7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 00:01:11 +0000 Subject: [PATCH] Bump json from 2.6.1 to 2.6.2 in /rails Bumps [json](https://github.com/flori/json) from 2.6.1 to 2.6.2. - [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.1...v2.6.2) --- updated-dependencies: - dependency-name: json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rails/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails/Gemfile.lock b/rails/Gemfile.lock index f1d2575..310a36b 100644 --- a/rails/Gemfile.lock +++ b/rails/Gemfile.lock @@ -84,7 +84,7 @@ GEM activesupport (>= 5.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - json (2.6.1) + json (2.6.2) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10)