From bd9a6ba4ef26d1dea61efcb9d170c7d6ad805a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 27 May 2020 12:51:09 +0200 Subject: [PATCH] [rubygems/rubygems] Remove unintended extra space https://github.com/rubygems/rubygems/commit/1cc02930f3 --- spec/bundler/support/path.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb index a810f0735f..187ccefd71 100644 --- a/spec/bundler/support/path.rb +++ b/spec/bundler/support/path.rb @@ -238,7 +238,7 @@ module Spec end def tracked_files_glob - ruby_core? ? "lib/bundler lib/bundler.rb spec/bundler man/bundle*" : "" + ruby_core? ? "lib/bundler lib/bundler.rb spec/bundler man/bundle*" : "" end def shipped_files_glob