From 14c26522255b1847f40e8c729f206cad3580bcf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 09:16:14 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 3.0.7 Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 3.0.7. - [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/2.2.3...v3.0.7) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3336fee..9f13d0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,11 +8,12 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.2.3) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) + zeitwerk (~> 2.3) ast (2.4.2) concurrent-ruby (1.1.10) faraday (2.2.0) @@ -21,16 +22,16 @@ GEM faraday-net_http (2.0.1) i18n (1.10.0) concurrent-ruby (~> 1.0) - minitest (5.15.0) + minitest (5.18.0) parallel (1.22.1) - parser (3.1.1.0) + parser (3.2.1.1) ast (~> 2.4.1) - rack (2.2.3) + rack (3.0.7) rainbow (3.1.1) rake (13.0.6) regexp_parser (2.2.1) rexml (3.2.5) - rubocop (1.26.1) + rubocop (1.27.0) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) @@ -56,7 +57,8 @@ GEM ruby2_keywords (0.0.5) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.1.0) + unicode-display_width (2.4.2) + zeitwerk (2.6.7) PLATFORMS x86_64-linux