summaryrefslogtreecommitdiff
path: root/lib/rubygems/source.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2020-12-15 08:32:54 +0900
committerHiroshi SHIBATA <[email protected]>2020-12-15 10:54:09 +0900
commit2fa9f3c0322570dfb1672b49bc1f3306ef595131 ()
treebdb2889c822e634f931d27f2ca81c6192e6e5b0e /lib/rubygems/source.rb
parent7898f4243f5df9ead0bf91cc8c40907c559d18c0 (diff)
Prepare to release rubygems-3.2.1 and bundler-2.2.1
Notes: Merged: https://.com/ruby/ruby/pull/3901
-rw-r--r--lib/rubygems/source.rb1
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ class Gem::Source
spec = Gem::Util.inflate spec
if update_cache?
FileUtils.mkdir_p cache_dir
File.open local_spec, 'wb' do |io|