write()
Writes the lock file alongside the gem dependencies file
# File lib/rubygems/request_set/lockfile.rb, line 641 def write content = to_s open "#{@gem_deps_file}.lock", 'w' do |io| io.write content end end