<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rubygems/safe_marshal.rb, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[rubygems/rubygems] All rubies working with different time zones</title>
<updated>2023-09-20T02:03:03+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-08-24T16:23:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cadca9f67eba9e101558aa32594646c3ece17c31'/>
<id>cadca9f67eba9e101558aa32594646c3ece17c31</id>
<content type='text'>
Tested with:

`ruby -e 'trap("INT") { exit 1 }; TZ=%w[UTC +0000 -0000]; RUBY=%w[ruby-2.7 ruby-3.2.2 jruby-9.4 truffleruby-22 truffleruby-23]; TZ.product(RUBY).each { |t, r| puts ?**120, "TZ=#{t} RUBY=#{r}", "*"*120; system({"TZ"=&gt;t,"RUBY"=&gt;r}, *ARGV) }' zsh -lic 'chruby $RUBY; ruby -vw -Ilib test/rubygems/test_gem_safe_marshal.rb --verbose=progress'`

https://github.com/rubygems/rubygems/commit/6192005afb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested with:

`ruby -e 'trap("INT") { exit 1 }; TZ=%w[UTC +0000 -0000]; RUBY=%w[ruby-2.7 ruby-3.2.2 jruby-9.4 truffleruby-22 truffleruby-23]; TZ.product(RUBY).each { |t, r| puts ?**120, "TZ=#{t} RUBY=#{r}", "*"*120; system({"TZ"=&gt;t,"RUBY"=&gt;r}, *ARGV) }' zsh -lic 'chruby $RUBY; ruby -vw -Ilib test/rubygems/test_gem_safe_marshal.rb --verbose=progress'`

https://github.com/rubygems/rubygems/commit/6192005afb
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Bundler error handling</title>
<updated>2023-09-20T02:03:02+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-08-21T16:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e52f9bd41e1c407ac675fa3d1fbaabec854f6968'/>
<id>e52f9bd41e1c407ac675fa3d1fbaabec854f6968</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/63b422b71a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/63b422b71a
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Allow bundler to load from the dependency api</title>
<updated>2023-09-20T02:03:01+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-08-21T06:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f0d1b0cc4b5a99de9dc709b8f43d8be8e18c7323'/>
<id>f0d1b0cc4b5a99de9dc709b8f43d8be8e18c7323</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/3303957286
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/3303957286
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Verified working on mri/jruby/truffleruby with specs on rubygems.org</title>
<updated>2023-09-20T02:03:00+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-08-20T17:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1fff3e44ff3248c2c0bbd2bd244d52f64cfdd8a5'/>
<id>1fff3e44ff3248c2c0bbd2bd244d52f64cfdd8a5</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/4f51741cc6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/4f51741cc6
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Broader version compatibility in marshal tests</title>
<updated>2023-09-20T02:02:59+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-08-18T22:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cdcc760dc0b3ca504b630e333c350da9e97dbbb2'/>
<id>cdcc760dc0b3ca504b630e333c350da9e97dbbb2</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/6ec518c563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/6ec518c563
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Add a Marshal.load replacement that walks an AST to safely load permitted classes/symbols</title>
<updated>2023-09-20T02:02:58+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-08-18T20:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d182d83ce929cd322f4a6fd134cd31be950eca77'/>
<id>d182d83ce929cd322f4a6fd134cd31be950eca77</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/7e4478fe73
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/7e4478fe73
</pre>
</div>
</content>
</entry>
</feed>
