From 38331c8981cd692669392f3d02b09e15b8f892b1 Mon Sep 17 00:00:00 2001 From: Ellen Marie Dash Date: Thu, 29 Feb 2024 18:47:39 -0500 Subject: [PATCH] [rubygems/rubygems] [gemspec_helpers] Fix Rubocop warning. https://github.com/rubygems/rubygems/commit/4ebf6ee5ac --- lib/rubygems/gemspec_helpers.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rubygems/gemspec_helpers.rb b/lib/rubygems/gemspec_helpers.rb index a4ce0756e3..2b20fcafa1 100644 --- a/lib/rubygems/gemspec_helpers.rb +++ b/lib/rubygems/gemspec_helpers.rb @@ -16,5 +16,4 @@ module Gem::GemspecHelpers gemspecs.first end - end