summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
5 days* 2024-04-15 [ci skip]ruby_3_0git
5 daysNo longer download zlib sourceNobuyoshi Nakada
Although zlib package in vcpkg is still 1.2.12, it should be no problem in ruby tests.
5 days[MSWin] Install libffi using vcpkgNobuyoshi Nakada
5 daysWe didn't invoke leaked-globals at ruby_3_0Hiroshi SHIBATA
5 daysopenssl of Ruby 3.0 couldn't build with c2x compilerHiroshi SHIBATA
5 dayscoroutine=pthread is not working with Ruby 3.0Hiroshi SHIBATA
5 daystool/leaked-globals: ignore function typedef [ci skip]Nobuyoshi Nakada
5 daysCanonicalization functions were removed alreadyNobuyoshi Nakada
At b958e2add835d62c0a62edaf9a23ecbbd70a3635
5 daysIgnore symbols declared in the platform headerNobuyoshi Nakada
5 daysIgnore objects from the "missing" directoryNobuyoshi Nakada
5 daysGet rid of \K for old BASERUBYs which have a bug in String#scanNobuyoshi Nakada
5 daysExclude entry pointsNobuyoshi Nakada
5 daysSupport AC_FUNC_MEMCMPNobuyoshi Nakada
5 daysBackport compilers.yml from ruby_3_1Hiroshi SHIBATA
5 daysDon't upgrade brew packagesHiroshi SHIBATA
2023-08-22zlib 1.2.13 is gone from zlib.netNAKAMURA Usaku
2023-06-29* 2023-06-29 [ci skip]git
2023-06-29CVE-2023-36617 for Ruby 3.0 (#7997)Hiroshi SHIBATA
* Merge URI-0.10.3 * Merge URI-0.10.0.3 for Bundler
2023-06-15* 2023-06-15 [ci skip]git
2023-06-15Fix test-bundled-gems for Ruby 3.0 (#7936)Hiroshi SHIBATA
* pry is not needed for test-bundled-gems * Run test-unit test without rake task to avoid yard dependency * Use power_assert-1.2.1 to avoid pry dependency
2023-03-30Fix previous commitv3_0_6NAKAMURA Usaku
2023-03-30Limit header lengthNAKAMURA Usaku
2023-03-30[Backport #19161] merge part of 96d1acfdf6c6b42f2029f44d5b5920961d6efa92NAKAMURA Usaku
Check for TLS usability On all platforms using GCC, even other than darwin.
2023-03-30* 2023-03-30 [ci skip]git
2023-03-30Merge Time-0.1.1Hiroshi SHIBATA
2023-03-29Merge URI-0.10.2 for Ruby 3.0 (#7607)Hiroshi SHIBATA
* Merge URI-0.10.2 * Merge URI-0.10.0.2 for bundler * Added assert_linear_performance for URI tests
2023-03-29* 2023-03-29 [ci skip]git
2023-03-29Historical timezones of Lisbon in tzdata are unstableNobuyoshi Nakada
2023-03-29Skip test_europe_lisbon on macOSTakashi Kokubun
until we figure out why it's failing.
2023-03-29Bump up CodeQL v2Hiroshi SHIBATA
2023-03-29Skip test-bundler-prallel with macOS. It mixed system bundler path.Hiroshi SHIBATA
https://github.com/ruby/ruby/actions/runs/4061314416/jobs/7033111867
2023-03-29Pin Ubuntu 20.04 because Ruby 3.0 didn't support OpenSSL 3Hiroshi SHIBATA
2023-03-29Ruby 3.0 only supports `--jit-*` optionsHiroshi SHIBATA
2023-03-29Disable test-all on MJIT CI for nowTakashi Kokubun
https://github.com/ruby/ruby/actions/runs/3560006749/jobs/5979749144
2023-03-29.github: use GNUMAKEFLAGS instead of JOBS卜部昌平
A bit readable to me. See also https://github.com/ruby/ruby/pull/4880
2023-03-29Test only --mjit-wait for nowTakashi Kokubun
We've disabled MJIT CI on GitHub Actions for a while. It's convenient that fork repositories need to see failures or disable it. We should remove unused CI by default instead of silently disabling it. Since I saw --mjit-wait passed on my fork, I'd like to try running --mjit-wait one.
2023-03-29Rename --jit to --mjit (#5248)Takashi Kokubun
* Rename --jit to --mjit [Feature #18349] * Fix a few more --jit references * Fix MJIT Actions * More s/jit/mjit/ and re-introduce --disable-jit * Update NEWS.md * Fix test_bug_reporter_add
2023-02-07* 2023-02-07 [ci skip]git
2023-02-07Remove wrong dollarNobuyoshi Nakada
2022-12-08merge revision(s) 58cc3c9f: [Backport #19187]NAKAMURA Usaku
[Bug #19187] Fix for tzdata-2022g --- test/ruby/test_time_tz.rb | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-)
2022-12-08Bump teenyNAKAMURA Usaku
2022-11-24Merge openssl-2.2.2v3_0_5Kazuki Yamaguchi
The changes can be found at: https://github.com/ruby/openssl/compare/v2.2.1...v2.2.2
2022-11-24Keep GC disabled until VM bootstrap has done [Bug #17583]Nobuyoshi Nakada
2022-11-24* 2022-11-24 [ci skip]git
2022-11-24merge revision(s) 4f1e0bfacd93c28bff549e2f3603c3b4942429a3:nagachika
Followed up CVE-2022-39253 for bundler examples --- spec/bundler/cache/git_spec.rb | 3 +++ spec/bundler/install/gemfile/git_spec.rb | 9 +++++++++ spec/bundler/update/git_spec.rb | 3 +++ 3 files changed, 15 insertions(+)
2022-11-24merge revision(s) 36f297e62108072b9377d927321928b994f66a93:nagachika
Use valid tokens as cookie names --- spec/ruby/library/cgi/cookie/name_spec.rb | 12 ++++++------ spec/ruby/library/cgi/cookie/parse_spec.rb | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-)
2022-11-24merge revision(s) ↵nagachika
dae843f6b7502f921a7e66f39e3714a39d860181,86096a91d55f72620e0f8ca8634da5fa342dc35b: Bypass git submodule add/update with git config protocol.file.allow=always option. Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> --- test/rubygems/test_gem_source_git.rb | 5 +++++ 1 file changed, 5 insertions(+) [rubygems/rubygems] Use [] instead of double-quotes --- test/rubygems/test_gem_source_git.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2022-11-24Merge CGI-0.2.2Hiroshi SHIBATA
2022-10-15* 2022-10-15 [ci skip]git
2022-10-15Upgrade zlib_version on AppVeyorTakashi Kokubun
They removed https://zlib.net/zlib1212.zip because https://zlib.net/zlib1213.zip was released :thinking_face: Fix CI failures like: https://ci.appveyor.com/project/ruby/ruby/builds/45064876/job/bb9biogolh0u2595