Commit graph

527 commits

Author SHA1 Message Date
Nobuyoshi Nakada
c30d900547
Revert "[DOC] Try the latest RDoc"
Some checks failed
Windows / Windows 2022/Visual C++ 2022 (check) (push) Waiting to run
Windows / Windows 2025/Visual C++ 2022 (check) (push) Waiting to run
Windows / Windows 2025/Visual C++ 2022 (test-bundled-gems) (push) Waiting to run
Windows / result (push) Blocked by required conditions
BASERUBY Check / BASERUBY (push) Has been skipped
Check Dependencies / Dependency checks (push) Failing after 58s
Misc / Miscellaneous checks (push) Failing after 1m2s
CodeQL / Analyze (push) Has been skipped
Ubuntu on WSL / wsl (push) Waiting to run
Annocheck / test-annocheck (push) Has been skipped
Compilations / omnibus compilations, trigger (push) Has been skipped
Update default gems list / Update default gems list (push) Has been skipped
parse.y / make (check) (push) Has been skipped
parse.y / make (test-bundler-parallel) (push) Has been skipped
parse.y / make (test-bundled-gems) (push) Has been skipped
WebAssembly / make (map[debugflags: name:O2 optflags:-O2 wasmoptflags:-O2]) (push) Has been skipped
Compilations / omnibus compilations, #1 (push) Has been skipped
Compilations / omnibus compilations, #2 (push) Has been skipped
Compilations / omnibus compilations, #3 (push) Has been skipped
Compilations / omnibus compilations, #4 (push) Has been skipped
Compilations / omnibus compilations, #5 (push) Has been skipped
Compilations / omnibus compilations, #6 (push) Has been skipped
Compilations / omnibus compilations, #7 (push) Has been skipped
Compilations / omnibus compilations, #8 (push) Has been skipped
Compilations / omnibus compilations, #9 (push) Has been skipped
Compilations / omnibus compilations, #10 (push) Has been skipped
Compilations / omnibus compilations, #11 (push) Has been skipped
Compilations / omnibus compilations, #12 (push) Has been skipped
bundled_gems / update (push) Failing after 1m51s
Compilations / omnibus compilations, result (push) Successful in 1m0s
This reverts commit 8f6f9e88c7.
Confirmed to work as expected, wait until the rdoc is released.
2025-08-14 13:54:46 +09:00
Nobuyoshi Nakada
8f6f9e88c7
[DOC] Try the latest RDoc 2025-08-12 23:35:40 +09:00
git
af718aaf4b Update bundled gems list as of 2025-07-22 2025-07-22 07:07:16 +00:00
Koichi Sasada
0482b11ee5 use ostruct 0.6.3 2025-07-17 12:36:59 +09:00
git
4d7e622064 Update bundled gems list as of 2025-07-06 2025-07-06 07:04:24 +00:00
git
4d6fac3e95 Update bundled gems list as of 2025-07-03 2025-07-04 07:05:42 +00:00
git
ce6e612095 Update bundled gems list as of 2025-07-01 2025-07-01 07:06:23 +00:00
Hiroshi SHIBATA
cf3acead9d Use https://github.com/ruby/power_assert/pull/58 2025-06-27 11:14:50 +09:00
git
8ce6546371 Update bundled gems list as of 2025-06-20 2025-06-20 04:52:53 +00:00
git
13a2b9fa2d Update bundled gems list as of 2025-06-18 2025-06-18 07:06:15 +00:00
Yusuke Endoh
2606a36a2e Update bundled version of debug and use the dev version of irb 2025-06-18 14:51:56 +09:00
Hiroshi SHIBATA
ecf1746fa4 Use the original gemspec from release package of RDoc
[Bug #21312]

https://bugs.ruby-lang.org/issues/21312
https://github.com/ruby/rdoc/pull/1379
2025-06-18 13:45:31 +09:00
git
256440a827 Update bundled gems list as of 2025-06-05 2025-06-05 07:05:29 +00:00
Yusuke Endoh
8d49c05c13 Use the edge version of debug gem 2025-06-04 19:53:16 +09:00
git
3fd2d54a0a Update bundled gems list as of 2025-06-01 2025-06-01 07:03:33 +00:00
git
32c708efbd Update bundled gems list as of 2025-05-31 2025-05-31 09:43:52 +00:00
tomoya ishida
49f35c917b
Bump bundled bigdecimal to 3.2.1 (#13482) 2025-05-31 09:31:17 +00:00
Koichi Sasada
e8b31c273c rake 13.3.0 -> 13.2.1
`make test-bundler-parallel` prints many errors, so try to
downgrade rake version.

```
  219) bundle install --standalone run in a subdirectory with --binstubs creates stubs that can be symlinked
       Failure/Error:
               raise <<~ERROR
                 #{error_header}

                 ----------------------------------------------------------------------
                 #{stdboth}
                 ----------------------------------------------------------------------
               ERROR

       RuntimeError:

         Commands:
         $ /home/ko1/ruby/build/trunk/ruby -I/home/ko1/ruby/src/trunk/spec/bundler -r/home/ko1/ruby/src/trunk/spec/bundler/support/artifice/compact_index.rb -r/home/ko1/ruby/src/trunk/spec/bundler/support/hax.rb /home/ko1/ruby/src/trunk/tmp/2.13/gems/system/bin/bundle config set --local path /home/ko1/ruby/src/trunk/tmp/2.13/bundled_app/bundle
         # $? => 0
         Invoking `/home/ko1/ruby/build/trunk/ruby -I/home/ko1/ruby/src/trunk/spec/bundler -r/home/ko1/ruby/src/trunk/spec/bundler/support/artifice/compact_index.rb -r/home/ko1/ruby/src/trunk/spec/bundler/support/hax.rb /home/ko1/ruby/src/trunk/tmp/2.13/gems/system/bin/bundle install --standalone --binstubs` failed with output:

         ----------------------------------------------------------------------
         [DEPRECATED] The --binstubs option will be removed in favor of `bundle binstubs --all`
         Could not find compatible versions

         Because every version of rails depends on rake = 13.3.0
           and rake = 13.3.0 could not be found in rubygems repository https://gem.repo1/ or installed locally,
           rails cannot be used.
         So, because Gemfile depends on rails >= 0,
           version solving has failed.
         Fetching gem metadata from https://gem.repo1/...
         Resolving dependencies...
         ----------------------------------------------------------------------
       Shared Example Group: "bundle install --standalone" called from ./spec/bundler/install/gems/standalone_spec.rb:532
       # /home/ko1/ruby/src/trunk/spec/bundler/support/command_execution.rb:26:in 'Spec::CommandExecution#raise_error!'
       # /home/ko1/ruby/src/trunk/spec/bundler/support/subprocess.rb:66:in 'Spec::Subprocess#sh'
       # /home/ko1/ruby/src/trunk/spec/bundler/support/helpers.rb:216:in 'Spec::Helpers#sys_exec'
       # /home/ko1/ruby/src/trunk/spec/bundler/support/helpers.rb:107:in 'Spec::Helpers#bundle'
       # /home/ko1/ruby/src/trunk/spec/bundler/install/gems/standalone_spec.rb:482:in 'block (3 levels) in <top (required)>'
       # /home/ko1/ruby/src/trunk/spec/bundler/spec_helper.rb:107:in 'block (4 levels) in <top (required)>'
       # /home/ko1/ruby/src/trunk/spec/bundler/spec_helper.rb:107:in 'block (3 levels) in <top (required)>'
       # /home/ko1/ruby/src/trunk/spec/bundler/support/helpers.rb:355:in 'block in Spec::Helpers#with_gem_path_as'
       # /home/ko1/ruby/src/trunk/spec/bundler/support/helpers.rb:369:in 'Spec::Helpers#without_env_side_effects'
       # /home/ko1/ruby/src/trunk/spec/bundler/support/helpers.rb:350:in 'Spec::Helpers#with_gem_path_as'
       # /home/ko1/ruby/src/trunk/spec/bundler/spec_helper.rb:106:in 'block (2 levels) in <top (required)>'
```
2025-05-31 17:15:44 +09:00
git
e577edb12e Update bundled gems list as of 2025-05-30 2025-05-30 19:14:14 +00:00
Koichi Sasada
7013174185 fix for test-bundled-gems to catch up new API 2025-05-31 04:01:33 +09:00
git
df66d2befb Update bundled gems list as of 2025-05-21 2025-05-21 07:03:43 +00:00
git
bfe89c7a90 Update bundled gems list as of 2025-05-19 2025-05-20 07:03:43 +00:00
git
b2ab1b0409 Update bundled gems list as of 2025-05-15 2025-05-15 15:21:46 +00:00
Kazuki Tsujimoto
c3eb406876
Update power_assert for opt_new
https://bugs.ruby-lang.org/issues/21298#note-5
2025-05-16 00:05:42 +09:00
git
3c37d6ffcf Update bundled gems list as of 2025-05-09 2025-05-10 06:59:40 +00:00
Nobuyoshi Nakada
5349c0aa8c
Align gems/bundled_gems [ci skip] 2025-05-09 22:14:23 +09:00
Hiroshi SHIBATA
39ba16e5a1 Re-enabled repl_type_completor test with upstream fix
https://github.com/ruby/repl_type_completor/pull/62
2025-04-30 16:59:25 +09:00
git
142998fdaa Update bundled gems list as of 2025-04-30 2025-04-30 07:04:02 +00:00
git
24c838f92e Update bundled gems list as of 2025-04-25 2025-04-25 07:03:06 +00:00
git
7af5a632f4 Update bundled gems list as of 2025-04-24 2025-04-24 07:03:05 +00:00
git
888820c581 Update bundled gems list as of 1980-01-02 2025-04-22 07:03:05 +00:00
Hiroshi SHIBATA
f65aad61f7 Update bundled_gems 2025-04-14 11:20:34 +09:00
git
cfa74dda45 Update bundled gems list as of 2025-04-13 2025-04-13 07:00:08 +00:00
Hiroshi SHIBATA
9f61541f76 Re-enabled to test at win32ole 2025-04-09 15:51:08 +09:00
Hiroshi SHIBATA
a4b4dad4ba Update bundled_gems 2025-04-07 15:10:58 +09:00
Hiroshi SHIBATA
05e74543f6 Update bundled_gems 2025-04-04 10:21:31 +09:00
git
ca97302dd4 Update bundled gems list as of 2025-04-01 2025-04-02 07:01:44 +00:00
Hiroshi SHIBATA
679e3e5b33 Specified commits for removing csv-filter executable 2025-03-31 14:42:59 +09:00
Hiroshi SHIBATA
91973a595c Update bundled_gems 2025-03-31 14:42:59 +09:00
Soutaro Matsumoto
397334ab67
Bundle rbs-3.9.2 2025-03-31 14:06:27 +09:00
Hiroshi SHIBATA
83518d8d5e
Update rdoc-6.13.1 2025-03-31 14:06:27 +09:00
Soutaro Matsumoto
0a097e6e45
Fix {} 2025-03-31 14:06:27 +09:00
Soutaro Matsumoto
e47f621554
Bundle rbs-3.9.1 2025-03-31 14:05:32 +09:00
git
faa8ccb685 Update bundled gems list as of 2025-03-12 2025-03-13 07:01:36 +00:00
Hiroshi SHIBATA
1ba93fdfd2 Update bundled_gems 2025-03-12 11:05:39 +09:00
Hiroshi SHIBATA
97231e4d7e Update bundled_gems 2025-03-12 08:31:16 +09:00
git
929e8131f1 Update bundled gems list as of 2025-02-16 2025-02-17 07:00:27 +00:00
git
599fdb9641 Update bundled gems list as of 2025-02-13 2025-02-14 06:59:41 +00:00
git
b4865b14cd Update bundled gems list as of 2025-02-07 2025-02-08 06:59:12 +00:00
git
8dbbc79e8b Update bundled gems list as of 2025-02-06 2025-02-07 07:00:32 +00:00