Skip to content

Commit 289819f

Browse files
committed
Followed up #2166 (comment)
1 parent 424081e commit 289819f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rubygems/installer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ def verify_spec
748748
def verify_default_gems
749749
return unless options[:install_as_default]
750750
return if Gem::Specification::DEFAULT_GEMS_LIST.include?(spec.name)
751-
raise Gem::InstallError, "#{spec} is not a default gems"
751+
raise Gem::InstallError, "#{spec} is not a default gem."
752752
end
753753

754754
##

0 commit comments

Comments
 (0)