diff --git a/NEWS.md b/NEWS.md index bede495de79303..3f5bc7ec308d20 100644 --- a/NEWS.md +++ b/NEWS.md @@ -167,6 +167,8 @@ They are still available on rubygems.org and can be installed with * erb 6.0.7 * 6.0.1 to [v6.0.1.1][erb-v6.0.1.1], [v6.0.2][erb-v6.0.2], [v6.0.3][erb-v6.0.3], [v6.0.4][erb-v6.0.4], [v6.0.5][erb-v6.0.5], [v6.0.6][erb-v6.0.6], [v6.0.7][erb-v6.0.7] * error_highlight 0.7.2 +* io-console 0.9.0 + * 0.8.2 to [v0.9.0][io-console-v0.9.0] * ipaddr 1.2.9 * 1.2.8 to [v1.2.9][ipaddr-v1.2.9] * json 2.21.2 @@ -385,6 +387,7 @@ A lot of work has gone into making Ractors more stable, performant, and usable. [erb-v6.0.5]: https://github.com/ruby/erb/releases/tag/v6.0.5 [erb-v6.0.6]: https://github.com/ruby/erb/releases/tag/v6.0.6 [erb-v6.0.7]: https://github.com/ruby/erb/releases/tag/v6.0.7 +[io-console-v0.9.0]: https://github.com/ruby/io-console/releases/tag/v0.9.0 [ipaddr-v1.2.9]: https://github.com/ruby/ipaddr/releases/tag/v1.2.9 [json-v2.18.1]: https://github.com/ruby/json/releases/tag/v2.18.1 [json-v2.19.0]: https://github.com/ruby/json/releases/tag/v2.19.0 diff --git a/common.mk b/common.mk index 8feb982f6bda55..7113829bc5f037 100644 --- a/common.mk +++ b/common.mk @@ -846,12 +846,7 @@ clean-spec: PHONY check: main $(DOT_WAIT) test $(DOT_WAIT) test-tool $(DOT_WAIT) test-all $(ECHO) check succeeded - -$(Q) : : "run only on sh"; \ - if [ x"$(GIT)" != x ] && $(CHDIR) "$(srcdir)" && \ - b=`$(GIT) symbolic-ref --short HEAD 2>&1` && \ - u=`$(GIT) branch --list --format='%(upstream:short)' $$b`; then \ - set -x; $(GIT) --no-pager log --format=oneline -G '^ *# *include *("|