From a5b427d93bf492d43363bb626920ec049aac1423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 22:34:27 +0000 Subject: [PATCH] chore(deps): Bump rack from 2.2.3 to 2.2.6.2 in /examples/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] --- examples/rails/Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/rails/Gemfile.lock b/examples/rails/Gemfile.lock index 43dc8a5..c8bc1de 100644 --- a/examples/rails/Gemfile.lock +++ b/examples/rails/Gemfile.lock @@ -85,8 +85,10 @@ GEM nio4r (2.5.7) nokogiri (1.11.6-x86_64-darwin) racc (~> 1.4) + nokogiri (1.11.6-x86_64-linux) + racc (~> 1.4) racc (1.5.2) - rack (2.2.3) + rack (2.2.6.2) rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.1.3.2) @@ -133,8 +135,8 @@ GEM zeitwerk (2.4.2) PLATFORMS - ruby x86_64-darwin-19 + x86_64-linux DEPENDENCIES byebug