From 68a0e9c53b68996ad5473fe6f38dda641ec545cf Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 21 Jun 2024 12:08:50 +0200 Subject: [PATCH] Add a comment to a supressed exception --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index f3a7386..d316bb5 100644 --- a/Rakefile +++ b/Rakefile @@ -15,4 +15,5 @@ begin config.future_release = "v#{Gem::Specification.load("#{config.project}.gemspec").version}" end rescue LoadError + # Optional gem, release group is probably disabled end