summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
AgeCommit message (Collapse)Author
2025-05-30Sync lockfile from rubygems/rubygems (#13472)David Rodríguez
* Sync lockfile from rubygems/rubygems * Restore lockfile for test-bundler In the past, bundler updated platform without normalized variable like arm64-darwin-23. We ignored that update. But the current bundler uses arm64-darwin for that. --------- Co-authored-by: Hiroshi SHIBATA <hsbt@ruby-lang.org>
2025-05-28Sync Bundler and adapt to new spec setupDavid Rodríguez
2024-12-18Skip to sync lib/irb/.documentHiroshi SHIBATA
2024-12-11Fixed upstream path of ruby/resolvHiroshi SHIBATA
2024-12-02Update strscan structure for strscan/strscan.rbHiroshi SHIBATA
2024-11-27Sync the main branch of `ruby/mmtk`Matt Valentine-House
The sync script defaults to `master` when analysing which commits to pick, but the default for new repos now is `main`. Notes: Merged: https://github.com/ruby/ruby/pull/12174
2024-11-25Skip sync failure when we specified old versionHiroshi SHIBATA
2024-11-21Sync ruby/mmtk into the gc/mmtk directoryMatt Valentine-House
Notes: Merged: https://github.com/ruby/ruby/pull/12120
2024-11-05Update depend filesJean Boussier
Notes: Merged: https://github.com/ruby/ruby/pull/12003
2024-11-05Update json gem syncing logicJean Boussier
Notes: Merged: https://github.com/ruby/ruby/pull/12003
2024-11-05tool/sync_default_gems.rb: update json rulesJean Boussier
`lib/json/ext/generator/state.rb` should actually be `ext/json/lib/json/ext/generator/state.rb` Notes: Merged: https://github.com/ruby/ruby/pull/11999
2024-11-05Stop syncing json benchmarks.nagachika
Notes: Merged: https://github.com/ruby/ruby/pull/11978
2024-10-29Revert "No longer needed ext/json/extconf.rb"Hiroshi SHIBATA
This reverts commit 58797b7f74737b8896583c9bfa6546ef6756681a.
2024-10-26No longer needed ext/json/extconf.rbHiroshi SHIBATA
2024-10-16Followed up https://github.com/ruby/json/pull/613Hiroshi SHIBATA
2024-10-09Added win32-registryHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11791
2024-10-07json upstream is ruby/json nowHiroshi SHIBATA
2024-09-16[PRISM] Remove snapshot testing from Prism syncKevin Newton
Notes: Merged: https://github.com/ruby/ruby/pull/11624
2024-08-31* remove trailing spaces. [ci skip]git
2024-08-31Added check method with released version of rubygems.orgHiroshi SHIBATA
2024-08-05Clean up empty directoryHiroshi SHIBATA
2024-07-16Follow-up resolv and win32 integrationHiroshi SHIBATA
https://github.com/ruby/resolv/pull/54
2024-07-01Skip to copy .so/.bundle files generated by rake-compilerHiroshi SHIBATA
2024-06-04Sync strscan HEAD again.Hiroshi SHIBATA
https://github.com/ruby/strscan/pull/99 split document with multi-byte chars.
2024-06-03Revert "Sync strscan document files to under the doc directory"Hiroshi SHIBATA
This reverts commit 5611e249e10bf95d48bbf27674bbb6b1fe588b5e. Followed up with https://github.com/ruby/ruby/commit/78bfde5d9f42f2d7bcfb40343477eb8e73ca0e29
2024-05-30Sync strscan document files to under the doc directoryHiroshi SHIBATA
2024-03-28Read as binary regardless localeNobuyoshi Nakada
2024-02-20Architecture-dependent files must not pollute libdir [ci skip]Nobuyoshi Nakada
Copying compiled binaries to libdir is a really evil practice.
2024-02-20Don't sync prism.{so,bundle,dll} from `ruby/prism`Hiroshi SHIBATA
2024-01-24No longer needed to sync syslogHiroshi SHIBATA
2024-01-22Stop sync csv repoHiroshi SHIBATA
2024-01-22Stop sync nkf repoHiroshi SHIBATA
2024-01-22Stop sync drb repoHiroshi SHIBATA
2024-01-19Stop sync rinda repoHiroshi SHIBATA
2024-01-19Removed sync task for resolv-replaceHiroshi SHIBATA
2024-01-19Removed sync task for abbrevHiroshi SHIBATA
2024-01-19Removed sync task for observerHiroshi SHIBATA
2024-01-18Stop sync commits from bigdecimal repoHiroshi SHIBATA
2024-01-17No longer needed to sync base64Hiroshi SHIBATA
2024-01-16We don't need to sync getoptlongHiroshi SHIBATA
2024-01-16We don't need to sync mutex_mHiroshi SHIBATA
2023-12-27Make sync script work correctly with Windows-style newlinesKJ Tsanaktsidis
I'm almost certain nobody is actually running this script on Windows, but the tests for it do run during `nmake check`, and they fail at least on my git configuration. The $ anchor doesn't match \r\n with git's -E regex matching, so we need to add \r? to gobble the carriage-return up too if needed.
2023-12-15Follow removed conflict filesNobuyoshi Nakada
After editing a conflict, continue without removed files.
2023-12-13Normalize bundler bindirDavid Rodríguez
This makes bundler consistent with all other gems, and makes the default installation of Bundler in the release package look like any other bundler installation. Before (on preview3, for example), Bundler executable is installed at: lib/ruby/gems/3.3.0+0/gems/bundler-2.5.0.dev/libexec/bundle Now it's installed in the standard location: lib/ruby/gems/3.3.0+0/gems/bundler-2.5.0.dev/exe/bundle
2023-12-12Allow syncing tool/bundlerTakashi Kokubun
2023-12-05VERSION file of JSON is removed from upstreamHiroshi SHIBATA
2023-11-07Remove files which are newly added but to be ignoredNobuyoshi Nakada
2023-10-30rm prism type templatesKevin Newton
2023-10-26Remove JavaScript templatesKevin Newton
2023-10-04Special treat when the first line ends with a dot [ci skip]Nobuyoshi Nakada