[ruby/rubygems] Bump Rubygems version to 4.0.1

(cherry picked from commit https://github.com/ruby/rubygems/commit/f3e5ebf5afe7)

https://github.com/ruby/rubygems/commit/583b0222ad
This commit is contained in:
Hiroshi SHIBATA 2025-12-09 13:51:05 +09:00 committed by git
parent 875c4c7dfd
commit 0da74e0aa0

View File

@ -9,7 +9,7 @@
require "rbconfig"
module Gem
VERSION = "4.0.0"
VERSION = "4.0.1"
end
require_relative "rubygems/defaults"