From eec359dffb4b8b7007c73cac9a5108297131d192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:22:49 +0000 Subject: [PATCH] Update erb requirement from ~> 5.1.3 to ~> 6.0.1 Updates the requirements on [erb](https://github.com/ruby/erb) to permit the latest version. - [Release notes](https://github.com/ruby/erb/releases) - [Changelog](https://github.com/ruby/erb/blob/master/NEWS.md) - [Commits](https://github.com/ruby/erb/compare/v5.1.3...v6.0.1) --- updated-dependencies: - dependency-name: erb dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4f61866..7705fba 100644 --- a/Gemfile +++ b/Gemfile @@ -28,4 +28,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "erb", "~> 5.1.3" +gem "erb", "~> 6.0.1"