From b9698de65cd3fe392008c8bef27061a1954b2faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 22:42:00 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 2.2.6.2 in /ruby-rails Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.2. - [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...v2.2.6.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ruby-rails/Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ruby-rails/Gemfile.lock b/ruby-rails/Gemfile.lock index 5fad868..05053f8 100644 --- a/ruby-rails/Gemfile.lock +++ b/ruby-rails/Gemfile.lock @@ -97,10 +97,12 @@ GEM nio4r (2.5.5) nokogiri (1.11.1-x86_64-darwin) racc (~> 1.4) + nokogiri (1.11.1-x86_64-linux) + racc (~> 1.4) nuid-sdk (0.1.1) httparty (~> 0.18.1) racc (1.5.2) - rack (2.2.3) + rack (2.2.6.2) rack-cors (1.1.1) rack (>= 2.0.0) rack-test (1.1.0) @@ -154,6 +156,7 @@ GEM PLATFORMS x86_64-darwin-19 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4)