diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-07-13 20:58:08 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-07-14 10:48:07 +0900 |
commit | 896bbb9fadd10e1ad06ff3fd7d0608acda01ac06 () | |
tree | c6f97aa1b1ed5192dfdd9b84317b742020ec3cb0 /lib/rubygems/exceptions.rb | |
parent | 29f6f79e7396018962eb25c5f5e409f5fe28a73b (diff) |
Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9
Notes: Merged: https://.com/ruby/ruby/pull/4648
-rw-r--r-- | lib/rubygems/exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ class Gem::SystemExitException < SystemExit def initialize(exit_code) @exit_code = exit_code - super "Exiting RubyGems with exit_code #{exit_code}" end end |