From b063d03250dc571829a3e1097f38196c1b93981f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 01:32:49 +0000 Subject: [PATCH] Bump rack from 2.2.7 to 2.2.8.1 Bumps [rack](https://github.com/rack/rack) from 2.2.7 to 2.2.8.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.7...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1008356..0235249 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,6 +2,7 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) + bigdecimal (3.1.6) byebug (11.1.3) coderay (1.1.3) daemons (1.4.1) @@ -15,6 +16,8 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) method_source (0.9.2) + oj (3.16.3) + bigdecimal (>= 3.0) parallel (1.23.0) parser (3.2.2.3) ast (~> 2.4.1) @@ -23,7 +26,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) racc (1.7.1) - rack (2.2.7) + rack (2.2.8.1) rainbow (3.1.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -71,6 +74,7 @@ PLATFORMS DEPENDENCIES byebug erubi + oj pry (~> 0.12.2) rack rerun