diff options
-rw-r--r-- | lib/rubygems/source/specific_file.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ # local gems. class Gem::Source::SpecificFile < Gem::Source ## # The path to the gem for this specific file. @@ -68,4 +69,5 @@ class Gem::Source::SpecificFile < Gem::Source super end end end |