From f0d8cf7ab332d2d542249f0d2897459ddaf66115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:27:38 +0800 Subject: [PATCH] Bump webrick from 1.8.1 to 1.8.2 in /examples/sinatra/app/src (#515) Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/sinatra/app/src/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sinatra/app/src/Gemfile.lock b/examples/sinatra/app/src/Gemfile.lock index 46c8f6d7..879fcf30 100644 --- a/examples/sinatra/app/src/Gemfile.lock +++ b/examples/sinatra/app/src/Gemfile.lock @@ -21,7 +21,7 @@ GEM rack-session (>= 2.0.0, < 3) tilt (~> 2.0) tilt (2.3.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS ruby