From de28d9259b0b2a201e4f346cdb1b63322c139a6d Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 7 Jan 2026 15:24:45 +0900 Subject: [PATCH 1/2] bundle update --- Gemfile.lock | 55 +++++++++++++++++++++++----------------------- steep/Gemfile.lock | 45 ++++++++++++++++++------------------- 2 files changed, 51 insertions(+), 49 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bb4135ba5..65b71e44e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,39 +25,40 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) benchmark (0.5.0) benchmark-ips (2.14.0) - bigdecimal (4.0.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.5) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) csv (3.3.5) dbm (1.1.0) diff-lcs (1.6.2) digest (3.2.1) drb (2.2.3) - erb (6.0.0) + erb (6.0.1) extconf_compile_commands_json (0.0.7) - ffi (1.17.2) + ffi (1.17.3) fileutils (1.8.0) goodcheck (3.1.0) marcel (>= 1.0, < 2.0) psych (>= 3.1, < 5.0) rainbow (>= 3.0, < 4.0) strong_json (>= 1.1, < 2.2) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) - io-console (0.8.1) - irb (1.15.3) + io-console (0.8.2) + irb (1.16.0) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.17.1) - json-schema (5.1.0) + json (2.18.0) + json-schema (6.1.0) addressable (~> 2.8) + bigdecimal (>= 3.1, < 5) language_server-protocol (3.17.0.5) lint_roller (1.1.0) listen (3.9.0) @@ -67,7 +68,7 @@ GEM marcel (1.1.0) memory_profiler (1.1.0) mini_portile2 (2.8.9) - minitest (6.0.0) + minitest (6.0.1) prism (~> 1.5) minitest-mock (5.27.0) mutex_m (0.3.0) @@ -76,7 +77,7 @@ GEM net-smtp (0.5.1) net-protocol nkf (0.2.0) - nokogiri (1.18.10) + nokogiri (1.19.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) ostruct (0.6.3) @@ -88,23 +89,23 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.6.0) + prism (1.7.0) pstore (0.2.0) psych (4.0.6) stringio - public_suffix (6.0.2) + public_suffix (7.0.2) raap (1.3.0) rbs (~> 3.9.0) timeout (~> 0.4) racc (1.8.1) rainbow (3.1.1) rake (13.3.1) - rake-compiler (1.3.0) + rake-compiler (1.3.1) rake rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (7.0.1) + rdoc (7.0.3) erb psych (>= 4.0.0) tsort @@ -124,7 +125,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.81.7) + rubocop (1.82.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -132,12 +133,12 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.47.1, < 2.0) + rubocop-ast (>= 1.48.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.48.0) + rubocop-ast (1.49.0) parser (>= 3.3.7.2) - prism (~> 1.4) + prism (~> 1.7) rubocop-on-rbs (1.8.0) lint_roller (~> 1.1) rbs (~> 3.5) @@ -168,21 +169,21 @@ GEM strscan (>= 1.0.0) terminal-table (>= 2, < 5) uri (>= 0.12.0) - stringio (3.1.8) + stringio (3.2.0) strong_json (2.1.2) - strscan (3.1.5) + strscan (3.1.7) tempfile (0.3.1) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) - test-unit (3.7.1) + test-unit (3.7.7) power_assert - timeout (0.4.4) + timeout (0.6.0) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) - unicode-emoji (4.1.0) + unicode-emoji (4.2.0) uri (1.1.1) zlib (3.2.2) diff --git a/steep/Gemfile.lock b/steep/Gemfile.lock index 8e5bd5388..a2558dd8d 100644 --- a/steep/Gemfile.lock +++ b/steep/Gemfile.lock @@ -1,48 +1,49 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.0.2) + activesupport (8.1.1) base64 - benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + json logger (>= 1.4.2) minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) ast (2.4.3) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) - concurrent-ruby (1.3.5) - connection_pool (2.5.3) - csv (3.3.4) - drb (2.2.1) - ffi (1.17.2) - fileutils (1.7.3) - i18n (1.14.7) + base64 (0.3.0) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) + csv (3.3.5) + drb (2.2.3) + ffi (1.17.3) + fileutils (1.8.0) + i18n (1.14.8) concurrent-ruby (~> 1.0) - json (2.11.3) - language_server-protocol (3.17.0.4) + json (2.18.0) + language_server-protocol (3.17.0.5) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) - minitest (5.25.5) + minitest (6.0.1) + prism (~> 1.5) mutex_m (0.3.0) - parser (3.3.8.0) + parser (3.3.10.0) ast (~> 2.4.1) racc + prism (1.7.0) racc (1.8.1) rainbow (3.1.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.9.2) + rbs (3.10.0) logger securerandom (0.4.1) steep (1.10.0) @@ -62,15 +63,15 @@ GEM strscan (>= 1.0.0) terminal-table (>= 2, < 5) uri (>= 0.12.0) - strscan (3.1.5) + strscan (3.1.7) terminal-table (4.0.0) unicode-display_width (>= 1.1.1, < 4) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.4) - unicode-emoji (~> 4.0, >= 4.0.4) - unicode-emoji (4.0.4) - uri (1.0.3) + unicode-display_width (3.2.0) + unicode-emoji (~> 4.1) + unicode-emoji (4.2.0) + uri (1.1.1) PLATFORMS ruby From e062e3d3b61e012cfcaa66c064230916b84975b7 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 7 Jan 2026 15:46:26 +0900 Subject: [PATCH 2/2] Version 3.10.1 --- CHANGELOG.md | 11 +++++++++++ Gemfile.lock | 2 +- lib/rbs/version.rb | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dfb4e51..b9da914ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 3.10.1 (2026-01-07) + +This is a follow-up release for Ruby 4.0.0 with documentation update based on Ruby 4.0.0, and bugfixes related to set/pathname library loading. + +### Pull Requests + +* Merge pull request #2777 from ksss/pathname-ext ([#2786](https://github.com/ruby/rbs/pull/2786)) +* Ruby 4.0.0 backports ([#2785](https://github.com/ruby/rbs/pull/2785)) +* [Backport] Fix subtraction of civar ([#2783](https://github.com/ruby/rbs/pull/2783)) +* [Backport] Update ruby to 4.0 ([#2778](https://github.com/ruby/rbs/pull/2778)) + ## 3.10.0 (2025-12-23) RBS 3.10.0 ships with a pure C parser implementation, signature updates for Ruby 4.0, and various bug fixes. diff --git a/Gemfile.lock b/Gemfile.lock index 65b71e44e..d1ce666a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.10.0) + rbs (3.10.1) logger PATH diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index d55b45dfa..a5a2eb605 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.10.0" + VERSION = "3.10.1" end