From cc13bef1366139fc5488758b2bb61b70db5e1b1c Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Thu, 28 Sep 2023 13:45:22 +0530 Subject: [PATCH] corrected the offenses Signed-off-by: nikhil2611 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 88694a0..371728c 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ require "bundler/gem_tasks" -WindowsPlatforms = %w{ x64-mingw32 x64-mingw-ucrt ruby } +WindowsPlatforms = %w{ x64-mingw32 x64-mingw-ucrt ruby }.freeze # Style Tests begin