From 5f25def57321d882a5399e8856f3df9227315a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 15:06:39 +0000 Subject: [PATCH] Bump json from 1.5.1 to 2.3.0 Bumps [json](https://github.com/flori/json) from 1.5.1 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.5.1...v2.3.0) --- updated-dependencies: - dependency-name: json dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 139b96b..20f7a2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,53 @@ GEM remote: http://rubygems.org/ specs: + activesupport (6.1.3.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + bluecloth (2.2.0) choice (0.1.4) - json (1.5.1) + chronic (0.10.2) + concurrent-ruby (1.1.8) + haml (5.2.1) + temple (>= 0.8.0) + tilt + hpricot (0.8.6) + htmlentities (4.3.4) + i18n (1.8.10) + concurrent-ruby (~> 1.0) + json (2.3.0) + levenshtein (0.2.2) + minitest (5.14.4) + pg (0.21.0) + postgres (0.8.1) + pg (~> 0) rack (1.2.1) sinatra (1.2.0) rack (~> 1.1) - tilt (< 2.0, >= 1.2.2) + tilt (>= 1.2.2, < 2.0) + temple (0.8.2) + text (1.3.1) tilt (1.2.2) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.4.2) PLATFORMS ruby DEPENDENCIES + activesupport + bluecloth choice + chronic + haml + hpricot + htmlentities json + levenshtein + postgres sinatra + text