summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-05-27 12:51:09 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 07:32:42 +0900
commitbd9a6ba4ef26d1dea61efcb9d170c7d6ad805a27 (patch)
treeb98aaf14b2622bb316d4ebeb50228376e9715a61
parent9f7bfba54ffee1bdc30aa7a08a1be1847c89a60a (diff)
[rubygems/rubygems] Remove unintended extra space
https://github.com/rubygems/rubygems/commit/1cc02930f3
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3184
-rw-r--r--spec/bundler/support/path.rb2
1 files changed, 1 insertions, 1 deletions
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