diff options
author | David RodrÃguez <[email protected]> | 2023-10-27 20:50:20 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-11-13 11:06:10 +0900 |
commit | 3757d9027c612c88fdbf449eacf7f8f6c9b2e932 () | |
tree | 1de46b20c94f661e375c27e54f367c846360d433 /lib/rubygems/basic_specification.rb | |
parent | e6c84d05d0cfb9f20725716b93439746c697ce41 (diff) |
[rubygems/rubygems] Remove now unnecessary dups
https://.com/rubygems/rubygems/commit/56ce2a6445
-rw-r--r-- | lib/rubygems/basic_specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -293,7 +293,7 @@ class Gem::BasicSpecification "lib" # default value for require_paths for bundler/inline end - "#{full_gem_path}/#{dirs}".dup end ## |