Activity
From 04/01/2022 to 04/07/2022
04/07/2022
-
07:29 PM Revision 9ca3d537 (git): All-in-one RDoc for class String (#5777)
- 04:49 PM Revision a7d7ee90 (git): * 2022-04-08 [ci skip]
-
04:49 PM Revision 16e08d53 (git): Fix strict aliasing issue
- `rb_id_table_lookup()` writes to a `VALUE`, which is definitely a distinct
type from `st_table *`. With LTO, the comp... -
04:12 PM Bug #18684: Support for out of source build
- Please precisely write what you did. The following process works well for me.
```
$ tar xf ruby-3.1.1.tar.gz
$ m... -
11:47 AM Bug #18684 (Closed): Support for out of source build
- Trying out of source build, it fails:
~~~
... snip ...
compiling ../ruby-3.1.1/vm_sync.c
compiling ../ruby-3.... -
03:49 PM Bug #18680: The documentation for File::Stat#ctime (for example) says: stat.ctime -> aTime
- Yea. The #atime method has "-> time" ... whatever is decided, the four methods: #atime, #ctime, #mtime, and #birthti...
-
07:55 AM Bug #18680: The documentation for File::Stat#ctime (for example) says: stat.ctime -> aTime
- I guess that "aTime" means "a Time" or "an instance of Time". There is no strict rule for writing rdoc AFAIK, but I d...
- 01:52 PM Revision 389723d8 (git): * 2022-04-07 [ci skip]
-
01:38 PM Revision 697eed63 (git): [ruby/psych] Update autoconf files bundled with yaml-2.5
- https://github.com/ruby/psych/commit/e28f17ac18
-
11:03 AM Bug #18681: crashes when built with AddressSanitizer (clang build)
- mame (Yusuke Endoh) wrote in #note-2:
> I couldn't reproduce the issue. Can you build it with a simple configuration,... -
08:20 AM Bug #18681: crashes when built with AddressSanitizer (clang build)
- I couldn't reproduce the issue. Can you build it with a simple configuration, i.e., without ASAN and without `-j45`?
-
10:19 AM Revision 7b1ece9b (git): Get rid of type-punning pointer casts
-
10:07 AM Revision 9e58c3c5 (git): Get rid of type aliasing
-
09:01 AM Revision 23090cf6 (git): Suppress an unused function
-
07:47 AM Revision f2377e4c (git): Fix a typo [ci skip]
-
07:21 AM Bug #18679 (Rejected): Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
- It seems clear that this isn't a Ruby bug. So I'm closing this issue. But please feel free to continue discussing the...
-
07:10 AM Bug #18679: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
- @taf2, in that case it's indeed a `$LANG` problem.
-
06:03 AM Revision 21f006f5 (git): Retrieve previously configured macros also other than `extensions`
-
03:19 AM Revision 5af507f5 (git): Update `heap_pages_deferred_final` atomically
-
02:15 AM Bug #18487 (Closed): Kernel#binding behaves differently depending on implementation language of items on the stack
- Applied in changeset commit:git|0b091fdac6ceb33b7379ceddc9a49a79d0e158b2.
----------
Raise RuntimeError if Kernel#bi... -
02:14 AM Revision 0b091fda (git): Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
- Check whether the current or previous frame is a Ruby frame in
call_trace_func and rb_tracearg_binding before attempt... -
01:37 AM Revision bff12e1a (git): [DOC] Fix comment links
-
12:47 AM Revision 5c1b76a3 (git): Install built gem extension binaries
-
12:47 AM Revision bb0a22a8 (git): Obey spec file locations to rubygems
-
12:47 AM Revision d7afaf21 (git): Move the target directory of bundled gems like as rubygems
-
12:47 AM Revision 17ce0b9b (git): Retrieve configured gems info
-
12:47 AM Revision db3d111c (git): Bundled gems are expanded under `.bundle/gems` now
-
12:46 AM Revision 3607657e (git): [DOC] Fix linux kernel commit links
04/06/2022
-
10:39 PM Revision 21c8b9eb (git): Copyedit parallel test harness crash message
- Mea culpa.
Co-authored-by: Kaíque Kandy Koga <[email protected]> -
10:22 PM Revision 16e6d7d1 (git): [rubygems/rubygems] Set `@tempdir` as early as possible
- We have seen some errors during test `setup` before `@tempdir` is
actually set, in particular, when instantiating `Ge... -
10:11 PM Revision 399ef463 (git): Copyedit parallel test harness crash message
- 08:47 PM Revision 86411f69 (git): * 2022-04-07 [ci skip]
-
08:47 PM Revision 717b20ee (git): [DOC] Enhanced RDoc for string slices (#5769)
- Creates file doc/string/slices.rdoc that the string slicing methods can link to.
-
07:07 PM Bug #18679: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
- @byroot thank you! that was it on intel: Encoding.default_internal
=> #<Encoding:UTF-8>
On arm:
Encoding.defau... -
11:54 AM Bug #18679: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
- My bet would be the locale is not set properly on the arm machine.
`locale` probably shows `C` or `POSIX` and many t... -
07:25 AM Bug #18679: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
- You might want to look at wether `Encoding.default_internal` and `Encoding.default_external` matches on your two plat...
-
05:45 PM Feature #18683: Allow to create hashes with a specific capacity.
- That's a good point.
I suppose it could be worked around with either:
- A positional argument: `Hash.new(nil,... -
04:47 PM Feature #18683: Allow to create hashes with a specific capacity.
- This would break backwards compatibility:
```ruby
Hash.new(capacity: 1000)[nil]
# => {:capacity=>1000}
``` -
10:55 AM Feature #18683 (Closed): Allow to create hashes with a specific capacity.
- Various protocol parsers such as Redis `RESP3` or `msgpack`, have to create hashes, and they know the size in advance...
- 02:57 PM Revision 1f3448f5 (git): Update bundled gems list at 8197ae35f90aa1c260b5782c08827d [ci skip]
-
02:57 PM Revision 8197ae35 (git): Bundle RBS 2.3.2 (#5762)
-
09:22 AM Bug #18682 (Closed): doc: raise also accepts instances
- I think it is the case of "another object that returns an Exception object hen sent an exception message".
In other ... -
09:03 AM Bug #18682 (Closed): doc: raise also accepts instances
- https://ruby-doc.org/core-3.1.1/Kernel.html#method-i-raise says
```
Otherwise, the first parameter should be an E... -
08:41 AM Bug #18681 (Closed): crashes when built with AddressSanitizer (clang build)
- Have the error-message in log then build ruby interpreter:
``` shell
building .ext/include/x86_64-linux/rb_mjit_min... -
02:59 AM Revision 8da0b68a (git): Fix a typo [ci skip]
04/05/2022
- 11:55 PM Revision c59488a8 (git): [rubygems/rubygems] Use `ask_yes_no`
- https://github.com/rubygems/rubygems/commit/1d38e167fa
- 11:54 PM Revision 37a19f7f (git): [rubygems/rubygems] Extract default_host method
- https://github.com/rubygems/rubygems/commit/6e10e75574
- 11:54 PM Revision b75b67f1 (git): [rubygems/rubygems] Use YAML
- https://github.com/rubygems/rubygems/commit/6122e8cac5
- 11:54 PM Revision bb3ecdba (git): [rubygems/rubygems] Accomodate gem hosts without profile/me endpoint
- https://github.com/rubygems/rubygems/commit/31b6dcf5d3
- 11:54 PM Revision 75083704 (git): [rubygems/rubygems] Update endpoint
- https://github.com/rubygems/rubygems/commit/a5a7b3ec96
- 11:54 PM Revision ec09b2db (git): [rubygems/rubygems] Remove whitespace
- https://github.com/rubygems/rubygems/commit/08c2d88137
- 11:54 PM Revision 925d73b3 (git): [rubygems/rubygems] Make changes <2.6 compatible
- Multiple params to merge was not introduced until Ruby 2.6, so this
merges the two additional params together first a... - 11:54 PM Revision 8650811b (git): [rubygems/rubygems] Fix lint
- https://github.com/rubygems/rubygems/commit/a68bfde18e
- 11:54 PM Revision 7bb6449f (git): [rubygems/rubygems] Make mfa the default
- https://github.com/rubygems/rubygems/commit/0b636f6902
- 11:54 PM Revision 4ae3b78c (git): [rubygems/rubygems] Correct mfa level name
- https://github.com/rubygems/rubygems/commit/a002e351ae
- 11:54 PM Revision b3f1b3cc (git): [rubygems/rubygems] Enable mfa on specific keys during gem signin
- https://github.com/rubygems/rubygems/commit/e787f7f655
-
11:29 PM Bug #18487: Kernel#binding behaves differently depending on implementation language of items on the stack
- The previous commit failed with VM assertion error when compiling with `-DRUBY_DEBUG=1 -DRGENGC_CHECK_MODE=2`. I've ...
-
10:57 PM Bug #18679: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
- First, if the error says Encoding::UndefinedConversionError, then I think it's not related to iconv, because iconv on...
-
08:21 PM Bug #18679: Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
- I found some additional insight... on Intel we can puts File.read("this-file-contains-utf8") # and no crash
On arm... -
08:02 PM Bug #18679 (Rejected): Encoding::UndefinedConversionError: "\xE2" from ASCII-8BIT to UTF-8
- We are facing an issue only when running ruby on arm from amazon linux. In some cases when we puts a string we'll r...
-
08:37 PM Revision 8ee4a82e (git): RubyVM.stat constant cache metrics (#5766)
- Before the new constant cache behavior, caches were invalidated by a
single global variable. You could inspect the va... -
08:08 PM Bug #18680 (Closed): The documentation for File::Stat#ctime (for example) says: stat.ctime -> aTime
- I think it returns Time (not aTime). This is true for three of the four "time" methods.
I would not mind making a... - 04:58 PM Revision 5571ca3a (git): * 2022-04-06 [ci skip]
-
04:57 PM Revision 2304cfa4 (git): Document MakeMakefile#append_cflags
- This method is at least 7 years old and is widely used in the wild.
Since we need to support it, let's document it to... -
02:36 PM Bug #18673 (Closed): Anonymous block forwarding fails when combined with keyword arguments
- Applied in changeset commit:git|3bb70a6924ddd83f90b508b5bbc4d5629b8a41c6.
----------
Fix using anonymous block in me... -
02:35 PM Revision 3bb70a69 (git): Fix using anonymous block in method accepting explicit keywords
- Record block ID before vtable_pop, so the incorrect one doesn't
override it.
Fixes [Bug #18673] -
01:35 PM Revision 97ce0309 (git): Load fake.rb at `BTESTRUBY`
- So that `mkmf` checks work from `make run`, and also remove
duplicate `$(MINIRUBYOPT)` which is used in `$(MINIRUBY)`. -
10:23 AM Revision d9c6f8d4 (git): Try to fix NoMethodError on slow environments
- ```
1) Failure:
TestParallel::TestParallel#test_hungup [/home/user/ruby/tool/test/testunit/test_parallel.rb:215]:
E... -
09:55 AM Bug #18625 (Closed): ruby2_keywords does not unmark the hash if the receiving method has a *rest parameter
-
09:52 AM Bug #18625: ruby2_keywords does not unmark the hash if the receiving method has a *rest parameter
- I merged https://github.com/ruby/ruby/pull/5684, which is Jeremy's PR + a needed update of rspec-mocks + [a NEWS entr...
-
09:54 AM Revision 57300598 (git): Give some tips on how to find the missing ruby2_keywords
-
09:42 AM Revision d3f659d3 (git): Add NEWS entry for Bug #18625 to help adding ruby2_keywords in the missing places
-
09:42 AM Revision 4f25207e (git): Use latest RSpec to get rspec-mocks ruby2_keywords fix
-
09:42 AM Revision 752c3dad (git): Unflag a splatted flagged hash if the method doesn't use ruby2_keywords
- For a method such as:
def foo(*callee_args) end
If this method is called with a flagged hash (created by a method... -
05:31 AM Revision 5e7ebc7e (git): Ignore yaml source
-
05:30 AM Revision 839577d8 (git): Removed mswin patch for zlib-1.2.11
-
05:08 AM Revision 1ac839dc (git): Apply timescale configuration for tests of Regexp.timeout
-
01:24 AM Bug #18678 (Closed): Crash on Mac - vm_call0_cfunc_with_frame
- Somehow referencing a variable that didn't exist caused a crash. Happened once, I haven't been able to replicate.
...
04/04/2022
-
11:56 PM Revision 18044f4f (git): [ruby/psych] Improve libyaml source downloading error messages
- People trying to build CRuby by following the instructions in its
[README] have been running into [errors] due to mis... -
11:05 PM Bug #18673: Anonymous block forwarding fails when combined with keyword arguments
- I submitted a pull request to fix this issue: https://github.com/ruby/ruby/pull/5761
- 09:46 PM Revision a19b2d59 (git): ruby_gc_set_params: update malloc_limit when env is set
- During VM startup, rb_objspace_alloc sets malloc_limit
(objspace->malloc_params.limit) before ruby_gc_set_params is c... -
07:18 PM Revision 4a4485ad (git): Enhanced RDoc for String#index (#5759)
- 06:41 PM Revision 48520cc1 (git): * 2022-04-05 [ci skip]
-
06:41 PM Revision 42000664 (git): Bring back RubyVM.stat(:global_constant_state)
- This was removed as part of [Feature #18589]. But some applications were relying on this behavior. So bringing this b...
-
01:27 PM Revision ea9c09a9 (git): Disable mmap on WASM
- WASM does not have proper support for mmap.
-
01:27 PM Revision c482ee40 (git): Make heap page sizes 64KiB by default
- Commit dde164e968e382d50b07ad4559468885cbff33ef decoupled incremental
marking from page sizes. This commit changes Ru... -
09:55 AM Bug #18373: Bundled gem (RBS, debug) extensions are not properly built
- vo.x (Vit Ondruch) wrote in #note-27:
> vo.x (Vit Ondruch) wrote in #note-25:
>
> I have put together https://git... -
09:54 AM Revision f8455a4f (git): Make typeprof support RBS 2.3.0
- Since RBS 2.3.0, nil? returns true or false instead of bool
-
09:27 AM Bug #18677 (Assigned): BigDecimal#power (**) returns FloatDomainError when passing an infinite parameter
- Example:
```ruby
> BigDecimal(10) ** BigDecimal("Infinity")
FloatDomainError: Computation results in 'Infinity'
... -
07:06 AM Revision 57377e5d (git): [ruby/psych] Propagate `CC` to libyaml
- It is needed for cross-compiling to set properly. Just
`--target`/`--host`/`--build` seems insufficient on some
plat... -
06:05 AM Revision de427c3c (git): [ruby/optparse] Define `inspect` and `pretty_inspect`
- https://github.com/ruby/optparse/commit/a3f0ec21b1
- 05:14 AM Revision 4db75b6f (git): [rubygems/rubygems] bump actions/checkout to 3 in bundler gem template
- Dependabot bumped the repo's configuration in 0c996fa but it did not
bump the version in the template for `bundler ge... -
02:08 AM Bug #18676: Misleading Documentation/Bug: Incorrect File.position on a file opened with "a" mode
- Makes sense.
-
01:13 AM Bug #18676: Misleading Documentation/Bug: Incorrect File.position on a file opened with "a" mode
- apatniv (Vivek Ak) wrote in #note-2:
> Hi Jeremy. Thanks you for your response. Should we update the documentation t... -
01:00 AM Bug #18676: Misleading Documentation/Bug: Incorrect File.position on a file opened with "a" mode
- Hi Jeremy. Thanks you for your response. Should we update the documentation to indicate the same so that it help anyo...
-
12:38 AM Bug #18676 (Rejected): Misleading Documentation/Bug: Incorrect File.position on a file opened with "a" mode
- apatniv (Vivek Ak) wrote:
> Examining the offset in /proc filesytem
> ``` shell
> ->cat /proc/22675/fdinfo/7
> p... -
02:02 AM Bug #18455: `IO#close` has poor performance and difficult to understand semantics.
- ioquatix (Samuel Williams) wrote in #note-4:
> @shyouhei what was the point of https://github.com/ioquatix/ruby/comm...
04/03/2022
-
08:56 PM Bug #18676 (Rejected): Misleading Documentation/Bug: Incorrect File.position on a file opened with "a" mode
- Documentation says that whenever a file is opened in "a" mode, the stream is positioned at the end of stream. However...
- 03:09 PM Revision fb5aa31e (git): * 2022-04-04 [ci skip]
-
03:09 PM Revision 0b0ae583 (git): [DOC] Enhanced RDoc for String (#5753)
- Treats:
#length
#bytesize -
04:38 AM Revision f801386f (git): [DOC] Describe append_{c,cpp,ld}flags
04/02/2022
-
10:34 PM Bug #16672: net/http leaves original content-length header intact after inflating response
- That's great, thank you!
-
09:52 PM Bug #16672 (Open): net/http leaves original content-length header intact after inflating response
- I reverted the commit for now. I'll try testing the proposed fix in the coming week.
-
08:34 PM Bug #16672: net/http leaves original content-length header intact after inflating response
- @MSP-Greg I've also noticed this today and reported it in the net/http repo: https://github.com/ruby/net-http/issues/...
-
07:59 PM Bug #16672: net/http leaves original content-length header intact after inflating response
- I posted a comment in the commit, see https://github.com/ruby/ruby/commit/58adb1636be32fb95173f01e448673dbae4511b0#co...
-
09:51 PM Revision 7648bae4 (git): [ruby/net-http] Revert "Update the content-length heading when decoding bodies"
- This reverts commit https://github.com/ruby/net-http/commit/a7cb30124cf1.
This is causing errors in Ruby's CI, will ... -
07:26 PM Revision 7be4d900 (git): [DOC] Enhanced RDoc for String (#5751)
- Adds to doc for String.new, also making it compliant with documentation_guide.rdoc.
Fixes some broken links in io... - 04:13 PM Revision 4d2623ea (git): * 2022-04-03 [ci skip]
-
04:13 PM Revision 44d0caa1 (git): dir.c: refresh pathtype when emulating `IFTODT` in `glob_helper`
- When using `IFTODT` defined in libc, `dirent.d_type` oriented pathtype
is compatible with `IFTODT(stat.st_mode)`. How... -
10:34 AM Revision 07acd600 (git): [ruby/zlib] Use `z_size_t` version functions
- https://github.com/ruby/zlib/commit/1ce6625fff
- 10:29 AM Revision dcc3c285 (git): Update bundled gems list at e73d76027e7a7e0927785c66629c18 [ci skip]
-
10:29 AM Revision e73d7602 (git): Update bundled_gems
-
10:23 AM Revision 4ee71097 (git): [ruby/zlib] Mask checksums to lower 32bits on also IL32 platforms
- https://github.com/ruby/zlib/commit/e1ead85113
-
08:01 AM Revision 1cbdedec (git): [ruby/zlib] Mask checksums to lower 32bits
- Upper bits affect the result of `crc32` in zlib 1.2.12.
https://github.com/ruby/zlib/commit/9ab6d04af1 -
06:06 AM Revision 729b9a85 (git): [DOC] Fix broken links to encodings.rdoc
- Also prefers class name based references than file name based
references. -
05:54 AM Revision 010d92e9 (git): Adjust indent [ci skip]
-
05:24 AM Revision e73165c4 (git): merge revision(s) 035b75c8f4097a48cde3cebc5db5e2efddc21546:
- Update zlib version to 1.2.12
---
.appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 d... -
05:20 AM Revision 74b42fe7 (git): remove bundled zlib patch file for mswin platform. It's already applied at zlib-1.2.12.
-
05:16 AM Revision b364e23d (git): remove bundled zlib patch file for mswin platform. It's already applied at zlib-1.2.12.
-
05:08 AM Revision 6a022fb2 (git): rename filepath in patch for zlib.
-
05:03 AM Revision 2802f062 (git): rename bundled zlib patch file for mswin platform.
- 04:58 AM Revision 45ee8ad9 (git): * 2022-04-02 [ci skip]
-
04:58 AM Revision 5fafd801 (git): bundle zlib-1.2.12 instead of 1.2.11.
-
01:41 AM Revision 81741690 (git): [DOC] Main doc for encodings moved from encoding.c to doc/encodings.rdoc (#5748)
- Main doc for encodings moved from encoding.c to doc/encodings.rdoc
04/01/2022
-
11:22 PM Feature #18675: Add new exception class for resolv timeouts
- From reviewing the code, `Resolv::ResolvTimeout` is an exception class used for internal control flow, and not expect...
-
06:33 PM Feature #18675 (Open): Add new exception class for resolv timeouts
- I have 2.7.4 but I also checked 3.0, same code in resolv.rb.
to reproduce:
```
irb(main):001:0> require 'resolv'... -
06:48 PM Revision 6068da89 (git): Finer-grained constant cache invalidation (take 2)
- This commit reintroduces finer-grained constant cache invalidation.
After 8008fb7 got merged, it was causing issues o... -
06:48 PM Revision 20c190f9 (git): Fix up global name references in misc/lldb_disasm.py
- Some of the symbols had changed names and the script was no longer
finding them. -
05:49 PM Bug #16672 (Closed): net/http leaves original content-length header intact after inflating response
- Applied in changeset commit:git|58adb1636be32fb95173f01e448673dbae4511b0.
----------
[ruby/net-http] Update the cont... - 05:49 PM Revision b61e469c (git): * 2022-04-02 [ci skip]
-
05:49 PM Revision 58adb163 (git): [ruby/net-http] Update the content-length heading when decoding bodies
- Previously, the content-encoding header was removed and the body
was modified, but the content-length header was not ... -
03:28 PM Bug #18487 (Open): Kernel#binding behaves differently depending on implementation language of items on the stack
-
02:52 PM Revision 651b832c (git): extract magic number from gc_sweep_step
-
02:46 PM Bug #18373: Bundled gem (RBS, debug) extensions are not properly built
- Not sure what `$installed_list` is good for, but the extensions as build currently are very likely not listed there. ...
-
02:27 PM Revision fe21b779 (git): Use mmap for heap page allocation only
- Currently, rb_aligned_malloc uses mmap if Ruby heap pages can be
allocated through mmap (when system heap page size <... -
02:22 PM Revision d1d48cb6 (git): Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
- This reverts commit 343ea9967e4a6b279eed6bd8e81ad0bdc747f254.
This causes an assertion failure with -DRUBY_DEBUG=1 -... -
12:46 PM Feature #18619 (Closed): Reverse the order of GC Compaction cursor movement
- Applied in changeset commit:git|76572e5a7fc0ffde6501fd9a8c034bb621f11688.
----------
[Feature #18619] Reverse the or... -
12:45 PM Revision d8352ff3 (git): [Feature #18619] remove FL_FROM_FREELIST
-
12:45 PM Revision c26a85fc (git): [Feature #18619] Remove redundant compaction path
-
12:45 PM Revision 76572e5a (git): [Feature #18619] Reverse the order of compaction movement
- This commit changes the way compaction moves objects and sweeps pages in
order to better facilitate object movement b... -
11:37 AM Feature #18611: Promote best practice for combining multiple values into a hash code
- > Including the class is often (maybe even always?) unnecessary, and does impact performance.
Could you elaborate ... -
11:30 AM Feature #16978: Ruby should not use realpath for __FILE__
- In the end RubyGems decided to leave `__FILE__` due to this behaviour at all. If I understand Jeremy's original reaso...
-
08:51 AM Bug #18674 (Closed): Build failure `make up` with WSL2
- When I invoked `make up` on WSL2 environment. It failed when generating `ripper.c`
The error message is here.
`... -
07:52 AM Bug #18605: Fails to run on (newer) 32bit Windows with ucrt
- Why Ruby depends to `_pioinfo` is
* to associate socket and fd: CRuby creates fd with dummy file handle and set sock... - 05:44 AM Revision 7dfea79e (git): Update bundled gems list at b3a05827c716bbb6a54cb6924f5840 [ci skip]
-
05:44 AM Revision b3a05827 (git): debug.gem v1.5.0
- Note that `mkmf`'s `have_func` doesn't work without installing ruby
(without `make install`) and `make test-bundled-g... - 04:57 AM Revision f24abc0b (git): Update default gems list at 06f94d1784c6f00ba7d21af57af0d0 [ci skip]
-
04:56 AM Revision 06f94d17 (git): [ruby/net-protocol] Bump version to 0.1.3
- https://github.com/ruby/net-protocol/commit/9cf40af499
-
02:48 AM Revision e680e63e (git): [ruby/psych] Output libyaml configure log
- https://github.com/ruby/psych/commit/c2e3c8579c
Also available in: Atom