From b9b8f0b4941402ef06576578a5cb675050b96329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 22:20:46 +0000 Subject: [PATCH] Bump webrick in /ios/TestApp in the bundler group across 1 directory Bumps the bundler group with 1 update in the /ios/TestApp directory: [webrick](https://github.com/ruby/webrick). Updates `webrick` from 1.7.0 to 1.8.2 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.8.2 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- ios/TestApp/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/TestApp/Gemfile.lock b/ios/TestApp/Gemfile.lock index 226f2e17..82fec459 100644 --- a/ios/TestApp/Gemfile.lock +++ b/ios/TestApp/Gemfile.lock @@ -196,7 +196,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) word_wrap (1.0.0) xcodeproj (1.22.0) CFPropertyList (>= 2.3.3, < 4.0)