Closed
Conversation
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.79.2 to 1.85.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.79.2...v1.85.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.85.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
2 similar comments
Contributor
Contributor
Contributor
gem compare json 2.13.2 2.18.1Compared versions: ["2.13.2", "2.18.1"]
DIFFERENT date:
2.13.2: 2025-07-28 00:00:00 UTC
2.18.1: 1980-01-02 00:00:00 UTC
DIFFERENT require_paths:
2.13.2: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/json-2.13.2", "lib"]
2.18.1: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/json-2.18.1", "lib"]
DIFFERENT rubygems_version:
2.13.2: 3.6.2
2.18.1: 4.1.0.dev
DIFFERENT version:
2.13.2: 2.13.2
2.18.1: 2.18.1
DIFFERENT files:
2.13.2->2.18.1:
* Added:
ext/json/ext/json.h +101/-0
ext/json/ext/vendor/ryu.h +819/-0
lib/json/add/string.rb +35/-0
* Changed:
CHANGES.md +81/-8
LEGAL +12/-0
README.md +19/-1
ext/json/ext/fbuffer/fbuffer.h +35/-56
ext/json/ext/generator/extconf.rb +1/-1
ext/json/ext/generator/generator.c +326/-264
ext/json/ext/parser/extconf.rb +2/-1
ext/json/ext/parser/parser.c +565/-445
ext/json/ext/simd/simd.h +42/-12
ext/json/ext/vendor/fpconv.c +13/-12
lib/json.rb +44/-1
lib/json/add/core.rb +1/-0
lib/json/common.rb +60/-23
lib/json/ext/generator/state.rb +11/-14
lib/json/generic_object.rb +0/-8
lib/json/truffle_ruby/generator.rb +113/-63
lib/json/version.rb +1/-1
DIFFERENT extra_rdoc_files:
2.13.2->2.18.1:
* Changed:
README.md +19/-1 |
Contributor
|
Contributor
gem compare json 2.13.2 2.18.1Compared versions: ["2.13.2", "2.18.1"]
DIFFERENT date:
2.13.2: 2025-07-28 00:00:00 UTC
2.18.1: 1980-01-02 00:00:00 UTC
DIFFERENT require_paths:
2.13.2: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/json-2.13.2", "lib"]
2.18.1: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/json-2.18.1", "lib"]
DIFFERENT rubygems_version:
2.13.2: 3.6.2
2.18.1: 4.1.0.dev
DIFFERENT version:
2.13.2: 2.13.2
2.18.1: 2.18.1
DIFFERENT files:
2.13.2->2.18.1:
* Added:
ext/json/ext/json.h +101/-0
ext/json/ext/vendor/ryu.h +819/-0
lib/json/add/string.rb +35/-0
* Changed:
CHANGES.md +81/-8
LEGAL +12/-0
README.md +19/-1
ext/json/ext/fbuffer/fbuffer.h +35/-56
ext/json/ext/generator/extconf.rb +1/-1
ext/json/ext/generator/generator.c +326/-264
ext/json/ext/parser/extconf.rb +2/-1
ext/json/ext/parser/parser.c +565/-445
ext/json/ext/simd/simd.h +42/-12
ext/json/ext/vendor/fpconv.c +13/-12
lib/json.rb +44/-1
lib/json/add/core.rb +1/-0
lib/json/common.rb +60/-23
lib/json/ext/generator/state.rb +11/-14
lib/json/generic_object.rb +0/-8
lib/json/truffle_ruby/generator.rb +113/-63
lib/json/version.rb +1/-1
DIFFERENT extra_rdoc_files:
2.13.2->2.18.1:
* Changed:
README.md +19/-1 |
Contributor
gem compare parser 3.3.9.0 3.3.10.2Compared versions: ["3.3.9.0", "3.3.10.2"]
DIFFERENT date:
3.3.9.0: 2025-07-25 00:00:00 UTC
3.3.10.2: 2026-02-17 00:00:00 UTC
DIFFERENT metadata:
3.3.9.0: {"bug_tracker_uri" => "https://github.com/whitequark/parser/issues", "changelog_uri" => "https://github.com/whitequark/parser/blob/v3.3.9.0/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/parser/3.3.9.0", "source_code_uri" => "https://github.com/whitequark/parser/tree/v3.3.9.0"}
3.3.10.2: {"bug_tracker_uri" => "https://github.com/whitequark/parser/issues", "changelog_uri" => "https://github.com/whitequark/parser/blob/v3.3.10.2/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/parser/3.3.10.2", "source_code_uri" => "https://github.com/whitequark/parser/tree/v3.3.10.2"}
DIFFERENT version:
3.3.9.0: 3.3.9.0
3.3.10.2: 3.3.10.2
DIFFERENT files:
3.3.9.0->3.3.10.2:
* Changed:
lib/parser/current.rb +2/-2
lib/parser/meta.rb +1/-1
lib/parser/version.rb +1/-1
parser.gemspec +1/-1
DIFFERENT development dependencies:
3.3.9.0->3.3.10.2:
* Updated:
bundler from: [">= 1.15", "< 3.0.0"] to: [">= 1.15"] |
Contributor
gem compare json 2.13.2 2.18.1Compared versions: ["2.13.2", "2.18.1"]
DIFFERENT date:
2.13.2: 2025-07-28 00:00:00 UTC
2.18.1: 1980-01-02 00:00:00 UTC
DIFFERENT require_paths:
2.13.2: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/json-2.13.2", "lib"]
2.18.1: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/json-2.18.1", "lib"]
DIFFERENT rubygems_version:
2.13.2: 3.6.2
2.18.1: 4.1.0.dev
DIFFERENT version:
2.13.2: 2.13.2
2.18.1: 2.18.1
DIFFERENT files:
2.13.2->2.18.1:
* Added:
ext/json/ext/json.h +101/-0
ext/json/ext/vendor/ryu.h +819/-0
lib/json/add/string.rb +35/-0
* Changed:
CHANGES.md +81/-8
LEGAL +12/-0
README.md +19/-1
ext/json/ext/fbuffer/fbuffer.h +35/-56
ext/json/ext/generator/extconf.rb +1/-1
ext/json/ext/generator/generator.c +326/-264
ext/json/ext/parser/extconf.rb +2/-1
ext/json/ext/parser/parser.c +565/-445
ext/json/ext/simd/simd.h +42/-12
ext/json/ext/vendor/fpconv.c +13/-12
lib/json.rb +44/-1
lib/json/add/core.rb +1/-0
lib/json/common.rb +60/-23
lib/json/ext/generator/state.rb +11/-14
lib/json/generic_object.rb +0/-8
lib/json/truffle_ruby/generator.rb +113/-63
lib/json/version.rb +1/-1
DIFFERENT extra_rdoc_files:
2.13.2->2.18.1:
* Changed:
README.md +19/-1 |
Contributor
|
Contributor
gem compare --diff parser 3.3.9.0 3.3.10.2Compared versions: ["3.3.9.0", "3.3.10.2"]
DIFFERENT files:
3.3.9.0->3.3.10.2:
* Changed:
lib/parser/current.rb
--- /tmp/d20260227-1004-wxkc13/parser-3.3.9.0/lib/parser/current.rb 2026-02-27 03:33:38.184470571 +0000
+++ /tmp/d20260227-1004-wxkc13/parser-3.3.10.2/lib/parser/current.rb 2026-02-27 03:33:38.313469667 +0000
@@ -105 +105 @@
- current_version = '3.2.9'
+ current_version = '3.2.10'
@@ -114 +114 @@
- current_version = '3.3.9'
+ current_version = '3.3.10'
lib/parser/meta.rb
--- /tmp/d20260227-1004-wxkc13/parser-3.3.9.0/lib/parser/meta.rb 2026-02-27 03:33:38.196470487 +0000
+++ /tmp/d20260227-1004-wxkc13/parser-3.3.10.2/lib/parser/meta.rb 2026-02-27 03:33:38.332469534 +0000
@@ -10 +10 @@
- itarg itblock
+ itarg itblock blocknilarg
lib/parser/version.rb
--- /tmp/d20260227-1004-wxkc13/parser-3.3.9.0/lib/parser/version.rb 2026-02-27 03:33:38.307469709 +0000
+++ /tmp/d20260227-1004-wxkc13/parser-3.3.10.2/lib/parser/version.rb 2026-02-27 03:33:38.430468848 +0000
@@ -4 +4 @@
- VERSION = '3.3.9.0'
+ VERSION = '3.3.10.2'
parser.gemspec
--- /tmp/d20260227-1004-wxkc13/parser-3.3.9.0/parser.gemspec 2026-02-27 03:33:38.307469709 +0000
+++ /tmp/d20260227-1004-wxkc13/parser-3.3.10.2/parser.gemspec 2026-02-27 03:33:38.430468848 +0000
@@ -32 +32 @@
- spec.add_development_dependency 'bundler', '>= 1.15', '< 3.0.0'
+ spec.add_development_dependency 'bundler', '>= 1.15' |
Contributor
|
Contributor
gem compare parser 3.3.9.0 3.3.10.2Compared versions: ["3.3.9.0", "3.3.10.2"]
DIFFERENT date:
3.3.9.0: 2025-07-25 00:00:00 UTC
3.3.10.2: 2026-02-17 00:00:00 UTC
DIFFERENT metadata:
3.3.9.0: {"bug_tracker_uri" => "https://github.com/whitequark/parser/issues", "changelog_uri" => "https://github.com/whitequark/parser/blob/v3.3.9.0/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/parser/3.3.9.0", "source_code_uri" => "https://github.com/whitequark/parser/tree/v3.3.9.0"}
3.3.10.2: {"bug_tracker_uri" => "https://github.com/whitequark/parser/issues", "changelog_uri" => "https://github.com/whitequark/parser/blob/v3.3.10.2/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/parser/3.3.10.2", "source_code_uri" => "https://github.com/whitequark/parser/tree/v3.3.10.2"}
DIFFERENT version:
3.3.9.0: 3.3.9.0
3.3.10.2: 3.3.10.2
DIFFERENT files:
3.3.9.0->3.3.10.2:
* Changed:
lib/parser/current.rb +2/-2
lib/parser/meta.rb +1/-1
lib/parser/version.rb +1/-1
parser.gemspec +1/-1
DIFFERENT development dependencies:
3.3.9.0->3.3.10.2:
* Updated:
bundler from: [">= 1.15", "< 3.0.0"] to: [">= 1.15"] |
Contributor
gem compare prism 1.4.0 1.9.0Compared versions: ["1.4.0", "1.9.0"]
DIFFERENT date:
1.4.0: 2025-03-18 00:00:00 UTC
1.9.0: 1980-01-02 00:00:00 UTC
DIFFERENT require_paths:
1.4.0: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.4.0", "lib"]
1.9.0: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.9.0", "lib"]
DIFFERENT rubygems_version:
1.4.0: 3.6.2
1.9.0: 3.6.9
DIFFERENT version:
1.4.0: 1.4.0
1.9.0: 1.9.0
DIFFERENT files:
1.4.0->1.9.0:
* Deleted:
lib/prism/translation/parser33.rb
lib/prism/translation/parser34.rb
lib/prism/translation/parser35.rb
rbi/prism/translation/parser33.rbi
rbi/prism/translation/parser34.rbi
rbi/prism/translation/parser35.rbi
* Added:
lib/prism/polyfill/scan_byte.rb +14/-0
lib/prism/polyfill/warn.rb +36/-0
lib/prism/translation/parser_current.rb +26/-0
lib/prism/translation/parser_versions.rb +36/-0
lib/prism/translation/ripper/filter.rb +53/-0
lib/prism/translation/ripper/lexer.rb +135/-0
rbi/prism/translation/parser_versions.rbi +23/-0
sig/prism/parse_result/comments.rbs +38/-0
* Changed:
CHANGELOG.md +103/-1
Makefile +14/-6
README.md +3/-1
config.yml +298/-45
docs/build_system.md +2/-2
docs/cruby_compilation.md +1/-1
docs/design.md +2/-2
docs/parser_translation.md +8/-23
docs/releasing.md +4/-25
docs/ripper_translation.md +9/-18
docs/ruby_api.md +1/-0
ext/prism/api_node.c +9/-3
ext/prism/extconf.rb +1/-1
ext/prism/extension.c +24/-3
ext/prism/extension.h +1/-1
include/prism.h +40/-15
include/prism/ast.h +364/-74
include/prism/diagnostic.h +7/-0
include/prism/options.h +49/-3
include/prism/parser.h +3/-0
include/prism/regexp.h +2/-2
include/prism/util/pm_buffer.h +8/-0
include/prism/util/pm_integer.h +4/-0
include/prism/util/pm_list.h +6/-0
include/prism/util/pm_string.h +12/-2
include/prism/version.h +2/-2
lib/prism.rb +23/-14
lib/prism/compiler.rb +457/-152
lib/prism/desugar_compiler.rb +1/-0
lib/prism/dispatcher.rb +16/-0
lib/prism/dot_visitor.rb +10/-1
lib/prism/dsl.rb +5/-2
lib/prism/ffi.rb +28/-10
lib/prism/inspect_visitor.rb +4/-0
lib/prism/lex_compat.rb +138/-154
lib/prism/mutation_compiler.rb +3/-0
lib/prism/node.rb +1690/-369
lib/prism/node_ext.rb +4/-1
lib/prism/pack.rb +2/-0
lib/prism/parse_result.rb +12/-15
lib/prism/parse_result/comments.rb +1/-0
lib/prism/parse_result/errors.rb +1/-0
lib/prism/parse_result/newlines.rb +1/-0
lib/prism/pattern.rb +1/-0
lib/prism/reflection.rb +4/-1
lib/prism/relocation.rb +1/-0
lib/prism/serialize.rb +30/-22
lib/prism/string_query.rb +1/-0
lib/prism/translation.rb +7/-3
lib/prism/translation/parser.rb +25/-4
lib/prism/translation/parser/builder.rb +1/-0
lib/prism/translation/parser/compiler.rb +63/-41
lib/prism/translation/parser/lexer.rb +29/-21
lib/prism/translation/ripper.rb +103/-41
lib/prism/translation/ripper/sexp.rb +1/-0
lib/prism/translation/ruby_parser.rb +341/-23
lib/prism/visitor.rb +458/-153
prism.gemspec +9/-7
rbi/prism.rbi +0/-3
rbi/prism/dsl.rbi +6/-6
rbi/prism/node.rbi +45/-17
sig/prism.rbs +58/-40
sig/prism/dispatcher.rbs +3/-0
sig/prism/dsl.rbs +5/-5
sig/prism/node.rbs +466/-38
sig/prism/node_ext.rbs +84/-17
sig/prism/parse_result.rbs +5/-0
sig/prism/reflection.rbs +1/-1
src/diagnostic.c +13/-1
src/encoding.c +172/-67
src/node.c +11/-0
src/options.c +17/-7
src/prettyprint.c +18/-0
src/prism.c +1522/-2027
src/serialize.c +9/-1
src/token_type.c +38/-36
src/util/pm_constant_pool.c +1/-1
src/util/pm_string.c +6/-8 |
Contributor
gem compare --diff parser 3.3.9.0 3.3.10.2Compared versions: ["3.3.9.0", "3.3.10.2"]
DIFFERENT files:
3.3.9.0->3.3.10.2:
* Changed:
lib/parser/current.rb
--- /tmp/d20260227-989-pcc1ca/parser-3.3.9.0/lib/parser/current.rb 2026-02-27 03:33:57.931537564 +0000
+++ /tmp/d20260227-989-pcc1ca/parser-3.3.10.2/lib/parser/current.rb 2026-02-27 03:33:58.023537640 +0000
@@ -105 +105 @@
- current_version = '3.2.9'
+ current_version = '3.2.10'
@@ -114 +114 @@
- current_version = '3.3.9'
+ current_version = '3.3.10'
lib/parser/meta.rb
--- /tmp/d20260227-989-pcc1ca/parser-3.3.9.0/lib/parser/meta.rb 2026-02-27 03:33:57.938537570 +0000
+++ /tmp/d20260227-989-pcc1ca/parser-3.3.10.2/lib/parser/meta.rb 2026-02-27 03:33:58.037537652 +0000
@@ -10 +10 @@
- itarg itblock
+ itarg itblock blocknilarg
lib/parser/version.rb
--- /tmp/d20260227-989-pcc1ca/parser-3.3.9.0/lib/parser/version.rb 2026-02-27 03:33:58.014537633 +0000
+++ /tmp/d20260227-989-pcc1ca/parser-3.3.10.2/lib/parser/version.rb 2026-02-27 03:33:58.112537713 +0000
@@ -4 +4 @@
- VERSION = '3.3.9.0'
+ VERSION = '3.3.10.2'
parser.gemspec
--- /tmp/d20260227-989-pcc1ca/parser-3.3.9.0/parser.gemspec 2026-02-27 03:33:58.014537633 +0000
+++ /tmp/d20260227-989-pcc1ca/parser-3.3.10.2/parser.gemspec 2026-02-27 03:33:58.112537713 +0000
@@ -32 +32 @@
- spec.add_development_dependency 'bundler', '>= 1.15', '< 3.0.0'
+ spec.add_development_dependency 'bundler', '>= 1.15' |
Contributor
|
Contributor
gem compare prism 1.4.0 1.9.0Compared versions: ["1.4.0", "1.9.0"]
DIFFERENT date:
1.4.0: 2025-03-18 00:00:00 UTC
1.9.0: 1980-01-02 00:00:00 UTC
DIFFERENT require_paths:
1.4.0: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.4.0", "lib"]
1.9.0: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.9.0", "lib"]
DIFFERENT rubygems_version:
1.4.0: 3.6.2
1.9.0: 3.6.9
DIFFERENT version:
1.4.0: 1.4.0
1.9.0: 1.9.0
DIFFERENT files:
1.4.0->1.9.0:
* Deleted:
lib/prism/translation/parser33.rb
lib/prism/translation/parser34.rb
lib/prism/translation/parser35.rb
rbi/prism/translation/parser33.rbi
rbi/prism/translation/parser34.rbi
rbi/prism/translation/parser35.rbi
* Added:
lib/prism/polyfill/scan_byte.rb +14/-0
lib/prism/polyfill/warn.rb +36/-0
lib/prism/translation/parser_current.rb +26/-0
lib/prism/translation/parser_versions.rb +36/-0
lib/prism/translation/ripper/filter.rb +53/-0
lib/prism/translation/ripper/lexer.rb +135/-0
rbi/prism/translation/parser_versions.rbi +23/-0
sig/prism/parse_result/comments.rbs +38/-0
* Changed:
CHANGELOG.md +103/-1
Makefile +14/-6
README.md +3/-1
config.yml +298/-45
docs/build_system.md +2/-2
docs/cruby_compilation.md +1/-1
docs/design.md +2/-2
docs/parser_translation.md +8/-23
docs/releasing.md +4/-25
docs/ripper_translation.md +9/-18
docs/ruby_api.md +1/-0
ext/prism/api_node.c +9/-3
ext/prism/extconf.rb +1/-1
ext/prism/extension.c +24/-3
ext/prism/extension.h +1/-1
include/prism.h +40/-15
include/prism/ast.h +364/-74
include/prism/diagnostic.h +7/-0
include/prism/options.h +49/-3
include/prism/parser.h +3/-0
include/prism/regexp.h +2/-2
include/prism/util/pm_buffer.h +8/-0
include/prism/util/pm_integer.h +4/-0
include/prism/util/pm_list.h +6/-0
include/prism/util/pm_string.h +12/-2
include/prism/version.h +2/-2
lib/prism.rb +23/-14
lib/prism/compiler.rb +457/-152
lib/prism/desugar_compiler.rb +1/-0
lib/prism/dispatcher.rb +16/-0
lib/prism/dot_visitor.rb +10/-1
lib/prism/dsl.rb +5/-2
lib/prism/ffi.rb +28/-10
lib/prism/inspect_visitor.rb +4/-0
lib/prism/lex_compat.rb +138/-154
lib/prism/mutation_compiler.rb +3/-0
lib/prism/node.rb +1690/-369
lib/prism/node_ext.rb +4/-1
lib/prism/pack.rb +2/-0
lib/prism/parse_result.rb +12/-15
lib/prism/parse_result/comments.rb +1/-0
lib/prism/parse_result/errors.rb +1/-0
lib/prism/parse_result/newlines.rb +1/-0
lib/prism/pattern.rb +1/-0
lib/prism/reflection.rb +4/-1
lib/prism/relocation.rb +1/-0
lib/prism/serialize.rb +30/-22
lib/prism/string_query.rb +1/-0
lib/prism/translation.rb +7/-3
lib/prism/translation/parser.rb +25/-4
lib/prism/translation/parser/builder.rb +1/-0
lib/prism/translation/parser/compiler.rb +63/-41
lib/prism/translation/parser/lexer.rb +29/-21
lib/prism/translation/ripper.rb +103/-41
lib/prism/translation/ripper/sexp.rb +1/-0
lib/prism/translation/ruby_parser.rb +341/-23
lib/prism/visitor.rb +458/-153
prism.gemspec +9/-7
rbi/prism.rbi +0/-3
rbi/prism/dsl.rbi +6/-6
rbi/prism/node.rbi +45/-17
sig/prism.rbs +58/-40
sig/prism/dispatcher.rbs +3/-0
sig/prism/dsl.rbs +5/-5
sig/prism/node.rbs +466/-38
sig/prism/node_ext.rbs +84/-17
sig/prism/parse_result.rbs +5/-0
sig/prism/reflection.rbs +1/-1
src/diagnostic.c +13/-1
src/encoding.c +172/-67
src/node.c +11/-0
src/options.c +17/-7
src/prettyprint.c +18/-0
src/prism.c +1522/-2027
src/serialize.c +9/-1
src/token_type.c +38/-36
src/util/pm_constant_pool.c +1/-1
src/util/pm_string.c +6/-8 |
Contributor
gem compare regexp_parser 2.11.0 2.11.3Compared versions: ["2.11.0", "2.11.3"]
DIFFERENT date:
2.11.0: 2025-08-03 00:00:00 UTC
2.11.3: 1980-01-02 00:00:00 UTC
DIFFERENT rubygems_version:
2.11.0: 3.4.13
2.11.3: 3.6.7
DIFFERENT version:
2.11.0: 2.11.0
2.11.3: 2.11.3
DIFFERENT files:
2.11.0->2.11.3:
* Added:
lib/regexp_parser/syntax/versions/3.5.0.rb +4/-0
* Changed:
Gemfile +3/-1
Rakefile +5/-3
lib/regexp_parser.rb +2/-0
lib/regexp_parser/error.rb +2/-0
lib/regexp_parser/expression.rb +2/-0
lib/regexp_parser/expression/base.rb +2/-0
lib/regexp_parser/expression/classes/alternation.rb +2/-0
lib/regexp_parser/expression/classes/anchor.rb +2/-0
lib/regexp_parser/expression/classes/backreference.rb +2/-0
lib/regexp_parser/expression/classes/character_set.rb +2/-0
lib/regexp_parser/expression/classes/character_set/intersection.rb +2/-0
lib/regexp_parser/expression/classes/character_set/range.rb +2/-0
lib/regexp_parser/expression/classes/character_type.rb +2/-0
lib/regexp_parser/expression/classes/conditional.rb +2/-0
lib/regexp_parser/expression/classes/escape_sequence.rb +2/-0
lib/regexp_parser/expression/classes/free_space.rb +2/-0
lib/regexp_parser/expression/classes/group.rb +2/-0
lib/regexp_parser/expression/classes/keep.rb +2/-0
lib/regexp_parser/expression/classes/literal.rb +2/-0
lib/regexp_parser/expression/classes/posix_class.rb +2/-0
lib/regexp_parser/expression/classes/root.rb +2/-0
lib/regexp_parser/expression/classes/unicode_property.rb +2/-0
lib/regexp_parser/expression/methods/construct.rb +2/-0
lib/regexp_parser/expression/methods/escape_sequence_char.rb +2/-0
lib/regexp_parser/expression/methods/escape_sequence_codepoint.rb +2/-0
lib/regexp_parser/expression/methods/human_name.rb +2/-0
lib/regexp_parser/expression/methods/match.rb +2/-0
lib/regexp_parser/expression/methods/match_length.rb +2/-0
lib/regexp_parser/expression/methods/negative.rb +2/-0
lib/regexp_parser/expression/methods/options.rb +2/-0
lib/regexp_parser/expression/methods/parts.rb +2/-0
lib/regexp_parser/expression/methods/printing.rb +2/-0
lib/regexp_parser/expression/methods/referenced_expressions.rb +2/-0
lib/regexp_parser/expression/methods/strfregexp.rb +2/-0
lib/regexp_parser/expression/methods/tests.rb +2/-0
lib/regexp_parser/expression/methods/traverse.rb +2/-0
lib/regexp_parser/expression/quantifier.rb +3/-1
lib/regexp_parser/expression/sequence.rb +2/-0
lib/regexp_parser/expression/sequence_operation.rb +2/-0
lib/regexp_parser/expression/shared.rb +6/-3
lib/regexp_parser/expression/subexpression.rb +2/-0
lib/regexp_parser/lexer.rb +2/-0
lib/regexp_parser/parser.rb +2/-0
lib/regexp_parser/scanner.rb +755/-654
lib/regexp_parser/scanner/errors/premature_end_error.rb +2/-0
lib/regexp_parser/scanner/errors/scanner_error.rb +2/-0
lib/regexp_parser/scanner/errors/validation_error.rb +2/-0
lib/regexp_parser/scanner/properties/long.csv +19/-0
lib/regexp_parser/scanner/properties/short.csv +8/-0
lib/regexp_parser/scanner/scanner.rl +16/-7
lib/regexp_parser/syntax.rb +2/-0
lib/regexp_parser/syntax/any.rb +2/-0
lib/regexp_parser/syntax/base.rb +2/-0
lib/regexp_parser/syntax/token.rb +5/-3
lib/regexp_parser/syntax/token/anchor.rb +5/-3
lib/regexp_parser/syntax/token/assertion.rb +4/-2
lib/regexp_parser/syntax/token/backreference.rb +8/-6
lib/regexp_parser/syntax/token/character_set.rb +3/-1
lib/regexp_parser/syntax/token/character_type.rb +6/-4
lib/regexp_parser/syntax/token/conditional.rb +5/-3
lib/regexp_parser/syntax/token/escape.rb +9/-7
lib/regexp_parser/syntax/token/group.rb +8/-6
lib/regexp_parser/syntax/token/keep.rb +3/-1
lib/regexp_parser/syntax/token/meta.rb +4/-2
lib/regexp_parser/syntax/token/posix_class.rb +4/-2
lib/regexp_parser/syntax/token/quantifier.rb +8/-6
lib/regexp_parser/syntax/token/unicode_property.rb +62/-47
lib/regexp_parser/syntax/token/virtual.rb +5/-3
lib/regexp_parser/syntax/version_lookup.rb +4/-2
lib/regexp_parser/syntax/versions.rb +2/-0
lib/regexp_parser/syntax/versions/1.8.6.rb +2/-0
lib/regexp_parser/syntax/versions/1.9.1.rb +2/-0
lib/regexp_parser/syntax/versions/1.9.3.rb +2/-0
lib/regexp_parser/syntax/versions/2.0.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.2.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.3.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.4.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.4.1.rb +2/-0
lib/regexp_parser/syntax/versions/2.5.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.6.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.6.2.rb +2/-0
lib/regexp_parser/syntax/versions/2.6.3.rb +2/-0
lib/regexp_parser/syntax/versions/3.1.0.rb +2/-0
lib/regexp_parser/syntax/versions/3.2.0.rb +2/-0
lib/regexp_parser/token.rb +2/-0
lib/regexp_parser/version.rb +3/-1
regexp_parser.gemspec +2/-0
2.11.0->2.11.3:
* Updated
rubocop from: ["~> 1.59"] to: [">= 1.80.2"] |
Contributor
gem compare parser 3.3.9.0 3.3.10.2Compared versions: ["3.3.9.0", "3.3.10.2"]
DIFFERENT date:
3.3.9.0: 2025-07-25 00:00:00 UTC
3.3.10.2: 2026-02-17 00:00:00 UTC
DIFFERENT metadata:
3.3.9.0: {"bug_tracker_uri" => "https://github.com/whitequark/parser/issues", "changelog_uri" => "https://github.com/whitequark/parser/blob/v3.3.9.0/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/parser/3.3.9.0", "source_code_uri" => "https://github.com/whitequark/parser/tree/v3.3.9.0"}
3.3.10.2: {"bug_tracker_uri" => "https://github.com/whitequark/parser/issues", "changelog_uri" => "https://github.com/whitequark/parser/blob/v3.3.10.2/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/parser/3.3.10.2", "source_code_uri" => "https://github.com/whitequark/parser/tree/v3.3.10.2"}
DIFFERENT version:
3.3.9.0: 3.3.9.0
3.3.10.2: 3.3.10.2
DIFFERENT files:
3.3.9.0->3.3.10.2:
* Changed:
lib/parser/current.rb +2/-2
lib/parser/meta.rb +1/-1
lib/parser/version.rb +1/-1
parser.gemspec +1/-1
DIFFERENT development dependencies:
3.3.9.0->3.3.10.2:
* Updated:
bundler from: [">= 1.15", "< 3.0.0"] to: [">= 1.15"] |
Contributor
|
Contributor
|
Contributor
gem compare --diff parser 3.3.9.0 3.3.10.2Compared versions: ["3.3.9.0", "3.3.10.2"]
DIFFERENT files:
3.3.9.0->3.3.10.2:
* Changed:
lib/parser/current.rb
--- /tmp/d20260227-1099-o5y5iz/parser-3.3.9.0/lib/parser/current.rb 2026-02-27 03:34:31.888520643 +0000
+++ /tmp/d20260227-1099-o5y5iz/parser-3.3.10.2/lib/parser/current.rb 2026-02-27 03:34:31.993520853 +0000
@@ -105 +105 @@
- current_version = '3.2.9'
+ current_version = '3.2.10'
@@ -114 +114 @@
- current_version = '3.3.9'
+ current_version = '3.3.10'
lib/parser/meta.rb
--- /tmp/d20260227-1099-o5y5iz/parser-3.3.9.0/lib/parser/meta.rb 2026-02-27 03:34:31.894520655 +0000
+++ /tmp/d20260227-1099-o5y5iz/parser-3.3.10.2/lib/parser/meta.rb 2026-02-27 03:34:32.008520882 +0000
@@ -10 +10 @@
- itarg itblock
+ itarg itblock blocknilarg
lib/parser/version.rb
--- /tmp/d20260227-1099-o5y5iz/parser-3.3.9.0/lib/parser/version.rb 2026-02-27 03:34:31.979520825 +0000
+++ /tmp/d20260227-1099-o5y5iz/parser-3.3.10.2/lib/parser/version.rb 2026-02-27 03:34:32.096521058 +0000
@@ -4 +4 @@
- VERSION = '3.3.9.0'
+ VERSION = '3.3.10.2'
parser.gemspec
--- /tmp/d20260227-1099-o5y5iz/parser-3.3.9.0/parser.gemspec 2026-02-27 03:34:31.979520825 +0000
+++ /tmp/d20260227-1099-o5y5iz/parser-3.3.10.2/parser.gemspec 2026-02-27 03:34:32.096521058 +0000
@@ -32 +32 @@
- spec.add_development_dependency 'bundler', '>= 1.15', '< 3.0.0'
+ spec.add_development_dependency 'bundler', '>= 1.15' |
Contributor
gem compare regexp_parser 2.11.0 2.11.3Compared versions: ["2.11.0", "2.11.3"]
DIFFERENT date:
2.11.0: 2025-08-03 00:00:00 UTC
2.11.3: 1980-01-02 00:00:00 UTC
DIFFERENT rubygems_version:
2.11.0: 3.4.13
2.11.3: 3.6.7
DIFFERENT version:
2.11.0: 2.11.0
2.11.3: 2.11.3
DIFFERENT files:
2.11.0->2.11.3:
* Added:
lib/regexp_parser/syntax/versions/3.5.0.rb +4/-0
* Changed:
Gemfile +3/-1
Rakefile +5/-3
lib/regexp_parser.rb +2/-0
lib/regexp_parser/error.rb +2/-0
lib/regexp_parser/expression.rb +2/-0
lib/regexp_parser/expression/base.rb +2/-0
lib/regexp_parser/expression/classes/alternation.rb +2/-0
lib/regexp_parser/expression/classes/anchor.rb +2/-0
lib/regexp_parser/expression/classes/backreference.rb +2/-0
lib/regexp_parser/expression/classes/character_set.rb +2/-0
lib/regexp_parser/expression/classes/character_set/intersection.rb +2/-0
lib/regexp_parser/expression/classes/character_set/range.rb +2/-0
lib/regexp_parser/expression/classes/character_type.rb +2/-0
lib/regexp_parser/expression/classes/conditional.rb +2/-0
lib/regexp_parser/expression/classes/escape_sequence.rb +2/-0
lib/regexp_parser/expression/classes/free_space.rb +2/-0
lib/regexp_parser/expression/classes/group.rb +2/-0
lib/regexp_parser/expression/classes/keep.rb +2/-0
lib/regexp_parser/expression/classes/literal.rb +2/-0
lib/regexp_parser/expression/classes/posix_class.rb +2/-0
lib/regexp_parser/expression/classes/root.rb +2/-0
lib/regexp_parser/expression/classes/unicode_property.rb +2/-0
lib/regexp_parser/expression/methods/construct.rb +2/-0
lib/regexp_parser/expression/methods/escape_sequence_char.rb +2/-0
lib/regexp_parser/expression/methods/escape_sequence_codepoint.rb +2/-0
lib/regexp_parser/expression/methods/human_name.rb +2/-0
lib/regexp_parser/expression/methods/match.rb +2/-0
lib/regexp_parser/expression/methods/match_length.rb +2/-0
lib/regexp_parser/expression/methods/negative.rb +2/-0
lib/regexp_parser/expression/methods/options.rb +2/-0
lib/regexp_parser/expression/methods/parts.rb +2/-0
lib/regexp_parser/expression/methods/printing.rb +2/-0
lib/regexp_parser/expression/methods/referenced_expressions.rb +2/-0
lib/regexp_parser/expression/methods/strfregexp.rb +2/-0
lib/regexp_parser/expression/methods/tests.rb +2/-0
lib/regexp_parser/expression/methods/traverse.rb +2/-0
lib/regexp_parser/expression/quantifier.rb +3/-1
lib/regexp_parser/expression/sequence.rb +2/-0
lib/regexp_parser/expression/sequence_operation.rb +2/-0
lib/regexp_parser/expression/shared.rb +6/-3
lib/regexp_parser/expression/subexpression.rb +2/-0
lib/regexp_parser/lexer.rb +2/-0
lib/regexp_parser/parser.rb +2/-0
lib/regexp_parser/scanner.rb +755/-654
lib/regexp_parser/scanner/errors/premature_end_error.rb +2/-0
lib/regexp_parser/scanner/errors/scanner_error.rb +2/-0
lib/regexp_parser/scanner/errors/validation_error.rb +2/-0
lib/regexp_parser/scanner/properties/long.csv +19/-0
lib/regexp_parser/scanner/properties/short.csv +8/-0
lib/regexp_parser/scanner/scanner.rl +16/-7
lib/regexp_parser/syntax.rb +2/-0
lib/regexp_parser/syntax/any.rb +2/-0
lib/regexp_parser/syntax/base.rb +2/-0
lib/regexp_parser/syntax/token.rb +5/-3
lib/regexp_parser/syntax/token/anchor.rb +5/-3
lib/regexp_parser/syntax/token/assertion.rb +4/-2
lib/regexp_parser/syntax/token/backreference.rb +8/-6
lib/regexp_parser/syntax/token/character_set.rb +3/-1
lib/regexp_parser/syntax/token/character_type.rb +6/-4
lib/regexp_parser/syntax/token/conditional.rb +5/-3
lib/regexp_parser/syntax/token/escape.rb +9/-7
lib/regexp_parser/syntax/token/group.rb +8/-6
lib/regexp_parser/syntax/token/keep.rb +3/-1
lib/regexp_parser/syntax/token/meta.rb +4/-2
lib/regexp_parser/syntax/token/posix_class.rb +4/-2
lib/regexp_parser/syntax/token/quantifier.rb +8/-6
lib/regexp_parser/syntax/token/unicode_property.rb +62/-47
lib/regexp_parser/syntax/token/virtual.rb +5/-3
lib/regexp_parser/syntax/version_lookup.rb +4/-2
lib/regexp_parser/syntax/versions.rb +2/-0
lib/regexp_parser/syntax/versions/1.8.6.rb +2/-0
lib/regexp_parser/syntax/versions/1.9.1.rb +2/-0
lib/regexp_parser/syntax/versions/1.9.3.rb +2/-0
lib/regexp_parser/syntax/versions/2.0.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.2.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.3.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.4.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.4.1.rb +2/-0
lib/regexp_parser/syntax/versions/2.5.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.6.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.6.2.rb +2/-0
lib/regexp_parser/syntax/versions/2.6.3.rb +2/-0
lib/regexp_parser/syntax/versions/3.1.0.rb +2/-0
lib/regexp_parser/syntax/versions/3.2.0.rb +2/-0
lib/regexp_parser/token.rb +2/-0
lib/regexp_parser/version.rb +3/-1
regexp_parser.gemspec +2/-0
2.11.0->2.11.3:
* Updated
rubocop from: ["~> 1.59"] to: [">= 1.80.2"] |
Contributor
gem compare prism 1.4.0 1.9.0Compared versions: ["1.4.0", "1.9.0"]
DIFFERENT date:
1.4.0: 2025-03-18 00:00:00 UTC
1.9.0: 1980-01-02 00:00:00 UTC
DIFFERENT require_paths:
1.4.0: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.4.0", "lib"]
1.9.0: ["/opt/hostedtoolcache/Ruby/4.0.1/x64/lib/ruby/gems/4.0.0/extensions/x86_64-linux/4.0.0/prism-1.9.0", "lib"]
DIFFERENT rubygems_version:
1.4.0: 3.6.2
1.9.0: 3.6.9
DIFFERENT version:
1.4.0: 1.4.0
1.9.0: 1.9.0
DIFFERENT files:
1.4.0->1.9.0:
* Deleted:
lib/prism/translation/parser33.rb
lib/prism/translation/parser34.rb
lib/prism/translation/parser35.rb
rbi/prism/translation/parser33.rbi
rbi/prism/translation/parser34.rbi
rbi/prism/translation/parser35.rbi
* Added:
lib/prism/polyfill/scan_byte.rb +14/-0
lib/prism/polyfill/warn.rb +36/-0
lib/prism/translation/parser_current.rb +26/-0
lib/prism/translation/parser_versions.rb +36/-0
lib/prism/translation/ripper/filter.rb +53/-0
lib/prism/translation/ripper/lexer.rb +135/-0
rbi/prism/translation/parser_versions.rbi +23/-0
sig/prism/parse_result/comments.rbs +38/-0
* Changed:
CHANGELOG.md +103/-1
Makefile +14/-6
README.md +3/-1
config.yml +298/-45
docs/build_system.md +2/-2
docs/cruby_compilation.md +1/-1
docs/design.md +2/-2
docs/parser_translation.md +8/-23
docs/releasing.md +4/-25
docs/ripper_translation.md +9/-18
docs/ruby_api.md +1/-0
ext/prism/api_node.c +9/-3
ext/prism/extconf.rb +1/-1
ext/prism/extension.c +24/-3
ext/prism/extension.h +1/-1
include/prism.h +40/-15
include/prism/ast.h +364/-74
include/prism/diagnostic.h +7/-0
include/prism/options.h +49/-3
include/prism/parser.h +3/-0
include/prism/regexp.h +2/-2
include/prism/util/pm_buffer.h +8/-0
include/prism/util/pm_integer.h +4/-0
include/prism/util/pm_list.h +6/-0
include/prism/util/pm_string.h +12/-2
include/prism/version.h +2/-2
lib/prism.rb +23/-14
lib/prism/compiler.rb +457/-152
lib/prism/desugar_compiler.rb +1/-0
lib/prism/dispatcher.rb +16/-0
lib/prism/dot_visitor.rb +10/-1
lib/prism/dsl.rb +5/-2
lib/prism/ffi.rb +28/-10
lib/prism/inspect_visitor.rb +4/-0
lib/prism/lex_compat.rb +138/-154
lib/prism/mutation_compiler.rb +3/-0
lib/prism/node.rb +1690/-369
lib/prism/node_ext.rb +4/-1
lib/prism/pack.rb +2/-0
lib/prism/parse_result.rb +12/-15
lib/prism/parse_result/comments.rb +1/-0
lib/prism/parse_result/errors.rb +1/-0
lib/prism/parse_result/newlines.rb +1/-0
lib/prism/pattern.rb +1/-0
lib/prism/reflection.rb +4/-1
lib/prism/relocation.rb +1/-0
lib/prism/serialize.rb +30/-22
lib/prism/string_query.rb +1/-0
lib/prism/translation.rb +7/-3
lib/prism/translation/parser.rb +25/-4
lib/prism/translation/parser/builder.rb +1/-0
lib/prism/translation/parser/compiler.rb +63/-41
lib/prism/translation/parser/lexer.rb +29/-21
lib/prism/translation/ripper.rb +103/-41
lib/prism/translation/ripper/sexp.rb +1/-0
lib/prism/translation/ruby_parser.rb +341/-23
lib/prism/visitor.rb +458/-153
prism.gemspec +9/-7
rbi/prism.rbi +0/-3
rbi/prism/dsl.rbi +6/-6
rbi/prism/node.rbi +45/-17
sig/prism.rbs +58/-40
sig/prism/dispatcher.rbs +3/-0
sig/prism/dsl.rbs +5/-5
sig/prism/node.rbs +466/-38
sig/prism/node_ext.rbs +84/-17
sig/prism/parse_result.rbs +5/-0
sig/prism/reflection.rbs +1/-1
src/diagnostic.c +13/-1
src/encoding.c +172/-67
src/node.c +11/-0
src/options.c +17/-7
src/prettyprint.c +18/-0
src/prism.c +1522/-2027
src/serialize.c +9/-1
src/token_type.c +38/-36
src/util/pm_constant_pool.c +1/-1
src/util/pm_string.c +6/-8 |
Contributor
gem compare rubocop 1.79.2 1.85.0Compared versions: ["1.79.2", "1.85.0"]
DIFFERENT date:
1.79.2: 2025-08-05 00:00:00 UTC
1.85.0: 1980-01-02 00:00:00 UTC
DIFFERENT metadata:
1.79.2: {"homepage_uri" => "https://rubocop.org/", "changelog_uri" => "https://github.com/rubocop/rubocop/releases/tag/v1.79.2", "source_code_uri" => "https://github.com/rubocop/rubocop/", "documentation_uri" => "https://docs.rubocop.org/rubocop/1.79/", "bug_tracker_uri" => "https://github.com/rubocop/rubocop/issues", "rubygems_mfa_required" => "true"}
1.85.0: {"homepage_uri" => "https://rubocop.org/", "changelog_uri" => "https://github.com/rubocop/rubocop/releases/tag/v1.85.0", "source_code_uri" => "https://github.com/rubocop/rubocop/", "documentation_uri" => "https://docs.rubocop.org/rubocop/1.85/", "bug_tracker_uri" => "https://github.com/rubocop/rubocop/issues", "rubygems_mfa_required" => "true"}
DIFFERENT rubygems_version:
1.79.2: 3.6.2
1.85.0: 3.6.9
DIFFERENT version:
1.79.2: 1.79.2
1.85.0: 1.85.0
DIFFERENT files:
1.79.2->1.85.0:
* Added:
lib/rubocop/cli/command/mcp.rb +19/-0
lib/rubocop/cop/internal_affairs/itblock_handler.rb +69/-0
lib/rubocop/cop/lint/data_define_override.rb +63/-0
lib/rubocop/cop/lint/unreachable_pattern_branch.rb +113/-0
lib/rubocop/cop/mixin/hash_transform_method/autocorrection.rb +63/-0
lib/rubocop/cop/style/array_intersect_with_single_element.rb +47/-0
lib/rubocop/cop/style/empty_class_definition.rb +97/-0
lib/rubocop/cop/style/file_open.rb +63/-0
lib/rubocop/cop/style/hash_lookup_method.rb +94/-0
lib/rubocop/cop/style/map_join.rb +123/-0
lib/rubocop/cop/style/module_member_existence_check.rb +117/-0
lib/rubocop/cop/style/negative_array_index.rb +220/-0
lib/rubocop/cop/style/one_class_per_file.rb +95/-0
lib/rubocop/cop/style/partition_instead_of_double_select.rb +270/-0
lib/rubocop/cop/style/predicate_with_kind.rb +84/-0
lib/rubocop/cop/style/reduce_to_hash.rb +169/-0
lib/rubocop/cop/style/redundant_min_max_by.rb +93/-0
lib/rubocop/cop/style/redundant_struct_keyword_init.rb +104/-0
lib/rubocop/cop/style/reverse_find.rb +51/-0
lib/rubocop/cop/style/select_by_kind.rb +158/-0
lib/rubocop/cop/style/select_by_range.rb +197/-0
lib/rubocop/cop/style/tally_method.rb +181/-0
lib/rubocop/lsp/disable_comment_edits.rb +135/-0
lib/rubocop/mcp/server.rb +174/-0
* Changed:
LICENSE.txt +1/-1
README.md +2/-2
config/default.yml +163/-9
config/obsoletion.yml +9/-0
exe/rubocop +1/-8
lib/rubocop.rb +20/-0
lib/rubocop/cache_config.rb +29/-0
lib/rubocop/cli.rb +32/-5
lib/rubocop/cli/command/auto_generate_config.rb +2/-2
lib/rubocop/cli/command/lsp.rb +1/-1
lib/rubocop/comment_config.rb +62/-17
lib/rubocop/config_loader.rb +20/-21
lib/rubocop/config_loader_resolver.rb +7/-6
lib/rubocop/config_obsoletion/extracted_cop.rb +4/-2
lib/rubocop/config_store.rb +5/-0
lib/rubocop/cop/autocorrect_logic.rb +8/-4
lib/rubocop/cop/bundler/gem_version.rb +28/-28
lib/rubocop/cop/bundler/ordered_gems.rb +1/-2
lib/rubocop/cop/correctors/alignment_corrector.rb +26/-7
lib/rubocop/cop/correctors/condition_corrector.rb +1/-1
lib/rubocop/cop/correctors/for_to_each_corrector.rb +7/-2
lib/rubocop/cop/correctors/percent_literal_corrector.rb +2/-2
lib/rubocop/cop/gemspec/ordered_dependencies.rb +1/-2
lib/rubocop/cop/gemspec/require_mfa.rb +1/-1
lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +10/-5
lib/rubocop/cop/internal_affairs.rb +1/-0
lib/rubocop/cop/internal_affairs/example_heredoc_delimiter.rb +8/-8
lib/rubocop/cop/internal_affairs/location_exists.rb +28/-2
lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +9/-9
lib/rubocop/cop/internal_affairs/node_pattern_groups.rb +3/-1
lib/rubocop/cop/internal_affairs/node_pattern_groups/ast_processor.rb +1/-1
lib/rubocop/cop/internal_affairs/on_send_without_on_csend.rb +1/-1
lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +4/-4
lib/rubocop/cop/layout/argument_alignment.rb +1/-1
lib/rubocop/cop/layout/array_alignment.rb +1/-1
lib/rubocop/cop/layout/case_indentation.rb +3/-1
lib/rubocop/cop/layout/class_structure.rb +13/-6
lib/rubocop/cop/layout/dot_position.rb +1/-1
lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +3/-0
lib/rubocop/cop/layout/empty_line_between_defs.rb +30/-12
lib/rubocop/cop/layout/empty_lines_after_module_inclusion.rb +2/-2
lib/rubocop/cop/layout/empty_lines_around_block_body.rb +12/-2
lib/rubocop/cop/layout/empty_lines_around_class_body.rb +16/-2
lib/rubocop/cop/layout/empty_lines_around_module_body.rb +16/-2
lib/rubocop/cop/layout/end_alignment.rb +4/-0
lib/rubocop/cop/layout/first_argument_indentation.rb +34/-1
lib/rubocop/cop/layout/first_array_element_line_break.rb +26/-0
lib/rubocop/cop/layout/first_hash_element_indentation.rb +7/-1
lib/rubocop/cop/layout/first_hash_element_line_break.rb +28/-28
lib/rubocop/cop/layout/hash_alignment.rb +3/-6
lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +2/-2
lib/rubocop/cop/layout/heredoc_indentation.rb +33/-3
lib/rubocop/cop/layout/indentation_style.rb +1/-1
lib/rubocop/cop/layout/indentation_width.rb +111/-7
lib/rubocop/cop/layout/line_continuation_spacing.rb +1/-1
lib/rubocop/cop/layout/line_length.rb +22/-7
lib/rubocop/cop/layout/multiline_array_brace_layout.rb +57/-57
lib/rubocop/cop/layout/multiline_assignment_layout.rb +9/-2
lib/rubocop/cop/layout/multiline_block_layout.rb +2/-0
lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +56/-56
lib/rubocop/cop/layout/multiline_method_call_indentation.rb +179/-39
lib/rubocop/cop/layout/multiline_operation_indentation.rb +8/-4
lib/rubocop/cop/layout/parameter_alignment.rb +1/-1
lib/rubocop/cop/layout/redundant_line_break.rb +1/-1
lib/rubocop/cop/layout/rescue_ensure_alignment.rb +13/-3
lib/rubocop/cop/layout/space_after_comma.rb +2/-10
lib/rubocop/cop/layout/space_after_semicolon.rb +1/-1
lib/rubocop/cop/layout/space_around_block_parameters.rb +1/-1
lib/rubocop/cop/layout/space_around_keyword.rb +2/-2
lib/rubocop/cop/layout/space_in_lambda_literal.rb +8/-8
lib/rubocop/cop/layout/trailing_whitespace.rb +1/-1
lib/rubocop/cop/lint/circular_argument_reference.rb +47/-3
lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +3/-2
lib/rubocop/cop/lint/constant_resolution.rb +1/-1
lib/rubocop/cop/lint/cop_directive_syntax.rb +14/-8
lib/rubocop/cop/lint/debugger.rb +0/-2
lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +4/-1
lib/rubocop/cop/lint/duplicate_match_pattern.rb +4/-4
lib/rubocop/cop/lint/duplicate_methods.rb +57/-5
lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +5/-42
lib/rubocop/cop/lint/else_layout.rb +19/-0
lib/rubocop/cop/lint/empty_block.rb +1/-1
lib/rubocop/cop/lint/empty_interpolation.rb +11/-0
lib/rubocop/cop/lint/float_comparison.rb +1/-1
lib/rubocop/cop/lint/interpolation_check.rb +7/-2
lib/rubocop/cop/lint/literal_as_condition.rb +5/-1
lib/rubocop/cop/lint/literal_in_interpolation.rb +1/-1
lib/rubocop/cop/lint/missing_cop_enable_directive.rb +17/-8
lib/rubocop/cop/lint/next_without_accumulator.rb +2/-0
lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +4/-0
lib/rubocop/cop/lint/non_deterministic_require_order.rb +3/-1
lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +23/-9
lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +0/-9
lib/rubocop/cop/lint/redundant_require_statement.rb +4/-2
lib/rubocop/cop/lint/redundant_safe_navigation.rb +7/-6
lib/rubocop/cop/lint/redundant_splat_expansion.rb +8/-2
lib/rubocop/cop/lint/rescue_exception.rb +1/-4
lib/rubocop/cop/lint/safe_navigation_consistency.rb +7/-1
lib/rubocop/cop/lint/self_assignment.rb +15/-6
lib/rubocop/cop/lint/shadowed_argument.rb +7/-7
lib/rubocop/cop/lint/struct_new_override.rb +17/-1
lib/rubocop/cop/lint/to_json.rb +12/-16
lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +1/-0
lib/rubocop/cop/lint/unreachable_code.rb +5/-3
lib/rubocop/cop/lint/uri_escape_unescape.rb +2/-0
lib/rubocop/cop/lint/useless_assignment.rb +45/-17
lib/rubocop/cop/lint/useless_or.rb +15/-2
lib/rubocop/cop/lint/utils/nil_receiver_checker.rb +2/-2
lib/rubocop/cop/lint/void.rb +39/-12
lib/rubocop/cop/message_annotator.rb +1/-1
lib/rubocop/cop/metrics/block_nesting.rb +23/-0
lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +4/-3
lib/rubocop/cop/migration/department_name.rb +12/-1
lib/rubocop/cop/mixin/check_line_breakable.rb +2/-2
lib/rubocop/cop/mixin/check_single_line_suitability.rb +3/-5
lib/rubocop/cop/mixin/code_length.rb +1/-1
lib/rubocop/cop/mixin/end_keyword_alignment.rb +1/-7
lib/rubocop/cop/mixin/hash_shorthand_syntax.rb +5/-5
lib/rubocop/cop/mixin/hash_transform_method.rb +10/-60
lib/rubocop/cop/mixin/line_length_help.rb +21/-2
lib/rubocop/cop/mixin/method_complexity.rb +1/-1
lib/rubocop/cop/mixin/multiline_expression_indentation.rb +1/-1
lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +1/-1
lib/rubocop/cop/mixin/space_after_punctuation.rb +5/-4
lib/rubocop/cop/mixin/statement_modifier.rb +0/-6
lib/rubocop/cop/mixin/trailing_comma.rb +8/-5
lib/rubocop/cop/naming/block_parameter_name.rb +1/-1
lib/rubocop/cop/naming/method_name.rb +5/-3
lib/rubocop/cop/naming/predicate_method.rb +30/-6
lib/rubocop/cop/naming/predicate_prefix.rb +10/-10
lib/rubocop/cop/offense.rb +9/-1
lib/rubocop/cop/security/eval.rb +15/-2
lib/rubocop/cop/security/json_load.rb +33/-11
lib/rubocop/cop/style/access_modifier_declarations.rb +1/-2
lib/rubocop/cop/style/accessor_grouping.rb +4/-2
lib/rubocop/cop/style/alias.rb +4/-1
lib/rubocop/cop/style/array_intersect.rb +46/-12
lib/rubocop/cop/style/array_join.rb +4/-2
lib/rubocop/cop/style/ascii_comments.rb +5/-2
lib/rubocop/cop/style/attr.rb +5/-2
lib/rubocop/cop/style/bare_percent_literals.rb +4/-3
lib/rubocop/cop/style/begin_block.rb +3/-1
lib/rubocop/cop/style/bitwise_predicate.rb +8/-1
lib/rubocop/cop/style/block_delimiters.rb +4/-3
lib/rubocop/cop/style/case_equality.rb +15/-13
lib/rubocop/cop/style/class_and_module_children.rb +11/-2
lib/rubocop/cop/style/colon_method_call.rb +3/-1
lib/rubocop/cop/style/conditional_assignment.rb +8/-14
lib/rubocop/cop/style/constant_visibility.rb +17/-12
lib/rubocop/cop/style/copyright.rb +1/-1
lib/rubocop/cop/style/documentation.rb +6/-6
lib/rubocop/cop/style/documentation_method.rb +7/-7
lib/rubocop/cop/style/double_negation.rb +1/-1
lib/rubocop/cop/style/each_for_simple_loop.rb +1/-1
lib/rubocop/cop/style/each_with_object.rb +2/-0
lib/rubocop/cop/style/empty_block_parameter.rb +1/-1
lib/rubocop/cop/style/empty_lambda_parameter.rb +1/-1
lib/rubocop/cop/style/empty_method.rb +0/-6
lib/rubocop/cop/style/encoding.rb +7/-1
lib/rubocop/cop/style/end_block.rb +3/-1
lib/rubocop/cop/style/endless_method.rb +23/-5
lib/rubocop/cop/style/explicit_block_argument.rb +1/-1
lib/rubocop/cop/style/float_division.rb +15/-1
lib/rubocop/cop/style/for.rb +3/-0
lib/rubocop/cop/style/format_string_token.rb +49/-5
lib/rubocop/cop/style/global_vars.rb +4/-1
lib/rubocop/cop/style/guard_clause.rb +24/-22
lib/rubocop/cop/style/hash_as_last_array_item.rb +27/-9
lib/rubocop/cop/style/hash_syntax.rb +1/-1
lib/rubocop/cop/style/hash_transform_keys.rb +17/-7
lib/rubocop/cop/style/hash_transform_values.rb +17/-7
lib/rubocop/cop/style/if_unless_modifier.rb +46/-17
lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +12/-12
lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +4/-1
lib/rubocop/cop/style/infinite_loop.rb +1/-1
lib/rubocop/cop/style/inline_comment.rb +4/-1
lib/rubocop/cop/style/lambda_call.rb +8/-8
lib/rubocop/cop/style/method_call_with_args_parentheses.rb +17/-4
lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +12/-1
lib/rubocop/cop/style/method_def_parentheses.rb +2/-4
lib/rubocop/cop/style/multiline_if_then.rb +4/-4
lib/rubocop/cop/style/multiline_method_signature.rb +2/-4
lib/rubocop/cop/style/nil_comparison.rb +11/-10
lib/rubocop/cop/style/nil_lambda.rb +1/-1
lib/rubocop/cop/style/not.rb +2/-0
lib/rubocop/cop/style/numeric_literals.rb +2/-1
lib/rubocop/cop/style/one_line_conditional.rb +21/-12
lib/rubocop/cop/style/operator_method_call.rb +11/-2
lib/rubocop/cop/style/parallel_assignment.rb +6/-2
lib/rubocop/cop/style/percent_literal_delimiters.rb +2/-0
lib/rubocop/cop/style/preferred_hash_methods.rb +12/-12
lib/rubocop/cop/style/proc.rb +3/-2
lib/rubocop/cop/style/redundant_argument.rb +2/-0
lib/rubocop/cop/style/redundant_begin.rb +37/-3
lib/rubocop/cop/style/redundant_condition.rb +6/-3
lib/rubocop/cop/style/redundant_exception.rb +1/-1
lib/rubocop/cop/style/redundant_fetch_block.rb +1/-1
lib/rubocop/cop/style/redundant_format.rb +26/-5
lib/rubocop/cop/style/redundant_interpolation.rb +11/-2
lib/rubocop/cop/style/redundant_interpolation_unfreeze.rb +27/-11
lib/rubocop/cop/style/redundant_parentheses.rb +17/-11
lib/rubocop/cop/style/redundant_percent_q.rb +1/-2
lib/rubocop/cop/style/redundant_regexp_argument.rb +9/-0
lib/rubocop/cop/style/redundant_regexp_escape.rb +8/-0
lib/rubocop/cop/style/redundant_return.rb +3/-1
lib/rubocop/cop/style/redundant_sort.rb +7/-7
lib/rubocop/cop/style/safe_navigation.rb +18/-1
lib/rubocop/cop/style/select_by_regexp.rb +51/-21
lib/rubocop/cop/style/semicolon.rb +25/-7
lib/rubocop/cop/style/single_line_block_params.rb +1/-1
lib/rubocop/cop/style/single_line_do_end_block.rb +1/-1
lib/rubocop/cop/style/single_line_methods.rb +3/-1
lib/rubocop/cop/style/sole_nested_conditional.rb +8/-1
lib/rubocop/cop/style/special_global_vars.rb +6/-1
lib/rubocop/cop/style/string_concatenation.rb +17/-13
lib/rubocop/cop/style/super_arguments.rb +2/-2
lib/rubocop/cop/style/symbol_array.rb +1/-1
lib/rubocop/cop/style/trailing_comma_in_arguments.rb +45/-0
lib/rubocop/cop/style/trailing_comma_in_block_args.rb +1/-1
lib/rubocop/cop/style/trailing_underscore_variable.rb +11/-11
lib/rubocop/cop/style/unless_else.rb +10/-9
lib/rubocop/cop/team.rb +4/-4
lib/rubocop/cop/util.rb +2/-3
lib/rubocop/cop/utils/format_string.rb +10/-0
lib/rubocop/cop/variable_force.rb +9/-7
lib/rubocop/cop/variable_force/branch.rb +30/-6
lib/rubocop/cop/variable_force/variable.rb +1/-1
lib/rubocop/cops_documentation_generator.rb +4/-4
lib/rubocop/directive_comment.rb +48/-4
lib/rubocop/formatter/clang_style_formatter.rb +5/-2
lib/rubocop/formatter/disabled_config_formatter.rb +19/-5
lib/rubocop/formatter/formatter_set.rb +2/-2
lib/rubocop/formatter/tap_formatter.rb +5/-2
lib/rubocop/lsp/diagnostic.rb +18/-33
lib/rubocop/lsp/routes.rb +33/-4
lib/rubocop/lsp/runtime.rb +13/-3
lib/rubocop/lsp/stdin_runner.rb +8/-17
lib/rubocop/magic_comment.rb +20/-0
lib/rubocop/options.rb +10/-1
lib/rubocop/rake_task.rb +1/-1
lib/rubocop/remote_config.rb +10/-8
lib/rubocop/result_cache.rb +39/-28
lib/rubocop/rspec/shared_contexts.rb +7/-3
lib/rubocop/rspec/support.rb +2/-1
lib/rubocop/runner.rb +10/-4
lib/rubocop/server/cache.rb +6/-29
lib/rubocop/target_finder.rb +9/-9
lib/rubocop/target_ruby.rb +31/-14
lib/rubocop/version.rb +1/-1
lib/ruby_lsp/rubocop/addon.rb +23/-8
lib/ruby_lsp/rubocop/runtime_adapter.rb +49/-15
DIFFERENT extra_rdoc_files:
1.79.2->1.85.0:
* Changed:
LICENSE.txt +1/-1
README.md +2/-2
DIFFERENT runtime dependencies:
1.79.2->1.85.0:
* Added:
mcp ["~> 0.6"] (runtime)
* Updated:
rubocop-ast from: [">= 1.46.0", "< 2.0"] to: [">= 1.49.0", "< 2.0"] |
Contributor
|
Contributor
gem compare rubocop 1.79.2 1.85.0Compared versions: ["1.79.2", "1.85.0"]
DIFFERENT date:
1.79.2: 2025-08-05 00:00:00 UTC
1.85.0: 1980-01-02 00:00:00 UTC
DIFFERENT metadata:
1.79.2: {"homepage_uri" => "https://rubocop.org/", "changelog_uri" => "https://github.com/rubocop/rubocop/releases/tag/v1.79.2", "source_code_uri" => "https://github.com/rubocop/rubocop/", "documentation_uri" => "https://docs.rubocop.org/rubocop/1.79/", "bug_tracker_uri" => "https://github.com/rubocop/rubocop/issues", "rubygems_mfa_required" => "true"}
1.85.0: {"homepage_uri" => "https://rubocop.org/", "changelog_uri" => "https://github.com/rubocop/rubocop/releases/tag/v1.85.0", "source_code_uri" => "https://github.com/rubocop/rubocop/", "documentation_uri" => "https://docs.rubocop.org/rubocop/1.85/", "bug_tracker_uri" => "https://github.com/rubocop/rubocop/issues", "rubygems_mfa_required" => "true"}
DIFFERENT rubygems_version:
1.79.2: 3.6.2
1.85.0: 3.6.9
DIFFERENT version:
1.79.2: 1.79.2
1.85.0: 1.85.0
DIFFERENT files:
1.79.2->1.85.0:
* Added:
lib/rubocop/cli/command/mcp.rb +19/-0
lib/rubocop/cop/internal_affairs/itblock_handler.rb +69/-0
lib/rubocop/cop/lint/data_define_override.rb +63/-0
lib/rubocop/cop/lint/unreachable_pattern_branch.rb +113/-0
lib/rubocop/cop/mixin/hash_transform_method/autocorrection.rb +63/-0
lib/rubocop/cop/style/array_intersect_with_single_element.rb +47/-0
lib/rubocop/cop/style/empty_class_definition.rb +97/-0
lib/rubocop/cop/style/file_open.rb +63/-0
lib/rubocop/cop/style/hash_lookup_method.rb +94/-0
lib/rubocop/cop/style/map_join.rb +123/-0
lib/rubocop/cop/style/module_member_existence_check.rb +117/-0
lib/rubocop/cop/style/negative_array_index.rb +220/-0
lib/rubocop/cop/style/one_class_per_file.rb +95/-0
lib/rubocop/cop/style/partition_instead_of_double_select.rb +270/-0
lib/rubocop/cop/style/predicate_with_kind.rb +84/-0
lib/rubocop/cop/style/reduce_to_hash.rb +169/-0
lib/rubocop/cop/style/redundant_min_max_by.rb +93/-0
lib/rubocop/cop/style/redundant_struct_keyword_init.rb +104/-0
lib/rubocop/cop/style/reverse_find.rb +51/-0
lib/rubocop/cop/style/select_by_kind.rb +158/-0
lib/rubocop/cop/style/select_by_range.rb +197/-0
lib/rubocop/cop/style/tally_method.rb +181/-0
lib/rubocop/lsp/disable_comment_edits.rb +135/-0
lib/rubocop/mcp/server.rb +174/-0
* Changed:
LICENSE.txt +1/-1
README.md +2/-2
config/default.yml +163/-9
config/obsoletion.yml +9/-0
exe/rubocop +1/-8
lib/rubocop.rb +20/-0
lib/rubocop/cache_config.rb +29/-0
lib/rubocop/cli.rb +32/-5
lib/rubocop/cli/command/auto_generate_config.rb +2/-2
lib/rubocop/cli/command/lsp.rb +1/-1
lib/rubocop/comment_config.rb +62/-17
lib/rubocop/config_loader.rb +20/-21
lib/rubocop/config_loader_resolver.rb +7/-6
lib/rubocop/config_obsoletion/extracted_cop.rb +4/-2
lib/rubocop/config_store.rb +5/-0
lib/rubocop/cop/autocorrect_logic.rb +8/-4
lib/rubocop/cop/bundler/gem_version.rb +28/-28
lib/rubocop/cop/bundler/ordered_gems.rb +1/-2
lib/rubocop/cop/correctors/alignment_corrector.rb +26/-7
lib/rubocop/cop/correctors/condition_corrector.rb +1/-1
lib/rubocop/cop/correctors/for_to_each_corrector.rb +7/-2
lib/rubocop/cop/correctors/percent_literal_corrector.rb +2/-2
lib/rubocop/cop/gemspec/ordered_dependencies.rb +1/-2
lib/rubocop/cop/gemspec/require_mfa.rb +1/-1
lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +10/-5
lib/rubocop/cop/internal_affairs.rb +1/-0
lib/rubocop/cop/internal_affairs/example_heredoc_delimiter.rb +8/-8
lib/rubocop/cop/internal_affairs/location_exists.rb +28/-2
lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +9/-9
lib/rubocop/cop/internal_affairs/node_pattern_groups.rb +3/-1
lib/rubocop/cop/internal_affairs/node_pattern_groups/ast_processor.rb +1/-1
lib/rubocop/cop/internal_affairs/on_send_without_on_csend.rb +1/-1
lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +4/-4
lib/rubocop/cop/layout/argument_alignment.rb +1/-1
lib/rubocop/cop/layout/array_alignment.rb +1/-1
lib/rubocop/cop/layout/case_indentation.rb +3/-1
lib/rubocop/cop/layout/class_structure.rb +13/-6
lib/rubocop/cop/layout/dot_position.rb +1/-1
lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +3/-0
lib/rubocop/cop/layout/empty_line_between_defs.rb +30/-12
lib/rubocop/cop/layout/empty_lines_after_module_inclusion.rb +2/-2
lib/rubocop/cop/layout/empty_lines_around_block_body.rb +12/-2
lib/rubocop/cop/layout/empty_lines_around_class_body.rb +16/-2
lib/rubocop/cop/layout/empty_lines_around_module_body.rb +16/-2
lib/rubocop/cop/layout/end_alignment.rb +4/-0
lib/rubocop/cop/layout/first_argument_indentation.rb +34/-1
lib/rubocop/cop/layout/first_array_element_line_break.rb +26/-0
lib/rubocop/cop/layout/first_hash_element_indentation.rb +7/-1
lib/rubocop/cop/layout/first_hash_element_line_break.rb +28/-28
lib/rubocop/cop/layout/hash_alignment.rb +3/-6
lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +2/-2
lib/rubocop/cop/layout/heredoc_indentation.rb +33/-3
lib/rubocop/cop/layout/indentation_style.rb +1/-1
lib/rubocop/cop/layout/indentation_width.rb +111/-7
lib/rubocop/cop/layout/line_continuation_spacing.rb +1/-1
lib/rubocop/cop/layout/line_length.rb +22/-7
lib/rubocop/cop/layout/multiline_array_brace_layout.rb +57/-57
lib/rubocop/cop/layout/multiline_assignment_layout.rb +9/-2
lib/rubocop/cop/layout/multiline_block_layout.rb +2/-0
lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +56/-56
lib/rubocop/cop/layout/multiline_method_call_indentation.rb +179/-39
lib/rubocop/cop/layout/multiline_operation_indentation.rb +8/-4
lib/rubocop/cop/layout/parameter_alignment.rb +1/-1
lib/rubocop/cop/layout/redundant_line_break.rb +1/-1
lib/rubocop/cop/layout/rescue_ensure_alignment.rb +13/-3
lib/rubocop/cop/layout/space_after_comma.rb +2/-10
lib/rubocop/cop/layout/space_after_semicolon.rb +1/-1
lib/rubocop/cop/layout/space_around_block_parameters.rb +1/-1
lib/rubocop/cop/layout/space_around_keyword.rb +2/-2
lib/rubocop/cop/layout/space_in_lambda_literal.rb +8/-8
lib/rubocop/cop/layout/trailing_whitespace.rb +1/-1
lib/rubocop/cop/lint/circular_argument_reference.rb +47/-3
lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +3/-2
lib/rubocop/cop/lint/constant_resolution.rb +1/-1
lib/rubocop/cop/lint/cop_directive_syntax.rb +14/-8
lib/rubocop/cop/lint/debugger.rb +0/-2
lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +4/-1
lib/rubocop/cop/lint/duplicate_match_pattern.rb +4/-4
lib/rubocop/cop/lint/duplicate_methods.rb +57/-5
lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +5/-42
lib/rubocop/cop/lint/else_layout.rb +19/-0
lib/rubocop/cop/lint/empty_block.rb +1/-1
lib/rubocop/cop/lint/empty_interpolation.rb +11/-0
lib/rubocop/cop/lint/float_comparison.rb +1/-1
lib/rubocop/cop/lint/interpolation_check.rb +7/-2
lib/rubocop/cop/lint/literal_as_condition.rb +5/-1
lib/rubocop/cop/lint/literal_in_interpolation.rb +1/-1
lib/rubocop/cop/lint/missing_cop_enable_directive.rb +17/-8
lib/rubocop/cop/lint/next_without_accumulator.rb +2/-0
lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +4/-0
lib/rubocop/cop/lint/non_deterministic_require_order.rb +3/-1
lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +23/-9
lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +0/-9
lib/rubocop/cop/lint/redundant_require_statement.rb +4/-2
lib/rubocop/cop/lint/redundant_safe_navigation.rb +7/-6
lib/rubocop/cop/lint/redundant_splat_expansion.rb +8/-2
lib/rubocop/cop/lint/rescue_exception.rb +1/-4
lib/rubocop/cop/lint/safe_navigation_consistency.rb +7/-1
lib/rubocop/cop/lint/self_assignment.rb +15/-6
lib/rubocop/cop/lint/shadowed_argument.rb +7/-7
lib/rubocop/cop/lint/struct_new_override.rb +17/-1
lib/rubocop/cop/lint/to_json.rb +12/-16
lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +1/-0
lib/rubocop/cop/lint/unreachable_code.rb +5/-3
lib/rubocop/cop/lint/uri_escape_unescape.rb +2/-0
lib/rubocop/cop/lint/useless_assignment.rb +45/-17
lib/rubocop/cop/lint/useless_or.rb +15/-2
lib/rubocop/cop/lint/utils/nil_receiver_checker.rb +2/-2
lib/rubocop/cop/lint/void.rb +39/-12
lib/rubocop/cop/message_annotator.rb +1/-1
lib/rubocop/cop/metrics/block_nesting.rb +23/-0
lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +4/-3
lib/rubocop/cop/migration/department_name.rb +12/-1
lib/rubocop/cop/mixin/check_line_breakable.rb +2/-2
lib/rubocop/cop/mixin/check_single_line_suitability.rb +3/-5
lib/rubocop/cop/mixin/code_length.rb +1/-1
lib/rubocop/cop/mixin/end_keyword_alignment.rb +1/-7
lib/rubocop/cop/mixin/hash_shorthand_syntax.rb +5/-5
lib/rubocop/cop/mixin/hash_transform_method.rb +10/-60
lib/rubocop/cop/mixin/line_length_help.rb +21/-2
lib/rubocop/cop/mixin/method_complexity.rb +1/-1
lib/rubocop/cop/mixin/multiline_expression_indentation.rb +1/-1
lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +1/-1
lib/rubocop/cop/mixin/space_after_punctuation.rb +5/-4
lib/rubocop/cop/mixin/statement_modifier.rb +0/-6
lib/rubocop/cop/mixin/trailing_comma.rb +8/-5
lib/rubocop/cop/naming/block_parameter_name.rb +1/-1
lib/rubocop/cop/naming/method_name.rb +5/-3
lib/rubocop/cop/naming/predicate_method.rb +30/-6
lib/rubocop/cop/naming/predicate_prefix.rb +10/-10
lib/rubocop/cop/offense.rb +9/-1
lib/rubocop/cop/security/eval.rb +15/-2
lib/rubocop/cop/security/json_load.rb +33/-11
lib/rubocop/cop/style/access_modifier_declarations.rb +1/-2
lib/rubocop/cop/style/accessor_grouping.rb +4/-2
lib/rubocop/cop/style/alias.rb +4/-1
lib/rubocop/cop/style/array_intersect.rb +46/-12
lib/rubocop/cop/style/array_join.rb +4/-2
lib/rubocop/cop/style/ascii_comments.rb +5/-2
lib/rubocop/cop/style/attr.rb +5/-2
lib/rubocop/cop/style/bare_percent_literals.rb +4/-3
lib/rubocop/cop/style/begin_block.rb +3/-1
lib/rubocop/cop/style/bitwise_predicate.rb +8/-1
lib/rubocop/cop/style/block_delimiters.rb +4/-3
lib/rubocop/cop/style/case_equality.rb +15/-13
lib/rubocop/cop/style/class_and_module_children.rb +11/-2
lib/rubocop/cop/style/colon_method_call.rb +3/-1
lib/rubocop/cop/style/conditional_assignment.rb +8/-14
lib/rubocop/cop/style/constant_visibility.rb +17/-12
lib/rubocop/cop/style/copyright.rb +1/-1
lib/rubocop/cop/style/documentation.rb +6/-6
lib/rubocop/cop/style/documentation_method.rb +7/-7
lib/rubocop/cop/style/double_negation.rb +1/-1
lib/rubocop/cop/style/each_for_simple_loop.rb +1/-1
lib/rubocop/cop/style/each_with_object.rb +2/-0
lib/rubocop/cop/style/empty_block_parameter.rb +1/-1
lib/rubocop/cop/style/empty_lambda_parameter.rb +1/-1
lib/rubocop/cop/style/empty_method.rb +0/-6
lib/rubocop/cop/style/encoding.rb +7/-1
lib/rubocop/cop/style/end_block.rb +3/-1
lib/rubocop/cop/style/endless_method.rb +23/-5
lib/rubocop/cop/style/explicit_block_argument.rb +1/-1
lib/rubocop/cop/style/float_division.rb +15/-1
lib/rubocop/cop/style/for.rb +3/-0
lib/rubocop/cop/style/format_string_token.rb +49/-5
lib/rubocop/cop/style/global_vars.rb +4/-1
lib/rubocop/cop/style/guard_clause.rb +24/-22
lib/rubocop/cop/style/hash_as_last_array_item.rb +27/-9
lib/rubocop/cop/style/hash_syntax.rb +1/-1
lib/rubocop/cop/style/hash_transform_keys.rb +17/-7
lib/rubocop/cop/style/hash_transform_values.rb +17/-7
lib/rubocop/cop/style/if_unless_modifier.rb +46/-17
lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +12/-12
lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +4/-1
lib/rubocop/cop/style/infinite_loop.rb +1/-1
lib/rubocop/cop/style/inline_comment.rb +4/-1
lib/rubocop/cop/style/lambda_call.rb +8/-8
lib/rubocop/cop/style/method_call_with_args_parentheses.rb +17/-4
lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +12/-1
lib/rubocop/cop/style/method_def_parentheses.rb +2/-4
lib/rubocop/cop/style/multiline_if_then.rb +4/-4
lib/rubocop/cop/style/multiline_method_signature.rb +2/-4
lib/rubocop/cop/style/nil_comparison.rb +11/-10
lib/rubocop/cop/style/nil_lambda.rb +1/-1
lib/rubocop/cop/style/not.rb +2/-0
lib/rubocop/cop/style/numeric_literals.rb +2/-1
lib/rubocop/cop/style/one_line_conditional.rb +21/-12
lib/rubocop/cop/style/operator_method_call.rb +11/-2
lib/rubocop/cop/style/parallel_assignment.rb +6/-2
lib/rubocop/cop/style/percent_literal_delimiters.rb +2/-0
lib/rubocop/cop/style/preferred_hash_methods.rb +12/-12
lib/rubocop/cop/style/proc.rb +3/-2
lib/rubocop/cop/style/redundant_argument.rb +2/-0
lib/rubocop/cop/style/redundant_begin.rb +37/-3
lib/rubocop/cop/style/redundant_condition.rb +6/-3
lib/rubocop/cop/style/redundant_exception.rb +1/-1
lib/rubocop/cop/style/redundant_fetch_block.rb +1/-1
lib/rubocop/cop/style/redundant_format.rb +26/-5
lib/rubocop/cop/style/redundant_interpolation.rb +11/-2
lib/rubocop/cop/style/redundant_interpolation_unfreeze.rb +27/-11
lib/rubocop/cop/style/redundant_parentheses.rb +17/-11
lib/rubocop/cop/style/redundant_percent_q.rb +1/-2
lib/rubocop/cop/style/redundant_regexp_argument.rb +9/-0
lib/rubocop/cop/style/redundant_regexp_escape.rb +8/-0
lib/rubocop/cop/style/redundant_return.rb +3/-1
lib/rubocop/cop/style/redundant_sort.rb +7/-7
lib/rubocop/cop/style/safe_navigation.rb +18/-1
lib/rubocop/cop/style/select_by_regexp.rb +51/-21
lib/rubocop/cop/style/semicolon.rb +25/-7
lib/rubocop/cop/style/single_line_block_params.rb +1/-1
lib/rubocop/cop/style/single_line_do_end_block.rb +1/-1
lib/rubocop/cop/style/single_line_methods.rb +3/-1
lib/rubocop/cop/style/sole_nested_conditional.rb +8/-1
lib/rubocop/cop/style/special_global_vars.rb +6/-1
lib/rubocop/cop/style/string_concatenation.rb +17/-13
lib/rubocop/cop/style/super_arguments.rb +2/-2
lib/rubocop/cop/style/symbol_array.rb +1/-1
lib/rubocop/cop/style/trailing_comma_in_arguments.rb +45/-0
lib/rubocop/cop/style/trailing_comma_in_block_args.rb +1/-1
lib/rubocop/cop/style/trailing_underscore_variable.rb +11/-11
lib/rubocop/cop/style/unless_else.rb +10/-9
lib/rubocop/cop/team.rb +4/-4
lib/rubocop/cop/util.rb +2/-3
lib/rubocop/cop/utils/format_string.rb +10/-0
lib/rubocop/cop/variable_force.rb +9/-7
lib/rubocop/cop/variable_force/branch.rb +30/-6
lib/rubocop/cop/variable_force/variable.rb +1/-1
lib/rubocop/cops_documentation_generator.rb +4/-4
lib/rubocop/directive_comment.rb +48/-4
lib/rubocop/formatter/clang_style_formatter.rb +5/-2
lib/rubocop/formatter/disabled_config_formatter.rb +19/-5
lib/rubocop/formatter/formatter_set.rb +2/-2
lib/rubocop/formatter/tap_formatter.rb +5/-2
lib/rubocop/lsp/diagnostic.rb +18/-33
lib/rubocop/lsp/routes.rb +33/-4
lib/rubocop/lsp/runtime.rb +13/-3
lib/rubocop/lsp/stdin_runner.rb +8/-17
lib/rubocop/magic_comment.rb +20/-0
lib/rubocop/options.rb +10/-1
lib/rubocop/rake_task.rb +1/-1
lib/rubocop/remote_config.rb +10/-8
lib/rubocop/result_cache.rb +39/-28
lib/rubocop/rspec/shared_contexts.rb +7/-3
lib/rubocop/rspec/support.rb +2/-1
lib/rubocop/runner.rb +10/-4
lib/rubocop/server/cache.rb +6/-29
lib/rubocop/target_finder.rb +9/-9
lib/rubocop/target_ruby.rb +31/-14
lib/rubocop/version.rb +1/-1
lib/ruby_lsp/rubocop/addon.rb +23/-8
lib/ruby_lsp/rubocop/runtime_adapter.rb +49/-15
DIFFERENT extra_rdoc_files:
1.79.2->1.85.0:
* Changed:
LICENSE.txt +1/-1
README.md +2/-2
DIFFERENT runtime dependencies:
1.79.2->1.85.0:
* Added:
mcp ["~> 0.6"] (runtime)
* Updated:
rubocop-ast from: [">= 1.46.0", "< 2.0"] to: [">= 1.49.0", "< 2.0"] |
Contributor
|
Contributor
|
Contributor
|
Contributor
gem compare rubocop-ast 1.46.0 1.49.0Compared versions: ["1.46.0", "1.49.0"]
DIFFERENT date:
1.46.0: 2025-07-16 00:00:00 UTC
1.49.0: 2025-12-28 00:00:00 UTC
DIFFERENT rubygems_version:
1.46.0: 3.5.11
1.49.0: 3.5.22
DIFFERENT version:
1.46.0: 1.46.0
1.49.0: 1.49.0
DIFFERENT files:
1.46.0->1.49.0:
* Changed:
README.md +0/-2
lib/rubocop/ast/node.rb +15/-0
lib/rubocop/ast/node/mixin/method_dispatch_node.rb +1/-1
lib/rubocop/ast/node/mixin/parameterized_node.rb +1/-0
lib/rubocop/ast/node_pattern.rb +1/-0
lib/rubocop/ast/node_pattern/compiler.rb +1/-0
lib/rubocop/ast/node_pattern/lexer.rex +1/-1
lib/rubocop/ast/node_pattern/lexer.rex.rb +1/-1
lib/rubocop/ast/node_pattern/parser.racc.rb +40/-42
lib/rubocop/ast/processed_source.rb +4/-5
lib/rubocop/ast/traversal.rb +1/-0
lib/rubocop/ast/version.rb +1/-1
DIFFERENT extra_rdoc_files:
1.46.0->1.49.0:
* Changed:
README.md +0/-2
DIFFERENT runtime dependencies:
1.46.0->1.49.0:
* Updated:
prism from: ["~> 1.4"] to: ["~> 1.7"] |
Contributor
gem compare regexp_parser 2.11.0 2.11.3Compared versions: ["2.11.0", "2.11.3"]
DIFFERENT date:
2.11.0: 2025-08-03 00:00:00 UTC
2.11.3: 1980-01-02 00:00:00 UTC
DIFFERENT rubygems_version:
2.11.0: 3.4.13
2.11.3: 3.6.7
DIFFERENT version:
2.11.0: 2.11.0
2.11.3: 2.11.3
DIFFERENT files:
2.11.0->2.11.3:
* Added:
lib/regexp_parser/syntax/versions/3.5.0.rb +4/-0
* Changed:
Gemfile +3/-1
Rakefile +5/-3
lib/regexp_parser.rb +2/-0
lib/regexp_parser/error.rb +2/-0
lib/regexp_parser/expression.rb +2/-0
lib/regexp_parser/expression/base.rb +2/-0
lib/regexp_parser/expression/classes/alternation.rb +2/-0
lib/regexp_parser/expression/classes/anchor.rb +2/-0
lib/regexp_parser/expression/classes/backreference.rb +2/-0
lib/regexp_parser/expression/classes/character_set.rb +2/-0
lib/regexp_parser/expression/classes/character_set/intersection.rb +2/-0
lib/regexp_parser/expression/classes/character_set/range.rb +2/-0
lib/regexp_parser/expression/classes/character_type.rb +2/-0
lib/regexp_parser/expression/classes/conditional.rb +2/-0
lib/regexp_parser/expression/classes/escape_sequence.rb +2/-0
lib/regexp_parser/expression/classes/free_space.rb +2/-0
lib/regexp_parser/expression/classes/group.rb +2/-0
lib/regexp_parser/expression/classes/keep.rb +2/-0
lib/regexp_parser/expression/classes/literal.rb +2/-0
lib/regexp_parser/expression/classes/posix_class.rb +2/-0
lib/regexp_parser/expression/classes/root.rb +2/-0
lib/regexp_parser/expression/classes/unicode_property.rb +2/-0
lib/regexp_parser/expression/methods/construct.rb +2/-0
lib/regexp_parser/expression/methods/escape_sequence_char.rb +2/-0
lib/regexp_parser/expression/methods/escape_sequence_codepoint.rb +2/-0
lib/regexp_parser/expression/methods/human_name.rb +2/-0
lib/regexp_parser/expression/methods/match.rb +2/-0
lib/regexp_parser/expression/methods/match_length.rb +2/-0
lib/regexp_parser/expression/methods/negative.rb +2/-0
lib/regexp_parser/expression/methods/options.rb +2/-0
lib/regexp_parser/expression/methods/parts.rb +2/-0
lib/regexp_parser/expression/methods/printing.rb +2/-0
lib/regexp_parser/expression/methods/referenced_expressions.rb +2/-0
lib/regexp_parser/expression/methods/strfregexp.rb +2/-0
lib/regexp_parser/expression/methods/tests.rb +2/-0
lib/regexp_parser/expression/methods/traverse.rb +2/-0
lib/regexp_parser/expression/quantifier.rb +3/-1
lib/regexp_parser/expression/sequence.rb +2/-0
lib/regexp_parser/expression/sequence_operation.rb +2/-0
lib/regexp_parser/expression/shared.rb +6/-3
lib/regexp_parser/expression/subexpression.rb +2/-0
lib/regexp_parser/lexer.rb +2/-0
lib/regexp_parser/parser.rb +2/-0
lib/regexp_parser/scanner.rb +755/-654
lib/regexp_parser/scanner/errors/premature_end_error.rb +2/-0
lib/regexp_parser/scanner/errors/scanner_error.rb +2/-0
lib/regexp_parser/scanner/errors/validation_error.rb +2/-0
lib/regexp_parser/scanner/properties/long.csv +19/-0
lib/regexp_parser/scanner/properties/short.csv +8/-0
lib/regexp_parser/scanner/scanner.rl +16/-7
lib/regexp_parser/syntax.rb +2/-0
lib/regexp_parser/syntax/any.rb +2/-0
lib/regexp_parser/syntax/base.rb +2/-0
lib/regexp_parser/syntax/token.rb +5/-3
lib/regexp_parser/syntax/token/anchor.rb +5/-3
lib/regexp_parser/syntax/token/assertion.rb +4/-2
lib/regexp_parser/syntax/token/backreference.rb +8/-6
lib/regexp_parser/syntax/token/character_set.rb +3/-1
lib/regexp_parser/syntax/token/character_type.rb +6/-4
lib/regexp_parser/syntax/token/conditional.rb +5/-3
lib/regexp_parser/syntax/token/escape.rb +9/-7
lib/regexp_parser/syntax/token/group.rb +8/-6
lib/regexp_parser/syntax/token/keep.rb +3/-1
lib/regexp_parser/syntax/token/meta.rb +4/-2
lib/regexp_parser/syntax/token/posix_class.rb +4/-2
lib/regexp_parser/syntax/token/quantifier.rb +8/-6
lib/regexp_parser/syntax/token/unicode_property.rb +62/-47
lib/regexp_parser/syntax/token/virtual.rb +5/-3
lib/regexp_parser/syntax/version_lookup.rb +4/-2
lib/regexp_parser/syntax/versions.rb +2/-0
lib/regexp_parser/syntax/versions/1.8.6.rb +2/-0
lib/regexp_parser/syntax/versions/1.9.1.rb +2/-0
lib/regexp_parser/syntax/versions/1.9.3.rb +2/-0
lib/regexp_parser/syntax/versions/2.0.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.2.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.3.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.4.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.4.1.rb +2/-0
lib/regexp_parser/syntax/versions/2.5.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.6.0.rb +2/-0
lib/regexp_parser/syntax/versions/2.6.2.rb +2/-0
lib/regexp_parser/syntax/versions/2.6.3.rb +2/-0
lib/regexp_parser/syntax/versions/3.1.0.rb +2/-0
lib/regexp_parser/syntax/versions/3.2.0.rb +2/-0
lib/regexp_parser/token.rb +2/-0
lib/regexp_parser/version.rb +3/-1
regexp_parser.gemspec +2/-0
2.11.0->2.11.3:
* Updated
rubocop from: ["~> 1.59"] to: [">= 1.80.2"] |
Contributor
gem compare rubocop-ast 1.46.0 1.49.0Compared versions: ["1.46.0", "1.49.0"]
DIFFERENT date:
1.46.0: 2025-07-16 00:00:00 UTC
1.49.0: 2025-12-28 00:00:00 UTC
DIFFERENT rubygems_version:
1.46.0: 3.5.11
1.49.0: 3.5.22
DIFFERENT version:
1.46.0: 1.46.0
1.49.0: 1.49.0
DIFFERENT files:
1.46.0->1.49.0:
* Changed:
README.md +0/-2
lib/rubocop/ast/node.rb +15/-0
lib/rubocop/ast/node/mixin/method_dispatch_node.rb +1/-1
lib/rubocop/ast/node/mixin/parameterized_node.rb +1/-0
lib/rubocop/ast/node_pattern.rb +1/-0
lib/rubocop/ast/node_pattern/compiler.rb +1/-0
lib/rubocop/ast/node_pattern/lexer.rex +1/-1
lib/rubocop/ast/node_pattern/lexer.rex.rb +1/-1
lib/rubocop/ast/node_pattern/parser.racc.rb +40/-42
lib/rubocop/ast/processed_source.rb +4/-5
lib/rubocop/ast/traversal.rb +1/-0
lib/rubocop/ast/version.rb +1/-1
DIFFERENT extra_rdoc_files:
1.46.0->1.49.0:
* Changed:
README.md +0/-2
DIFFERENT runtime dependencies:
1.46.0->1.49.0:
* Updated:
prism from: ["~> 1.4"] to: ["~> 1.7"] |
Contributor
gem compare --diff rubocop-ast 1.46.0 1.49.0Compared versions: ["1.46.0", "1.49.0"]
DIFFERENT files:
1.46.0->1.49.0:
* Changed:
README.md
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/README.md 2026-02-27 03:35:33.184667830 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/README.md 2026-02-27 03:35:33.214667619 +0000
@@ -5,2 +4,0 @@
-[](https://codeclimate.com/github/rubocop/rubocop-ast/test_coverage)
-[](https://codeclimate.com/github/rubocop/rubocop-ast/maintainability)
lib/rubocop/ast/node.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/node.rb 2026-02-27 03:35:33.187667809 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/node.rb 2026-02-27 03:35:33.215667612 +0000
@@ -110,0 +111,7 @@
+ str: :any_str,
+ dstr: :any_str,
+ xstr: :any_str,
+
+ sym: :any_sym,
+ dsym: :any_sym,
+
@@ -547,0 +555,8 @@
+ end
+
+ def any_str_type?
+ GROUP_FOR_TYPE[type] == :any_str
+ end
+
+ def any_sym_type?
+ GROUP_FOR_TYPE[type] == :any_sym
lib/rubocop/ast/node/mixin/method_dispatch_node.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb 2026-02-27 03:35:33.194667760 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb 2026-02-27 03:35:33.224667548 +0000
@@ -35 +35 @@
- if loc.respond_to? :keyword
+ if loc?(:keyword)
lib/rubocop/ast/node/mixin/parameterized_node.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/node/mixin/parameterized_node.rb 2026-02-27 03:35:33.195667752 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/node/mixin/parameterized_node.rb 2026-02-27 03:35:33.226667534 +0000
@@ -67,0 +68 @@
+
lib/rubocop/ast/node_pattern.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern.rb 2026-02-27 03:35:33.202667703 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern.rb 2026-02-27 03:35:33.231667499 +0000
@@ -52,0 +53 @@
+
lib/rubocop/ast/node_pattern/compiler.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/compiler.rb 2026-02-27 03:35:33.205667682 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/compiler.rb 2026-02-27 03:35:33.231667499 +0000
@@ -12,0 +13 @@
+
lib/rubocop/ast/node_pattern/lexer.rex
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/lexer.rex 2026-02-27 03:35:33.210667647 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/lexer.rex 2026-02-27 03:35:33.234667478 +0000
@@ -24 +24 @@
- /"(.+?)"/ { emit :tSTRING }
+ /"(.*?)"/ { emit :tSTRING }
lib/rubocop/ast/node_pattern/lexer.rex.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/lexer.rex.rb 2026-02-27 03:35:33.210667647 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/lexer.rex.rb 2026-02-27 03:35:33.234667478 +0000
@@ -125 +125 @@
- when ss.skip(/"(.+?)"/) then
+ when ss.skip(/"(.*?)"/) then
lib/rubocop/ast/node_pattern/parser.racc.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/parser.racc.rb 2026-02-27 03:35:33.210667647 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/parser.racc.rb 2026-02-27 03:35:33.235667471 +0000
@@ -4,2 +4,2 @@
-# This file is automatically generated by Racc 1.8.1
-# from Racc grammar file "parser.y".
+# This file is automatically generated by Racc 1.5.0
+# from Racc grammar file "".
@@ -17,2 +17,2 @@
- 60, 22, 20, 4, 24, 5, 40, 6, 7, 8,
- 28, 23, 56, 50, 40, 61, 43, 66, 51, 51,
+ 60, 22, 20, 4, 40, 5, 43, 6, 7, 8,
+ 28, 23, 56, 50, 66, 61, 24, 51, 51, 40,
@@ -25 +25 @@
- 20, 4, nil, 5, nil, 6, 7, 8, 28, 23,
+ 20, 4, nil, 5, nil, 6, 7, 8, 9, 23,
@@ -36 +36 @@
- 20, 4, nil, 5, nil, 6, 7, 8, 9, 23,
+ 20, 4, nil, 5, nil, 6, 7, 8, 28, 23,
@@ -50,2 +50,2 @@
- 9, 23, -1, -1, -1, -2, -2, -2, 47, 48,
- 49 ]
+ 9, 23, 47, 48, 49, -1, -1, -1, -2, -2,
+ -2 ]
@@ -55,2 +55,2 @@
- 54, 42, 42, 42, 1, 42, 10, 42, 42, 42,
- 42, 42, 42, 30, 11, 54, 24, 62, 30, 63,
+ 54, 42, 42, 42, 11, 42, 24, 42, 42, 42,
+ 42, 42, 42, 30, 62, 54, 1, 63, 30, 10,
@@ -59 +59,12 @@
- 59, 59, 59, nil, nil, 59, 0, 0, 0, 0,
+ 59, 59, 59, nil, nil, 59, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, nil, 5, 5, 5,
+ nil, 5, nil, 5, 5, 5, 5, 5, 6, 6,
+ 6, 6, 6, 6, 6, 6, 6, 6, nil, 6,
+ 6, 6, nil, 6, nil, 6, 6, 6, 6, 6,
+ 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
+ nil, 7, 7, 7, nil, 7, nil, 7, 7, 7,
+ 7, 7, 8, 8, 8, 8, 8, 8, 8, 8,
+ 8, 8, nil, 8, 8, 8, nil, 8, nil, 8,
+ 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 9, nil, 9, 9, 9, nil, 9,
+ nil, 9, 9, 9, 9, 9, 0, 0, 0, 0,
@@ -64,11 +74,0 @@
- 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
- nil, 5, 5, 5, nil, 5, nil, 5, 5, 5,
- 5, 5, 6, 6, 6, 6, 6, 6, 6, 6,
- 6, 6, nil, 6, 6, 6, nil, 6, nil, 6,
- 6, 6, 6, 6, 7, 7, 7, 7, 7, 7,
- 7, 7, 7, 7, nil, 7, 7, 7, nil, 7,
- nil, 7, 7, 7, 7, 7, 8, 8, 8, 8,
- 8, 8, 8, 8, 8, 8, nil, 8, 8, 8,
- nil, 8, nil, 8, 8, 8, 8, 8, 9, 9,
- 9, 9, 9, 9, 9, 9, 9, 9, nil, 9,
- 9, 9, nil, 9, nil, 9, 9, 9, 9, 9,
@@ -88,2 +88,2 @@
- 61, 61, 25, 25, 25, 26, 26, 26, 29, 29,
- 29 ]
+ 61, 61, 29, 29, 29, 25, 25, 25, 26, 26,
+ 26 ]
@@ -92,3 +92,3 @@
- 54, 14, nil, nil, 76, 98, 120, 142, 164, 186,
- 4, 12, nil, nil, nil, nil, nil, nil, nil, nil,
- nil, nil, nil, nil, 26, 315, 318, 208, 230, 321,
+ 164, 26, nil, nil, 186, 54, 76, 98, 120, 142,
+ 17, 2, nil, nil, nil, nil, nil, nil, nil, nil,
+ nil, nil, nil, nil, 16, 318, 321, 208, 230, 315,
@@ -98 +98 @@
- nil, 318, 1, -1, nil, nil, nil ]
+ nil, 318, -2, -3, nil, nil, nil ]
@@ -110,5 +110,5 @@
- 1, 33, 27, 25, 26, 34, 35, 36, 37, 38,
- 42, 32, 39, 41, 46, 63, 62, 64, 54, nil,
- nil, nil, nil, nil, nil, nil, 25, 26, 38, nil,
- nil, nil, nil, 53, 45, nil, nil, nil, nil, nil,
- 55, 25, 26, nil, nil, nil, 59, nil, nil, 57,
+ 1, 33, 64, 32, 25, 34, 35, 36, 37, 38,
+ 54, 26, 39, 41, 27, 42, 46, 63, 62, nil,
+ nil, nil, nil, nil, nil, nil, 45, 25, 38, nil,
+ nil, nil, nil, 53, 26, nil, nil, nil, nil, nil,
+ 55, 57, 25, nil, nil, nil, 59, nil, nil, 26,
@@ -119,5 +119,5 @@
- 1, 5, 4, 2, 3, 1, 1, 1, 1, 1,
- 8, 9, 6, 6, 10, 11, 12, 13, 14, nil,
- nil, nil, nil, nil, nil, nil, 2, 3, 1, nil,
- nil, nil, nil, 1, 9, nil, nil, nil, nil, nil,
- 1, 2, 3, nil, nil, nil, 5, nil, nil, 9,
+ 1, 5, 13, 9, 2, 1, 1, 1, 1, 1,
+ 14, 3, 6, 6, 4, 8, 10, 11, 12, nil,
+ nil, nil, nil, nil, nil, nil, 9, 2, 1, nil,
+ nil, nil, nil, 1, 3, nil, nil, nil, nil, nil,
+ 1, 9, 2, nil, nil, nil, 5, nil, nil, 3,
@@ -128,2 +128,2 @@
- nil, 0, -1, 0, -2, -4, 2, nil, -13, 7,
- -15, -44, -43, -42, -22 ]
+ nil, 0, 0, 7, 10, -4, 2, nil, -8, -1,
+ -13, -42, -41, -57, -30 ]
@@ -242 +241,0 @@
-Ractor.make_shareable(Racc_arg) if defined?(Ractor)
@@ -293 +291,0 @@
-Ractor.make_shareable(Racc_token_to_s_table) if defined?(Ractor)
lib/rubocop/ast/processed_source.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/processed_source.rb 2026-02-27 03:35:33.212667633 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/processed_source.rb 2026-02-27 03:35:33.235667471 +0000
@@ -313 +312,0 @@
- require 'prism/translation/parser33'
@@ -316 +314,0 @@
- require 'prism/translation/parser34'
@@ -318,3 +316,4 @@
- when 3.5
- require 'prism/translation/parser35'
- Prism::Translation::Parser35
+ when 3.5, 4.0
+ Prism::Translation::Parser40
+ when 4.1
+ Prism::Translation::Parser41
lib/rubocop/ast/traversal.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/traversal.rb 2026-02-27 03:35:33.212667633 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/traversal.rb 2026-02-27 03:35:33.236667464 +0000
@@ -81,0 +82 @@
+
lib/rubocop/ast/version.rb
--- /tmp/d20260227-11273-imvbuw/rubocop-ast-1.46.0/lib/rubocop/ast/version.rb 2026-02-27 03:35:33.213667626 +0000
+++ /tmp/d20260227-11273-imvbuw/rubocop-ast-1.49.0/lib/rubocop/ast/version.rb 2026-02-27 03:35:33.237667457 +0000
@@ -6 +6 @@
- STRING = '1.46.0'
+ STRING = '1.49.0' |
Contributor
|
Contributor
gem compare unicode-display_width 3.1.4 3.2.0Compared versions: ["3.1.4", "3.2.0"]
DIFFERENT date:
3.1.4: 2025-01-13 00:00:00 UTC
3.2.0: 2025-09-09 00:00:00 UTC
DIFFERENT description:
3.1.4: [Unicode 16.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, Emoji specification, and other data.
3.2.0: [Unicode 17.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, Emoji specification, and other data.
DIFFERENT version:
3.1.4: 3.1.4
3.2.0: 3.2.0
DIFFERENT files:
3.1.4->3.2.0:
* Changed:
CHANGELOG.md +8/-0
README.md +5/-5
lib/unicode/display_width/constants.rb +2/-2
lib/unicode/display_width/emoji_support.rb +5/-2
DIFFERENT extra_rdoc_files:
3.1.4->3.2.0:
* Changed:
README.md +5/-5
CHANGELOG.md +8/-0
DIFFERENT runtime dependencies:
3.1.4->3.2.0:
* Updated:
unicode-emoji from: ["~> 4.0", ">= 4.0.4"] to: ["~> 4.1"] |
Contributor
gem compare --diff rubocop-ast 1.46.0 1.49.0Compared versions: ["1.46.0", "1.49.0"]
DIFFERENT files:
1.46.0->1.49.0:
* Changed:
README.md
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/README.md 2026-02-27 03:35:46.911691850 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/README.md 2026-02-27 03:35:46.933691874 +0000
@@ -5,2 +4,0 @@
-[](https://codeclimate.com/github/rubocop/rubocop-ast/test_coverage)
-[](https://codeclimate.com/github/rubocop/rubocop-ast/maintainability)
lib/rubocop/ast/node.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/node.rb 2026-02-27 03:35:46.913691852 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/node.rb 2026-02-27 03:35:46.935691877 +0000
@@ -110,0 +111,7 @@
+ str: :any_str,
+ dstr: :any_str,
+ xstr: :any_str,
+
+ sym: :any_sym,
+ dsym: :any_sym,
+
@@ -547,0 +555,8 @@
+ end
+
+ def any_str_type?
+ GROUP_FOR_TYPE[type] == :any_str
+ end
+
+ def any_sym_type?
+ GROUP_FOR_TYPE[type] == :any_sym
lib/rubocop/ast/node/mixin/method_dispatch_node.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb 2026-02-27 03:35:46.921691861 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb 2026-02-27 03:35:46.942691885 +0000
@@ -35 +35 @@
- if loc.respond_to? :keyword
+ if loc?(:keyword)
lib/rubocop/ast/node/mixin/parameterized_node.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/node/mixin/parameterized_node.rb 2026-02-27 03:35:46.922691862 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/node/mixin/parameterized_node.rb 2026-02-27 03:35:46.943691886 +0000
@@ -67,0 +68 @@
+
lib/rubocop/ast/node_pattern.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern.rb 2026-02-27 03:35:46.926691867 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern.rb 2026-02-27 03:35:46.947691890 +0000
@@ -52,0 +53 @@
+
lib/rubocop/ast/node_pattern/compiler.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/compiler.rb 2026-02-27 03:35:46.927691868 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/compiler.rb 2026-02-27 03:35:46.948691892 +0000
@@ -12,0 +13 @@
+
lib/rubocop/ast/node_pattern/lexer.rex
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/lexer.rex 2026-02-27 03:35:46.929691870 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/lexer.rex 2026-02-27 03:35:46.950691894 +0000
@@ -24 +24 @@
- /"(.+?)"/ { emit :tSTRING }
+ /"(.*?)"/ { emit :tSTRING }
lib/rubocop/ast/node_pattern/lexer.rex.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/lexer.rex.rb 2026-02-27 03:35:46.929691870 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/lexer.rex.rb 2026-02-27 03:35:46.950691894 +0000
@@ -125 +125 @@
- when ss.skip(/"(.+?)"/) then
+ when ss.skip(/"(.*?)"/) then
lib/rubocop/ast/node_pattern/parser.racc.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/parser.racc.rb 2026-02-27 03:35:46.930691871 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/parser.racc.rb 2026-02-27 03:35:46.951691895 +0000
@@ -4,2 +4,2 @@
-# This file is automatically generated by Racc 1.8.1
-# from Racc grammar file "parser.y".
+# This file is automatically generated by Racc 1.5.0
+# from Racc grammar file "".
@@ -17,2 +17,2 @@
- 60, 22, 20, 4, 24, 5, 40, 6, 7, 8,
- 28, 23, 56, 50, 40, 61, 43, 66, 51, 51,
+ 60, 22, 20, 4, 40, 5, 43, 6, 7, 8,
+ 28, 23, 56, 50, 66, 61, 24, 51, 51, 40,
@@ -25 +25 @@
- 20, 4, nil, 5, nil, 6, 7, 8, 28, 23,
+ 20, 4, nil, 5, nil, 6, 7, 8, 9, 23,
@@ -36 +36 @@
- 20, 4, nil, 5, nil, 6, 7, 8, 9, 23,
+ 20, 4, nil, 5, nil, 6, 7, 8, 28, 23,
@@ -50,2 +50,2 @@
- 9, 23, -1, -1, -1, -2, -2, -2, 47, 48,
- 49 ]
+ 9, 23, 47, 48, 49, -1, -1, -1, -2, -2,
+ -2 ]
@@ -55,2 +55,2 @@
- 54, 42, 42, 42, 1, 42, 10, 42, 42, 42,
- 42, 42, 42, 30, 11, 54, 24, 62, 30, 63,
+ 54, 42, 42, 42, 11, 42, 24, 42, 42, 42,
+ 42, 42, 42, 30, 62, 54, 1, 63, 30, 10,
@@ -59 +59,12 @@
- 59, 59, 59, nil, nil, 59, 0, 0, 0, 0,
+ 59, 59, 59, nil, nil, 59, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, nil, 5, 5, 5,
+ nil, 5, nil, 5, 5, 5, 5, 5, 6, 6,
+ 6, 6, 6, 6, 6, 6, 6, 6, nil, 6,
+ 6, 6, nil, 6, nil, 6, 6, 6, 6, 6,
+ 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
+ nil, 7, 7, 7, nil, 7, nil, 7, 7, 7,
+ 7, 7, 8, 8, 8, 8, 8, 8, 8, 8,
+ 8, 8, nil, 8, 8, 8, nil, 8, nil, 8,
+ 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 9, nil, 9, 9, 9, nil, 9,
+ nil, 9, 9, 9, 9, 9, 0, 0, 0, 0,
@@ -64,11 +74,0 @@
- 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
- nil, 5, 5, 5, nil, 5, nil, 5, 5, 5,
- 5, 5, 6, 6, 6, 6, 6, 6, 6, 6,
- 6, 6, nil, 6, 6, 6, nil, 6, nil, 6,
- 6, 6, 6, 6, 7, 7, 7, 7, 7, 7,
- 7, 7, 7, 7, nil, 7, 7, 7, nil, 7,
- nil, 7, 7, 7, 7, 7, 8, 8, 8, 8,
- 8, 8, 8, 8, 8, 8, nil, 8, 8, 8,
- nil, 8, nil, 8, 8, 8, 8, 8, 9, 9,
- 9, 9, 9, 9, 9, 9, 9, 9, nil, 9,
- 9, 9, nil, 9, nil, 9, 9, 9, 9, 9,
@@ -88,2 +88,2 @@
- 61, 61, 25, 25, 25, 26, 26, 26, 29, 29,
- 29 ]
+ 61, 61, 29, 29, 29, 25, 25, 25, 26, 26,
+ 26 ]
@@ -92,3 +92,3 @@
- 54, 14, nil, nil, 76, 98, 120, 142, 164, 186,
- 4, 12, nil, nil, nil, nil, nil, nil, nil, nil,
- nil, nil, nil, nil, 26, 315, 318, 208, 230, 321,
+ 164, 26, nil, nil, 186, 54, 76, 98, 120, 142,
+ 17, 2, nil, nil, nil, nil, nil, nil, nil, nil,
+ nil, nil, nil, nil, 16, 318, 321, 208, 230, 315,
@@ -98 +98 @@
- nil, 318, 1, -1, nil, nil, nil ]
+ nil, 318, -2, -3, nil, nil, nil ]
@@ -110,5 +110,5 @@
- 1, 33, 27, 25, 26, 34, 35, 36, 37, 38,
- 42, 32, 39, 41, 46, 63, 62, 64, 54, nil,
- nil, nil, nil, nil, nil, nil, 25, 26, 38, nil,
- nil, nil, nil, 53, 45, nil, nil, nil, nil, nil,
- 55, 25, 26, nil, nil, nil, 59, nil, nil, 57,
+ 1, 33, 64, 32, 25, 34, 35, 36, 37, 38,
+ 54, 26, 39, 41, 27, 42, 46, 63, 62, nil,
+ nil, nil, nil, nil, nil, nil, 45, 25, 38, nil,
+ nil, nil, nil, 53, 26, nil, nil, nil, nil, nil,
+ 55, 57, 25, nil, nil, nil, 59, nil, nil, 26,
@@ -119,5 +119,5 @@
- 1, 5, 4, 2, 3, 1, 1, 1, 1, 1,
- 8, 9, 6, 6, 10, 11, 12, 13, 14, nil,
- nil, nil, nil, nil, nil, nil, 2, 3, 1, nil,
- nil, nil, nil, 1, 9, nil, nil, nil, nil, nil,
- 1, 2, 3, nil, nil, nil, 5, nil, nil, 9,
+ 1, 5, 13, 9, 2, 1, 1, 1, 1, 1,
+ 14, 3, 6, 6, 4, 8, 10, 11, 12, nil,
+ nil, nil, nil, nil, nil, nil, 9, 2, 1, nil,
+ nil, nil, nil, 1, 3, nil, nil, nil, nil, nil,
+ 1, 9, 2, nil, nil, nil, 5, nil, nil, 3,
@@ -128,2 +128,2 @@
- nil, 0, -1, 0, -2, -4, 2, nil, -13, 7,
- -15, -44, -43, -42, -22 ]
+ nil, 0, 0, 7, 10, -4, 2, nil, -8, -1,
+ -13, -42, -41, -57, -30 ]
@@ -242 +241,0 @@
-Ractor.make_shareable(Racc_arg) if defined?(Ractor)
@@ -293 +291,0 @@
-Ractor.make_shareable(Racc_token_to_s_table) if defined?(Ractor)
lib/rubocop/ast/processed_source.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/processed_source.rb 2026-02-27 03:35:46.931691872 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/processed_source.rb 2026-02-27 03:35:46.952691896 +0000
@@ -313 +312,0 @@
- require 'prism/translation/parser33'
@@ -316 +314,0 @@
- require 'prism/translation/parser34'
@@ -318,3 +316,4 @@
- when 3.5
- require 'prism/translation/parser35'
- Prism::Translation::Parser35
+ when 3.5, 4.0
+ Prism::Translation::Parser40
+ when 4.1
+ Prism::Translation::Parser41
lib/rubocop/ast/traversal.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/traversal.rb 2026-02-27 03:35:46.932691873 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/traversal.rb 2026-02-27 03:35:46.952691896 +0000
@@ -81,0 +82 @@
+
lib/rubocop/ast/version.rb
--- /tmp/d20260227-11255-ti9grj/rubocop-ast-1.46.0/lib/rubocop/ast/version.rb 2026-02-27 03:35:46.932691873 +0000
+++ /tmp/d20260227-11255-ti9grj/rubocop-ast-1.49.0/lib/rubocop/ast/version.rb 2026-02-27 03:35:46.953691897 +0000
@@ -6 +6 @@
- STRING = '1.46.0'
+ STRING = '1.49.0' |
Contributor
gem compare --diff unicode-display_width 3.1.4 3.2.0Compared versions: ["3.1.4", "3.2.0"]
DIFFERENT files:
3.1.4->3.2.0:
* Changed:
CHANGELOG.md
--- /tmp/d20260227-11799-7wizc0/unicode-display_width-3.1.4/CHANGELOG.md 2026-02-27 03:35:58.647486822 +0000
+++ /tmp/d20260227-11799-7wizc0/unicode-display_width-3.2.0/CHANGELOG.md 2026-02-27 03:35:58.649486808 +0000
@@ -2,0 +3,8 @@
+## 3.2.0
+
+- Unicode 17.0
+
+## 3.1.5
+
+- Cache Emoji support level for performance reasons #30, patch by @Earlopain:
+
README.md
--- /tmp/d20260227-11799-7wizc0/unicode-display_width-3.1.4/README.md 2026-02-27 03:35:58.648486815 +0000
+++ /tmp/d20260227-11799-7wizc0/unicode-display_width-3.2.0/README.md 2026-02-27 03:35:58.650486801 +0000
@@ -3 +3 @@
-Determines the monospace display width of a string in Ruby, which is useful for all kinds of terminal-based applications. The implementation is based on [EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt), the [Emoji specfication](https://www.unicode.org/reports/tr51/) and other data, 100% in Ruby. It does not rely on the OS vendor ([wcwidth()](https://github.com/janlelis/wcswidth-ruby)) to provide an up-to-date method for measuring string width in terminals.
+Determines the monospace display width of a string in Ruby, which is useful for all kinds of terminal-based applications. The implementation is based on [EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt), the [Emoji specfication](https://www.unicode.org/reports/tr51/) and other data, 100% in Ruby. It does not rely on the OS vendor ([wcwidth](https://github.com/janlelis/wcswidth-ruby)) to provide an up-to-date method for measuring string width in terminals.
@@ -5 +5 @@
-Unicode version: **16.0.0** (September 2024)
+Unicode version: **17.0.0** (September 2025)
@@ -111,2 +111,2 @@
-Single Emoji character with Skin Tone Modifier | 2
-Skin Tone Modifier used in isolation or with invalid base | 2 if Emoji mode is configured to `:rgi` / `:rgi_at`
+Single Emoji character with Skin Tone Modifier | 2 unless Emoji mode is `:none` or `vs16`
+Skin Tone Modifier used in isolation or with invalid base | 2 if Emoji mode is `:rgi` / `:rgi_at`
@@ -191 +191 @@
-- Copyright (c) 2011, 2015-2024 Jan Lelis, https://janlelis.com, released under the MIT
+- Copyright (c) 2011, 2015-2025 Jan Lelis, https://janlelis.com, released under the MIT
data/display_width.marshal.gz
Binary files /tmp/d20260227-11799-7wizc0/unicode-display_width-3.1.4/data/display_width.marshal.gz and /tmp/d20260227-11799-7wizc0/unicode-display_width-3.2.0/data/display_width.marshal.gz differ
lib/unicode/display_width/constants.rb
--- /tmp/d20260227-11799-7wizc0/unicode-display_width-3.1.4/lib/unicode/display_width/constants.rb 2026-02-27 03:35:58.648486815 +0000
+++ /tmp/d20260227-11799-7wizc0/unicode-display_width-3.2.0/lib/unicode/display_width/constants.rb 2026-02-27 03:35:58.650486801 +0000
@@ -5,2 +5,2 @@
- VERSION = "3.1.4"
- UNICODE_VERSION = "16.0.0"
+ VERSION = "3.2.0"
+ UNICODE_VERSION = "17.0.0"
lib/unicode/display_width/emoji_support.rb
--- /tmp/d20260227-11799-7wizc0/unicode-display_width-3.1.4/lib/unicode/display_width/emoji_support.rb 2026-02-27 03:35:58.648486815 +0000
+++ /tmp/d20260227-11799-7wizc0/unicode-display_width-3.2.0/lib/unicode/display_width/emoji_support.rb 2026-02-27 03:35:58.650486801 +0000
@@ -1,2 +1 @@
-# require "rbconfig"
-# RbConfig::CONFIG["host_os"] =~ /mswin|mingw/ # windows
+# frozen_string_literal: true
@@ -15,0 +15,4 @@
+ @recommended ||= _recommended
+ end
+
+ def self._recommended |
Contributor
gem compare unicode-display_width 3.1.4 3.2.0Compared versions: ["3.1.4", "3.2.0"]
DIFFERENT date:
3.1.4: 2025-01-13 00:00:00 UTC
3.2.0: 2025-09-09 00:00:00 UTC
DIFFERENT description:
3.1.4: [Unicode 16.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, Emoji specification, and other data.
3.2.0: [Unicode 17.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, Emoji specification, and other data.
DIFFERENT version:
3.1.4: 3.1.4
3.2.0: 3.2.0
DIFFERENT files:
3.1.4->3.2.0:
* Changed:
CHANGELOG.md +8/-0
README.md +5/-5
lib/unicode/display_width/constants.rb +2/-2
lib/unicode/display_width/emoji_support.rb +5/-2
DIFFERENT extra_rdoc_files:
3.1.4->3.2.0:
* Changed:
README.md +5/-5
CHANGELOG.md +8/-0
DIFFERENT runtime dependencies:
3.1.4->3.2.0:
* Updated:
unicode-emoji from: ["~> 4.0", ">= 4.0.4"] to: ["~> 4.1"] |
Contributor
gem compare rubocop 1.79.2 1.85.0Compared versions: ["1.79.2", "1.85.0"]
DIFFERENT date:
1.79.2: 2025-08-05 00:00:00 UTC
1.85.0: 1980-01-02 00:00:00 UTC
DIFFERENT metadata:
1.79.2: {"homepage_uri" => "https://rubocop.org/", "changelog_uri" => "https://github.com/rubocop/rubocop/releases/tag/v1.79.2", "source_code_uri" => "https://github.com/rubocop/rubocop/", "documentation_uri" => "https://docs.rubocop.org/rubocop/1.79/", "bug_tracker_uri" => "https://github.com/rubocop/rubocop/issues", "rubygems_mfa_required" => "true"}
1.85.0: {"homepage_uri" => "https://rubocop.org/", "changelog_uri" => "https://github.com/rubocop/rubocop/releases/tag/v1.85.0", "source_code_uri" => "https://github.com/rubocop/rubocop/", "documentation_uri" => "https://docs.rubocop.org/rubocop/1.85/", "bug_tracker_uri" => "https://github.com/rubocop/rubocop/issues", "rubygems_mfa_required" => "true"}
DIFFERENT rubygems_version:
1.79.2: 3.6.2
1.85.0: 3.6.9
DIFFERENT version:
1.79.2: 1.79.2
1.85.0: 1.85.0
DIFFERENT files:
1.79.2->1.85.0:
* Added:
lib/rubocop/cli/command/mcp.rb +19/-0
lib/rubocop/cop/internal_affairs/itblock_handler.rb +69/-0
lib/rubocop/cop/lint/data_define_override.rb +63/-0
lib/rubocop/cop/lint/unreachable_pattern_branch.rb +113/-0
lib/rubocop/cop/mixin/hash_transform_method/autocorrection.rb +63/-0
lib/rubocop/cop/style/array_intersect_with_single_element.rb +47/-0
lib/rubocop/cop/style/empty_class_definition.rb +97/-0
lib/rubocop/cop/style/file_open.rb +63/-0
lib/rubocop/cop/style/hash_lookup_method.rb +94/-0
lib/rubocop/cop/style/map_join.rb +123/-0
lib/rubocop/cop/style/module_member_existence_check.rb +117/-0
lib/rubocop/cop/style/negative_array_index.rb +220/-0
lib/rubocop/cop/style/one_class_per_file.rb +95/-0
lib/rubocop/cop/style/partition_instead_of_double_select.rb +270/-0
lib/rubocop/cop/style/predicate_with_kind.rb +84/-0
lib/rubocop/cop/style/reduce_to_hash.rb +169/-0
lib/rubocop/cop/style/redundant_min_max_by.rb +93/-0
lib/rubocop/cop/style/redundant_struct_keyword_init.rb +104/-0
lib/rubocop/cop/style/reverse_find.rb +51/-0
lib/rubocop/cop/style/select_by_kind.rb +158/-0
lib/rubocop/cop/style/select_by_range.rb +197/-0
lib/rubocop/cop/style/tally_method.rb +181/-0
lib/rubocop/lsp/disable_comment_edits.rb +135/-0
lib/rubocop/mcp/server.rb +174/-0
* Changed:
LICENSE.txt +1/-1
README.md +2/-2
config/default.yml +163/-9
config/obsoletion.yml +9/-0
exe/rubocop +1/-8
lib/rubocop.rb +20/-0
lib/rubocop/cache_config.rb +29/-0
lib/rubocop/cli.rb +32/-5
lib/rubocop/cli/command/auto_generate_config.rb +2/-2
lib/rubocop/cli/command/lsp.rb +1/-1
lib/rubocop/comment_config.rb +62/-17
lib/rubocop/config_loader.rb +20/-21
lib/rubocop/config_loader_resolver.rb +7/-6
lib/rubocop/config_obsoletion/extracted_cop.rb +4/-2
lib/rubocop/config_store.rb +5/-0
lib/rubocop/cop/autocorrect_logic.rb +8/-4
lib/rubocop/cop/bundler/gem_version.rb +28/-28
lib/rubocop/cop/bundler/ordered_gems.rb +1/-2
lib/rubocop/cop/correctors/alignment_corrector.rb +26/-7
lib/rubocop/cop/correctors/condition_corrector.rb +1/-1
lib/rubocop/cop/correctors/for_to_each_corrector.rb +7/-2
lib/rubocop/cop/correctors/percent_literal_corrector.rb +2/-2
lib/rubocop/cop/gemspec/ordered_dependencies.rb +1/-2
lib/rubocop/cop/gemspec/require_mfa.rb +1/-1
lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +10/-5
lib/rubocop/cop/internal_affairs.rb +1/-0
lib/rubocop/cop/internal_affairs/example_heredoc_delimiter.rb +8/-8
lib/rubocop/cop/internal_affairs/location_exists.rb +28/-2
lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +9/-9
lib/rubocop/cop/internal_affairs/node_pattern_groups.rb +3/-1
lib/rubocop/cop/internal_affairs/node_pattern_groups/ast_processor.rb +1/-1
lib/rubocop/cop/internal_affairs/on_send_without_on_csend.rb +1/-1
lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +4/-4
lib/rubocop/cop/layout/argument_alignment.rb +1/-1
lib/rubocop/cop/layout/array_alignment.rb +1/-1
lib/rubocop/cop/layout/case_indentation.rb +3/-1
lib/rubocop/cop/layout/class_structure.rb +13/-6
lib/rubocop/cop/layout/dot_position.rb +1/-1
lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +3/-0
lib/rubocop/cop/layout/empty_line_between_defs.rb +30/-12
lib/rubocop/cop/layout/empty_lines_after_module_inclusion.rb +2/-2
lib/rubocop/cop/layout/empty_lines_around_block_body.rb +12/-2
lib/rubocop/cop/layout/empty_lines_around_class_body.rb +16/-2
lib/rubocop/cop/layout/empty_lines_around_module_body.rb +16/-2
lib/rubocop/cop/layout/end_alignment.rb +4/-0
lib/rubocop/cop/layout/first_argument_indentation.rb +34/-1
lib/rubocop/cop/layout/first_array_element_line_break.rb +26/-0
lib/rubocop/cop/layout/first_hash_element_indentation.rb +7/-1
lib/rubocop/cop/layout/first_hash_element_line_break.rb +28/-28
lib/rubocop/cop/layout/hash_alignment.rb +3/-6
lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +2/-2
lib/rubocop/cop/layout/heredoc_indentation.rb +33/-3
lib/rubocop/cop/layout/indentation_style.rb +1/-1
lib/rubocop/cop/layout/indentation_width.rb +111/-7
lib/rubocop/cop/layout/line_continuation_spacing.rb +1/-1
lib/rubocop/cop/layout/line_length.rb +22/-7
lib/rubocop/cop/layout/multiline_array_brace_layout.rb +57/-57
lib/rubocop/cop/layout/multiline_assignment_layout.rb +9/-2
lib/rubocop/cop/layout/multiline_block_layout.rb +2/-0
lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +56/-56
lib/rubocop/cop/layout/multiline_method_call_indentation.rb +179/-39
lib/rubocop/cop/layout/multiline_operation_indentation.rb +8/-4
lib/rubocop/cop/layout/parameter_alignment.rb +1/-1
lib/rubocop/cop/layout/redundant_line_break.rb +1/-1
lib/rubocop/cop/layout/rescue_ensure_alignment.rb +13/-3
lib/rubocop/cop/layout/space_after_comma.rb +2/-10
lib/rubocop/cop/layout/space_after_semicolon.rb +1/-1
lib/rubocop/cop/layout/space_around_block_parameters.rb +1/-1
lib/rubocop/cop/layout/space_around_keyword.rb +2/-2
lib/rubocop/cop/layout/space_in_lambda_literal.rb +8/-8
lib/rubocop/cop/layout/trailing_whitespace.rb +1/-1
lib/rubocop/cop/lint/circular_argument_reference.rb +47/-3
lib/rubocop/cop/lint/constant_overwritten_in_rescue.rb +3/-2
lib/rubocop/cop/lint/constant_resolution.rb +1/-1
lib/rubocop/cop/lint/cop_directive_syntax.rb +14/-8
lib/rubocop/cop/lint/debugger.rb +0/-2
lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +4/-1
lib/rubocop/cop/lint/duplicate_match_pattern.rb +4/-4
lib/rubocop/cop/lint/duplicate_methods.rb +57/-5
lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +5/-42
lib/rubocop/cop/lint/else_layout.rb +19/-0
lib/rubocop/cop/lint/empty_block.rb +1/-1
lib/rubocop/cop/lint/empty_interpolation.rb +11/-0
lib/rubocop/cop/lint/float_comparison.rb +1/-1
lib/rubocop/cop/lint/interpolation_check.rb +7/-2
lib/rubocop/cop/lint/literal_as_condition.rb +5/-1
lib/rubocop/cop/lint/literal_in_interpolation.rb +1/-1
lib/rubocop/cop/lint/missing_cop_enable_directive.rb +17/-8
lib/rubocop/cop/lint/next_without_accumulator.rb +2/-0
lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +4/-0
lib/rubocop/cop/lint/non_deterministic_require_order.rb +3/-1
lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +23/-9
lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +0/-9
lib/rubocop/cop/lint/redundant_require_statement.rb +4/-2
lib/rubocop/cop/lint/redundant_safe_navigation.rb +7/-6
lib/rubocop/cop/lint/redundant_splat_expansion.rb +8/-2
lib/rubocop/cop/lint/rescue_exception.rb +1/-4
lib/rubocop/cop/lint/safe_navigation_consistency.rb +7/-1
lib/rubocop/cop/lint/self_assignment.rb +15/-6
lib/rubocop/cop/lint/shadowed_argument.rb +7/-7
lib/rubocop/cop/lint/struct_new_override.rb +17/-1
lib/rubocop/cop/lint/to_json.rb +12/-16
lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +1/-0
lib/rubocop/cop/lint/unreachable_code.rb +5/-3
lib/rubocop/cop/lint/uri_escape_unescape.rb +2/-0
lib/rubocop/cop/lint/useless_assignment.rb +45/-17
lib/rubocop/cop/lint/useless_or.rb +15/-2
lib/rubocop/cop/lint/utils/nil_receiver_checker.rb +2/-2
lib/rubocop/cop/lint/void.rb +39/-12
lib/rubocop/cop/message_annotator.rb +1/-1
lib/rubocop/cop/metrics/block_nesting.rb +23/-0
lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +4/-3
lib/rubocop/cop/migration/department_name.rb +12/-1
lib/rubocop/cop/mixin/check_line_breakable.rb +2/-2
lib/rubocop/cop/mixin/check_single_line_suitability.rb +3/-5
lib/rubocop/cop/mixin/code_length.rb +1/-1
lib/rubocop/cop/mixin/end_keyword_alignment.rb +1/-7
lib/rubocop/cop/mixin/hash_shorthand_syntax.rb +5/-5
lib/rubocop/cop/mixin/hash_transform_method.rb +10/-60
lib/rubocop/cop/mixin/line_length_help.rb +21/-2
lib/rubocop/cop/mixin/method_complexity.rb +1/-1
lib/rubocop/cop/mixin/multiline_expression_indentation.rb +1/-1
lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +1/-1
lib/rubocop/cop/mixin/space_after_punctuation.rb +5/-4
lib/rubocop/cop/mixin/statement_modifier.rb +0/-6
lib/rubocop/cop/mixin/trailing_comma.rb +8/-5
lib/rubocop/cop/naming/block_parameter_name.rb +1/-1
lib/rubocop/cop/naming/method_name.rb +5/-3
lib/rubocop/cop/naming/predicate_method.rb +30/-6
lib/rubocop/cop/naming/predicate_prefix.rb +10/-10
lib/rubocop/cop/offense.rb +9/-1
lib/rubocop/cop/security/eval.rb +15/-2
lib/rubocop/cop/security/json_load.rb +33/-11
lib/rubocop/cop/style/access_modifier_declarations.rb +1/-2
lib/rubocop/cop/style/accessor_grouping.rb +4/-2
lib/rubocop/cop/style/alias.rb +4/-1
lib/rubocop/cop/style/array_intersect.rb +46/-12
lib/rubocop/cop/style/array_join.rb +4/-2
lib/rubocop/cop/style/ascii_comments.rb +5/-2
lib/rubocop/cop/style/attr.rb +5/-2
lib/rubocop/cop/style/bare_percent_literals.rb +4/-3
lib/rubocop/cop/style/begin_block.rb +3/-1
lib/rubocop/cop/style/bitwise_predicate.rb +8/-1
lib/rubocop/cop/style/block_delimiters.rb +4/-3
lib/rubocop/cop/style/case_equality.rb +15/-13
lib/rubocop/cop/style/class_and_module_children.rb +11/-2
lib/rubocop/cop/style/colon_method_call.rb +3/-1
lib/rubocop/cop/style/conditional_assignment.rb +8/-14
lib/rubocop/cop/style/constant_visibility.rb +17/-12
lib/rubocop/cop/style/copyright.rb +1/-1
lib/rubocop/cop/style/documentation.rb +6/-6
lib/rubocop/cop/style/documentation_method.rb +7/-7
lib/rubocop/cop/style/double_negation.rb +1/-1
lib/rubocop/cop/style/each_for_simple_loop.rb +1/-1
lib/rubocop/cop/style/each_with_object.rb +2/-0
lib/rubocop/cop/style/empty_block_parameter.rb +1/-1
lib/rubocop/cop/style/empty_lambda_parameter.rb +1/-1
lib/rubocop/cop/style/empty_method.rb +0/-6
lib/rubocop/cop/style/encoding.rb +7/-1
lib/rubocop/cop/style/end_block.rb +3/-1
lib/rubocop/cop/style/endless_method.rb +23/-5
lib/rubocop/cop/style/explicit_block_argument.rb +1/-1
lib/rubocop/cop/style/float_division.rb +15/-1
lib/rubocop/cop/style/for.rb +3/-0
lib/rubocop/cop/style/format_string_token.rb +49/-5
lib/rubocop/cop/style/global_vars.rb +4/-1
lib/rubocop/cop/style/guard_clause.rb +24/-22
lib/rubocop/cop/style/hash_as_last_array_item.rb +27/-9
lib/rubocop/cop/style/hash_syntax.rb +1/-1
lib/rubocop/cop/style/hash_transform_keys.rb +17/-7
lib/rubocop/cop/style/hash_transform_values.rb +17/-7
lib/rubocop/cop/style/if_unless_modifier.rb +46/-17
lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +12/-12
lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +4/-1
lib/rubocop/cop/style/infinite_loop.rb +1/-1
lib/rubocop/cop/style/inline_comment.rb +4/-1
lib/rubocop/cop/style/lambda_call.rb +8/-8
lib/rubocop/cop/style/method_call_with_args_parentheses.rb +17/-4
lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +12/-1
lib/rubocop/cop/style/method_def_parentheses.rb +2/-4
lib/rubocop/cop/style/multiline_if_then.rb +4/-4
lib/rubocop/cop/style/multiline_method_signature.rb +2/-4
lib/rubocop/cop/style/nil_comparison.rb +11/-10
lib/rubocop/cop/style/nil_lambda.rb +1/-1
lib/rubocop/cop/style/not.rb +2/-0
lib/rubocop/cop/style/numeric_literals.rb +2/-1
lib/rubocop/cop/style/one_line_conditional.rb +21/-12
lib/rubocop/cop/style/operator_method_call.rb +11/-2
lib/rubocop/cop/style/parallel_assignment.rb +6/-2
lib/rubocop/cop/style/percent_literal_delimiters.rb +2/-0
lib/rubocop/cop/style/preferred_hash_methods.rb +12/-12
lib/rubocop/cop/style/proc.rb +3/-2
lib/rubocop/cop/style/redundant_argument.rb +2/-0
lib/rubocop/cop/style/redundant_begin.rb +37/-3
lib/rubocop/cop/style/redundant_condition.rb +6/-3
lib/rubocop/cop/style/redundant_exception.rb +1/-1
lib/rubocop/cop/style/redundant_fetch_block.rb +1/-1
lib/rubocop/cop/style/redundant_format.rb +26/-5
lib/rubocop/cop/style/redundant_interpolation.rb +11/-2
lib/rubocop/cop/style/redundant_interpolation_unfreeze.rb +27/-11
lib/rubocop/cop/style/redundant_parentheses.rb +17/-11
lib/rubocop/cop/style/redundant_percent_q.rb +1/-2
lib/rubocop/cop/style/redundant_regexp_argument.rb +9/-0
lib/rubocop/cop/style/redundant_regexp_escape.rb +8/-0
lib/rubocop/cop/style/redundant_return.rb +3/-1
lib/rubocop/cop/style/redundant_sort.rb +7/-7
lib/rubocop/cop/style/safe_navigation.rb +18/-1
lib/rubocop/cop/style/select_by_regexp.rb +51/-21
lib/rubocop/cop/style/semicolon.rb +25/-7
lib/rubocop/cop/style/single_line_block_params.rb +1/-1
lib/rubocop/cop/style/single_line_do_end_block.rb +1/-1
lib/rubocop/cop/style/single_line_methods.rb +3/-1
lib/rubocop/cop/style/sole_nested_conditional.rb +8/-1
lib/rubocop/cop/style/special_global_vars.rb +6/-1
lib/rubocop/cop/style/string_concatenation.rb +17/-13
lib/rubocop/cop/style/super_arguments.rb +2/-2
lib/rubocop/cop/style/symbol_array.rb +1/-1
lib/rubocop/cop/style/trailing_comma_in_arguments.rb +45/-0
lib/rubocop/cop/style/trailing_comma_in_block_args.rb +1/-1
lib/rubocop/cop/style/trailing_underscore_variable.rb +11/-11
lib/rubocop/cop/style/unless_else.rb +10/-9
lib/rubocop/cop/team.rb +4/-4
lib/rubocop/cop/util.rb +2/-3
lib/rubocop/cop/utils/format_string.rb +10/-0
lib/rubocop/cop/variable_force.rb +9/-7
lib/rubocop/cop/variable_force/branch.rb +30/-6
lib/rubocop/cop/variable_force/variable.rb +1/-1
lib/rubocop/cops_documentation_generator.rb +4/-4
lib/rubocop/directive_comment.rb +48/-4
lib/rubocop/formatter/clang_style_formatter.rb +5/-2
lib/rubocop/formatter/disabled_config_formatter.rb +19/-5
lib/rubocop/formatter/formatter_set.rb +2/-2
lib/rubocop/formatter/tap_formatter.rb +5/-2
lib/rubocop/lsp/diagnostic.rb +18/-33
lib/rubocop/lsp/routes.rb +33/-4
lib/rubocop/lsp/runtime.rb +13/-3
lib/rubocop/lsp/stdin_runner.rb +8/-17
lib/rubocop/magic_comment.rb +20/-0
lib/rubocop/options.rb +10/-1
lib/rubocop/rake_task.rb +1/-1
lib/rubocop/remote_config.rb +10/-8
lib/rubocop/result_cache.rb +39/-28
lib/rubocop/rspec/shared_contexts.rb +7/-3
lib/rubocop/rspec/support.rb +2/-1
lib/rubocop/runner.rb +10/-4
lib/rubocop/server/cache.rb +6/-29
lib/rubocop/target_finder.rb +9/-9
lib/rubocop/target_ruby.rb +31/-14
lib/rubocop/version.rb +1/-1
lib/ruby_lsp/rubocop/addon.rb +23/-8
lib/ruby_lsp/rubocop/runtime_adapter.rb +49/-15
DIFFERENT extra_rdoc_files:
1.79.2->1.85.0:
* Changed:
LICENSE.txt +1/-1
README.md +2/-2
DIFFERENT runtime dependencies:
1.79.2->1.85.0:
* Added:
mcp ["~> 0.6"] (runtime)
* Updated:
rubocop-ast from: [">= 1.46.0", "< 2.0"] to: [">= 1.49.0", "< 2.0"] |
Contributor
gem compare unicode-emoji 4.0.4 4.2.0Compared versions: ["4.0.4", "4.2.0"]
DIFFERENT date:
4.0.4: 2024-11-19 00:00:00 UTC
4.2.0: 2025-12-17 00:00:00 UTC
DIFFERENT description:
4.0.4: [Emoji 16.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode and Emoji standards. Includes a categorized list of recommended Emoji.
4.2.0: [Emoji 17.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode and Emoji standards. Includes a categorized list of recommended Emoji.
DIFFERENT required_ruby_version:
4.0.4: >= 2.5, < 4.0
4.2.0: >= 2.5
DIFFERENT version:
4.0.4: 4.0.4
4.2.0: 4.2.0
DIFFERENT files:
4.0.4->4.2.0:
* Changed:
CHANGELOG.md +11/-0
Gemfile +2/-0
Gemfile.lock +5/-1
README.md +4/-4
Rakefile +1/-1
lib/unicode/emoji/constants.rb +4/-3
lib/unicode/emoji/generated/regex.rb +1/-1
lib/unicode/emoji/generated/regex_basic.rb +1/-1
lib/unicode/emoji/generated/regex_include_mqe.rb +1/-1
lib/unicode/emoji/generated/regex_include_mqe_uqe.rb +1/-1
lib/unicode/emoji/generated/regex_include_text.rb +1/-1
lib/unicode/emoji/generated/regex_picto.rb +1/-1
lib/unicode/emoji/generated/regex_picto_no_emoji.rb +1/-1
lib/unicode/emoji/generated/regex_possible.rb +1/-1
lib/unicode/emoji/generated/regex_prop_emoji.rb +1/-1
lib/unicode/emoji/generated/regex_prop_presentation.rb +1/-1
lib/unicode/emoji/generated/regex_text.rb +1/-1
lib/unicode/emoji/generated/regex_valid.rb +1/-1
lib/unicode/emoji/generated/regex_valid_include_text.rb +1/-1
lib/unicode/emoji/generated/regex_well_formed.rb +1/-1
lib/unicode/emoji/generated/regex_well_formed_include_text.rb +1/-1
lib/unicode/emoji/generated_native/regex.rb +1/-1
lib/unicode/emoji/generated_native/regex_include_mqe.rb +1/-1
lib/unicode/emoji/generated_native/regex_include_mqe_uqe.rb +1/-1
lib/unicode/emoji/generated_native/regex_include_text.rb +1/-1
spec/emoji_test_txt_spec.rb +2/-2
spec/unicode_emoji_spec.rb +7/-2
unicode-emoji.gemspec +1/-1
DIFFERENT test_files:
4.0.4->4.2.0:
* Changed:
spec/emoji_test_txt_spec.rb +2/-2
spec/unicode_emoji_spec.rb +7/-2
DIFFERENT Gemfile dependencies
4.0.4->4.2.0:
* Added:
mutex_m [">= 0"] (runtime)
ostruct [">= 0"] (runtime) |
Contributor
gem compare --diff unicode-display_width 3.1.4 3.2.0Compared versions: ["3.1.4", "3.2.0"]
DIFFERENT files:
3.1.4->3.2.0:
* Changed:
CHANGELOG.md
--- /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.1.4/CHANGELOG.md 2026-02-27 03:36:11.099718816 +0000
+++ /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.2.0/CHANGELOG.md 2026-02-27 03:36:11.101718818 +0000
@@ -2,0 +3,8 @@
+## 3.2.0
+
+- Unicode 17.0
+
+## 3.1.5
+
+- Cache Emoji support level for performance reasons #30, patch by @Earlopain:
+
README.md
--- /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.1.4/README.md 2026-02-27 03:36:11.099718816 +0000
+++ /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.2.0/README.md 2026-02-27 03:36:11.101718818 +0000
@@ -3 +3 @@
-Determines the monospace display width of a string in Ruby, which is useful for all kinds of terminal-based applications. The implementation is based on [EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt), the [Emoji specfication](https://www.unicode.org/reports/tr51/) and other data, 100% in Ruby. It does not rely on the OS vendor ([wcwidth()](https://github.com/janlelis/wcswidth-ruby)) to provide an up-to-date method for measuring string width in terminals.
+Determines the monospace display width of a string in Ruby, which is useful for all kinds of terminal-based applications. The implementation is based on [EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt), the [Emoji specfication](https://www.unicode.org/reports/tr51/) and other data, 100% in Ruby. It does not rely on the OS vendor ([wcwidth](https://github.com/janlelis/wcswidth-ruby)) to provide an up-to-date method for measuring string width in terminals.
@@ -5 +5 @@
-Unicode version: **16.0.0** (September 2024)
+Unicode version: **17.0.0** (September 2025)
@@ -111,2 +111,2 @@
-Single Emoji character with Skin Tone Modifier | 2
-Skin Tone Modifier used in isolation or with invalid base | 2 if Emoji mode is configured to `:rgi` / `:rgi_at`
+Single Emoji character with Skin Tone Modifier | 2 unless Emoji mode is `:none` or `vs16`
+Skin Tone Modifier used in isolation or with invalid base | 2 if Emoji mode is `:rgi` / `:rgi_at`
@@ -191 +191 @@
-- Copyright (c) 2011, 2015-2024 Jan Lelis, https://janlelis.com, released under the MIT
+- Copyright (c) 2011, 2015-2025 Jan Lelis, https://janlelis.com, released under the MIT
data/display_width.marshal.gz
Binary files /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.1.4/data/display_width.marshal.gz and /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.2.0/data/display_width.marshal.gz differ
lib/unicode/display_width/constants.rb
--- /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.1.4/lib/unicode/display_width/constants.rb 2026-02-27 03:36:11.100718817 +0000
+++ /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.2.0/lib/unicode/display_width/constants.rb 2026-02-27 03:36:11.102718820 +0000
@@ -5,2 +5,2 @@
- VERSION = "3.1.4"
- UNICODE_VERSION = "16.0.0"
+ VERSION = "3.2.0"
+ UNICODE_VERSION = "17.0.0"
lib/unicode/display_width/emoji_support.rb
--- /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.1.4/lib/unicode/display_width/emoji_support.rb 2026-02-27 03:36:11.100718817 +0000
+++ /tmp/d20260227-11781-1qyzs3/unicode-display_width-3.2.0/lib/unicode/display_width/emoji_support.rb 2026-02-27 03:36:11.102718820 +0000
@@ -1,2 +1 @@
-# require "rbconfig"
-# RbConfig::CONFIG["host_os"] =~ /mswin|mingw/ # windows
+# frozen_string_literal: true
@@ -15,0 +15,4 @@
+ @recommended ||= _recommended
+ end
+
+ def self._recommended |
Contributor
|
Contributor
gem compare unicode-emoji 4.0.4 4.2.0Compared versions: ["4.0.4", "4.2.0"]
DIFFERENT date:
4.0.4: 2024-11-19 00:00:00 UTC
4.2.0: 2025-12-17 00:00:00 UTC
DIFFERENT description:
4.0.4: [Emoji 16.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode and Emoji standards. Includes a categorized list of recommended Emoji.
4.2.0: [Emoji 17.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode and Emoji standards. Includes a categorized list of recommended Emoji.
DIFFERENT required_ruby_version:
4.0.4: >= 2.5, < 4.0
4.2.0: >= 2.5
DIFFERENT version:
4.0.4: 4.0.4
4.2.0: 4.2.0
DIFFERENT files:
4.0.4->4.2.0:
* Changed:
CHANGELOG.md +11/-0
Gemfile +2/-0
Gemfile.lock +5/-1
README.md +4/-4
Rakefile +1/-1
lib/unicode/emoji/constants.rb +4/-3
lib/unicode/emoji/generated/regex.rb +1/-1
lib/unicode/emoji/generated/regex_basic.rb +1/-1
lib/unicode/emoji/generated/regex_include_mqe.rb +1/-1
lib/unicode/emoji/generated/regex_include_mqe_uqe.rb +1/-1
lib/unicode/emoji/generated/regex_include_text.rb +1/-1
lib/unicode/emoji/generated/regex_picto.rb +1/-1
lib/unicode/emoji/generated/regex_picto_no_emoji.rb +1/-1
lib/unicode/emoji/generated/regex_possible.rb +1/-1
lib/unicode/emoji/generated/regex_prop_emoji.rb +1/-1
lib/unicode/emoji/generated/regex_prop_presentation.rb +1/-1
lib/unicode/emoji/generated/regex_text.rb +1/-1
lib/unicode/emoji/generated/regex_valid.rb +1/-1
lib/unicode/emoji/generated/regex_valid_include_text.rb +1/-1
lib/unicode/emoji/generated/regex_well_formed.rb +1/-1
lib/unicode/emoji/generated/regex_well_formed_include_text.rb +1/-1
lib/unicode/emoji/generated_native/regex.rb +1/-1
lib/unicode/emoji/generated_native/regex_include_mqe.rb +1/-1
lib/unicode/emoji/generated_native/regex_include_mqe_uqe.rb +1/-1
lib/unicode/emoji/generated_native/regex_include_text.rb +1/-1
spec/emoji_test_txt_spec.rb +2/-2
spec/unicode_emoji_spec.rb +7/-2
unicode-emoji.gemspec +1/-1
DIFFERENT test_files:
4.0.4->4.2.0:
* Changed:
spec/emoji_test_txt_spec.rb +2/-2
spec/unicode_emoji_spec.rb +7/-2
DIFFERENT Gemfile dependencies
4.0.4->4.2.0:
* Added:
mutex_m [">= 0"] (runtime)
ostruct [">= 0"] (runtime) |
Contributor
|
Contributor
gem compare rubocop-ast 1.46.0 1.49.0Compared versions: ["1.46.0", "1.49.0"]
DIFFERENT date:
1.46.0: 2025-07-16 00:00:00 UTC
1.49.0: 2025-12-28 00:00:00 UTC
DIFFERENT rubygems_version:
1.46.0: 3.5.11
1.49.0: 3.5.22
DIFFERENT version:
1.46.0: 1.46.0
1.49.0: 1.49.0
DIFFERENT files:
1.46.0->1.49.0:
* Changed:
README.md +0/-2
lib/rubocop/ast/node.rb +15/-0
lib/rubocop/ast/node/mixin/method_dispatch_node.rb +1/-1
lib/rubocop/ast/node/mixin/parameterized_node.rb +1/-0
lib/rubocop/ast/node_pattern.rb +1/-0
lib/rubocop/ast/node_pattern/compiler.rb +1/-0
lib/rubocop/ast/node_pattern/lexer.rex +1/-1
lib/rubocop/ast/node_pattern/lexer.rex.rb +1/-1
lib/rubocop/ast/node_pattern/parser.racc.rb +40/-42
lib/rubocop/ast/processed_source.rb +4/-5
lib/rubocop/ast/traversal.rb +1/-0
lib/rubocop/ast/version.rb +1/-1
DIFFERENT extra_rdoc_files:
1.46.0->1.49.0:
* Changed:
README.md +0/-2
DIFFERENT runtime dependencies:
1.46.0->1.49.0:
* Updated:
prism from: ["~> 1.4"] to: ["~> 1.7"] |
Contributor
|
Contributor
gem compare --diff rubocop-ast 1.46.0 1.49.0Compared versions: ["1.46.0", "1.49.0"]
DIFFERENT files:
1.46.0->1.49.0:
* Changed:
README.md
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/README.md 2026-02-27 03:36:44.296640555 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/README.md 2026-02-27 03:36:44.327640618 +0000
@@ -5,2 +4,0 @@
-[](https://codeclimate.com/github/rubocop/rubocop-ast/test_coverage)
-[](https://codeclimate.com/github/rubocop/rubocop-ast/maintainability)
lib/rubocop/ast/node.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/node.rb 2026-02-27 03:36:44.299640561 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/node.rb 2026-02-27 03:36:44.329640622 +0000
@@ -110,0 +111,7 @@
+ str: :any_str,
+ dstr: :any_str,
+ xstr: :any_str,
+
+ sym: :any_sym,
+ dsym: :any_sym,
+
@@ -547,0 +555,8 @@
+ end
+
+ def any_str_type?
+ GROUP_FOR_TYPE[type] == :any_str
+ end
+
+ def any_sym_type?
+ GROUP_FOR_TYPE[type] == :any_sym
lib/rubocop/ast/node/mixin/method_dispatch_node.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb 2026-02-27 03:36:44.311640586 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb 2026-02-27 03:36:44.339640643 +0000
@@ -35 +35 @@
- if loc.respond_to? :keyword
+ if loc?(:keyword)
lib/rubocop/ast/node/mixin/parameterized_node.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/node/mixin/parameterized_node.rb 2026-02-27 03:36:44.312640588 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/node/mixin/parameterized_node.rb 2026-02-27 03:36:44.340640645 +0000
@@ -67,0 +68 @@
+
lib/rubocop/ast/node_pattern.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern.rb 2026-02-27 03:36:44.319640602 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern.rb 2026-02-27 03:36:44.346640657 +0000
@@ -52,0 +53 @@
+
lib/rubocop/ast/node_pattern/compiler.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/compiler.rb 2026-02-27 03:36:44.320640604 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/compiler.rb 2026-02-27 03:36:44.346640657 +0000
@@ -12,0 +13 @@
+
lib/rubocop/ast/node_pattern/lexer.rex
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/lexer.rex 2026-02-27 03:36:44.321640606 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/lexer.rex 2026-02-27 03:36:44.349640663 +0000
@@ -24 +24 @@
- /"(.+?)"/ { emit :tSTRING }
+ /"(.*?)"/ { emit :tSTRING }
lib/rubocop/ast/node_pattern/lexer.rex.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/lexer.rex.rb 2026-02-27 03:36:44.321640606 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/lexer.rex.rb 2026-02-27 03:36:44.349640663 +0000
@@ -125 +125 @@
- when ss.skip(/"(.+?)"/) then
+ when ss.skip(/"(.*?)"/) then
lib/rubocop/ast/node_pattern/parser.racc.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/node_pattern/parser.racc.rb 2026-02-27 03:36:44.322640608 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/node_pattern/parser.racc.rb 2026-02-27 03:36:44.350640665 +0000
@@ -4,2 +4,2 @@
-# This file is automatically generated by Racc 1.8.1
-# from Racc grammar file "parser.y".
+# This file is automatically generated by Racc 1.5.0
+# from Racc grammar file "".
@@ -17,2 +17,2 @@
- 60, 22, 20, 4, 24, 5, 40, 6, 7, 8,
- 28, 23, 56, 50, 40, 61, 43, 66, 51, 51,
+ 60, 22, 20, 4, 40, 5, 43, 6, 7, 8,
+ 28, 23, 56, 50, 66, 61, 24, 51, 51, 40,
@@ -25 +25 @@
- 20, 4, nil, 5, nil, 6, 7, 8, 28, 23,
+ 20, 4, nil, 5, nil, 6, 7, 8, 9, 23,
@@ -36 +36 @@
- 20, 4, nil, 5, nil, 6, 7, 8, 9, 23,
+ 20, 4, nil, 5, nil, 6, 7, 8, 28, 23,
@@ -50,2 +50,2 @@
- 9, 23, -1, -1, -1, -2, -2, -2, 47, 48,
- 49 ]
+ 9, 23, 47, 48, 49, -1, -1, -1, -2, -2,
+ -2 ]
@@ -55,2 +55,2 @@
- 54, 42, 42, 42, 1, 42, 10, 42, 42, 42,
- 42, 42, 42, 30, 11, 54, 24, 62, 30, 63,
+ 54, 42, 42, 42, 11, 42, 24, 42, 42, 42,
+ 42, 42, 42, 30, 62, 54, 1, 63, 30, 10,
@@ -59 +59,12 @@
- 59, 59, 59, nil, nil, 59, 0, 0, 0, 0,
+ 59, 59, 59, nil, nil, 59, 5, 5, 5, 5,
+ 5, 5, 5, 5, 5, 5, nil, 5, 5, 5,
+ nil, 5, nil, 5, 5, 5, 5, 5, 6, 6,
+ 6, 6, 6, 6, 6, 6, 6, 6, nil, 6,
+ 6, 6, nil, 6, nil, 6, 6, 6, 6, 6,
+ 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
+ nil, 7, 7, 7, nil, 7, nil, 7, 7, 7,
+ 7, 7, 8, 8, 8, 8, 8, 8, 8, 8,
+ 8, 8, nil, 8, 8, 8, nil, 8, nil, 8,
+ 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
+ 9, 9, 9, 9, nil, 9, 9, 9, nil, 9,
+ nil, 9, 9, 9, 9, 9, 0, 0, 0, 0,
@@ -64,11 +74,0 @@
- 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
- nil, 5, 5, 5, nil, 5, nil, 5, 5, 5,
- 5, 5, 6, 6, 6, 6, 6, 6, 6, 6,
- 6, 6, nil, 6, 6, 6, nil, 6, nil, 6,
- 6, 6, 6, 6, 7, 7, 7, 7, 7, 7,
- 7, 7, 7, 7, nil, 7, 7, 7, nil, 7,
- nil, 7, 7, 7, 7, 7, 8, 8, 8, 8,
- 8, 8, 8, 8, 8, 8, nil, 8, 8, 8,
- nil, 8, nil, 8, 8, 8, 8, 8, 9, 9,
- 9, 9, 9, 9, 9, 9, 9, 9, nil, 9,
- 9, 9, nil, 9, nil, 9, 9, 9, 9, 9,
@@ -88,2 +88,2 @@
- 61, 61, 25, 25, 25, 26, 26, 26, 29, 29,
- 29 ]
+ 61, 61, 29, 29, 29, 25, 25, 25, 26, 26,
+ 26 ]
@@ -92,3 +92,3 @@
- 54, 14, nil, nil, 76, 98, 120, 142, 164, 186,
- 4, 12, nil, nil, nil, nil, nil, nil, nil, nil,
- nil, nil, nil, nil, 26, 315, 318, 208, 230, 321,
+ 164, 26, nil, nil, 186, 54, 76, 98, 120, 142,
+ 17, 2, nil, nil, nil, nil, nil, nil, nil, nil,
+ nil, nil, nil, nil, 16, 318, 321, 208, 230, 315,
@@ -98 +98 @@
- nil, 318, 1, -1, nil, nil, nil ]
+ nil, 318, -2, -3, nil, nil, nil ]
@@ -110,5 +110,5 @@
- 1, 33, 27, 25, 26, 34, 35, 36, 37, 38,
- 42, 32, 39, 41, 46, 63, 62, 64, 54, nil,
- nil, nil, nil, nil, nil, nil, 25, 26, 38, nil,
- nil, nil, nil, 53, 45, nil, nil, nil, nil, nil,
- 55, 25, 26, nil, nil, nil, 59, nil, nil, 57,
+ 1, 33, 64, 32, 25, 34, 35, 36, 37, 38,
+ 54, 26, 39, 41, 27, 42, 46, 63, 62, nil,
+ nil, nil, nil, nil, nil, nil, 45, 25, 38, nil,
+ nil, nil, nil, 53, 26, nil, nil, nil, nil, nil,
+ 55, 57, 25, nil, nil, nil, 59, nil, nil, 26,
@@ -119,5 +119,5 @@
- 1, 5, 4, 2, 3, 1, 1, 1, 1, 1,
- 8, 9, 6, 6, 10, 11, 12, 13, 14, nil,
- nil, nil, nil, nil, nil, nil, 2, 3, 1, nil,
- nil, nil, nil, 1, 9, nil, nil, nil, nil, nil,
- 1, 2, 3, nil, nil, nil, 5, nil, nil, 9,
+ 1, 5, 13, 9, 2, 1, 1, 1, 1, 1,
+ 14, 3, 6, 6, 4, 8, 10, 11, 12, nil,
+ nil, nil, nil, nil, nil, nil, 9, 2, 1, nil,
+ nil, nil, nil, 1, 3, nil, nil, nil, nil, nil,
+ 1, 9, 2, nil, nil, nil, 5, nil, nil, 3,
@@ -128,2 +128,2 @@
- nil, 0, -1, 0, -2, -4, 2, nil, -13, 7,
- -15, -44, -43, -42, -22 ]
+ nil, 0, 0, 7, 10, -4, 2, nil, -8, -1,
+ -13, -42, -41, -57, -30 ]
@@ -242 +241,0 @@
-Ractor.make_shareable(Racc_arg) if defined?(Ractor)
@@ -293 +291,0 @@
-Ractor.make_shareable(Racc_token_to_s_table) if defined?(Ractor)
lib/rubocop/ast/processed_source.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/processed_source.rb 2026-02-27 03:36:44.325640614 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/processed_source.rb 2026-02-27 03:36:44.353640671 +0000
@@ -313 +312,0 @@
- require 'prism/translation/parser33'
@@ -316 +314,0 @@
- require 'prism/translation/parser34'
@@ -318,3 +316,4 @@
- when 3.5
- require 'prism/translation/parser35'
- Prism::Translation::Parser35
+ when 3.5, 4.0
+ Prism::Translation::Parser40
+ when 4.1
+ Prism::Translation::Parser41
lib/rubocop/ast/traversal.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/traversal.rb 2026-02-27 03:36:44.326640616 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/traversal.rb 2026-02-27 03:36:44.353640671 +0000
@@ -81,0 +82 @@
+
lib/rubocop/ast/version.rb
--- /tmp/d20260227-11381-vj8hes/rubocop-ast-1.46.0/lib/rubocop/ast/version.rb 2026-02-27 03:36:44.326640616 +0000
+++ /tmp/d20260227-11381-vj8hes/rubocop-ast-1.49.0/lib/rubocop/ast/version.rb 2026-02-27 03:36:44.354640673 +0000
@@ -6 +6 @@
- STRING = '1.46.0'
+ STRING = '1.49.0' |
Contributor
gem compare unicode-display_width 3.1.4 3.2.0Compared versions: ["3.1.4", "3.2.0"]
DIFFERENT date:
3.1.4: 2025-01-13 00:00:00 UTC
3.2.0: 2025-09-09 00:00:00 UTC
DIFFERENT description:
3.1.4: [Unicode 16.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, Emoji specification, and other data.
3.2.0: [Unicode 17.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, Emoji specification, and other data.
DIFFERENT version:
3.1.4: 3.1.4
3.2.0: 3.2.0
DIFFERENT files:
3.1.4->3.2.0:
* Changed:
CHANGELOG.md +8/-0
README.md +5/-5
lib/unicode/display_width/constants.rb +2/-2
lib/unicode/display_width/emoji_support.rb +5/-2
DIFFERENT extra_rdoc_files:
3.1.4->3.2.0:
* Changed:
README.md +5/-5
CHANGELOG.md +8/-0
DIFFERENT runtime dependencies:
3.1.4->3.2.0:
* Updated:
unicode-emoji from: ["~> 4.0", ">= 4.0.4"] to: ["~> 4.1"] |
Contributor
gem compare --diff unicode-display_width 3.1.4 3.2.0Compared versions: ["3.1.4", "3.2.0"]
DIFFERENT files:
3.1.4->3.2.0:
* Changed:
CHANGELOG.md
--- /tmp/d20260227-11906-zilte1/unicode-display_width-3.1.4/CHANGELOG.md 2026-02-27 03:37:08.956899867 +0000
+++ /tmp/d20260227-11906-zilte1/unicode-display_width-3.2.0/CHANGELOG.md 2026-02-27 03:37:08.958899864 +0000
@@ -2,0 +3,8 @@
+## 3.2.0
+
+- Unicode 17.0
+
+## 3.1.5
+
+- Cache Emoji support level for performance reasons #30, patch by @Earlopain:
+
README.md
--- /tmp/d20260227-11906-zilte1/unicode-display_width-3.1.4/README.md 2026-02-27 03:37:08.957899866 +0000
+++ /tmp/d20260227-11906-zilte1/unicode-display_width-3.2.0/README.md 2026-02-27 03:37:08.958899864 +0000
@@ -3 +3 @@
-Determines the monospace display width of a string in Ruby, which is useful for all kinds of terminal-based applications. The implementation is based on [EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt), the [Emoji specfication](https://www.unicode.org/reports/tr51/) and other data, 100% in Ruby. It does not rely on the OS vendor ([wcwidth()](https://github.com/janlelis/wcswidth-ruby)) to provide an up-to-date method for measuring string width in terminals.
+Determines the monospace display width of a string in Ruby, which is useful for all kinds of terminal-based applications. The implementation is based on [EastAsianWidth.txt](https://www.unicode.org/Public/UNIDATA/EastAsianWidth.txt), the [Emoji specfication](https://www.unicode.org/reports/tr51/) and other data, 100% in Ruby. It does not rely on the OS vendor ([wcwidth](https://github.com/janlelis/wcswidth-ruby)) to provide an up-to-date method for measuring string width in terminals.
@@ -5 +5 @@
-Unicode version: **16.0.0** (September 2024)
+Unicode version: **17.0.0** (September 2025)
@@ -111,2 +111,2 @@
-Single Emoji character with Skin Tone Modifier | 2
-Skin Tone Modifier used in isolation or with invalid base | 2 if Emoji mode is configured to `:rgi` / `:rgi_at`
+Single Emoji character with Skin Tone Modifier | 2 unless Emoji mode is `:none` or `vs16`
+Skin Tone Modifier used in isolation or with invalid base | 2 if Emoji mode is `:rgi` / `:rgi_at`
@@ -191 +191 @@
-- Copyright (c) 2011, 2015-2024 Jan Lelis, https://janlelis.com, released under the MIT
+- Copyright (c) 2011, 2015-2025 Jan Lelis, https://janlelis.com, released under the MIT
data/display_width.marshal.gz
Binary files /tmp/d20260227-11906-zilte1/unicode-display_width-3.1.4/data/display_width.marshal.gz and /tmp/d20260227-11906-zilte1/unicode-display_width-3.2.0/data/display_width.marshal.gz differ
lib/unicode/display_width/constants.rb
--- /tmp/d20260227-11906-zilte1/unicode-display_width-3.1.4/lib/unicode/display_width/constants.rb 2026-02-27 03:37:08.957899866 +0000
+++ /tmp/d20260227-11906-zilte1/unicode-display_width-3.2.0/lib/unicode/display_width/constants.rb 2026-02-27 03:37:08.959899863 +0000
@@ -5,2 +5,2 @@
- VERSION = "3.1.4"
- UNICODE_VERSION = "16.0.0"
+ VERSION = "3.2.0"
+ UNICODE_VERSION = "17.0.0"
lib/unicode/display_width/emoji_support.rb
--- /tmp/d20260227-11906-zilte1/unicode-display_width-3.1.4/lib/unicode/display_width/emoji_support.rb 2026-02-27 03:37:08.957899866 +0000
+++ /tmp/d20260227-11906-zilte1/unicode-display_width-3.2.0/lib/unicode/display_width/emoji_support.rb 2026-02-27 03:37:08.959899863 +0000
@@ -1,2 +1 @@
-# require "rbconfig"
-# RbConfig::CONFIG["host_os"] =~ /mswin|mingw/ # windows
+# frozen_string_literal: true
@@ -15,0 +15,4 @@
+ @recommended ||= _recommended
+ end
+
+ def self._recommended |
Contributor
gem compare unicode-emoji 4.0.4 4.2.0Compared versions: ["4.0.4", "4.2.0"]
DIFFERENT date:
4.0.4: 2024-11-19 00:00:00 UTC
4.2.0: 2025-12-17 00:00:00 UTC
DIFFERENT description:
4.0.4: [Emoji 16.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode and Emoji standards. Includes a categorized list of recommended Emoji.
4.2.0: [Emoji 17.0] Provides Unicode Emoji data and regexes, incorporating the latest Unicode and Emoji standards. Includes a categorized list of recommended Emoji.
DIFFERENT required_ruby_version:
4.0.4: >= 2.5, < 4.0
4.2.0: >= 2.5
DIFFERENT version:
4.0.4: 4.0.4
4.2.0: 4.2.0
DIFFERENT files:
4.0.4->4.2.0:
* Changed:
CHANGELOG.md +11/-0
Gemfile +2/-0
Gemfile.lock +5/-1
README.md +4/-4
Rakefile +1/-1
lib/unicode/emoji/constants.rb +4/-3
lib/unicode/emoji/generated/regex.rb +1/-1
lib/unicode/emoji/generated/regex_basic.rb +1/-1
lib/unicode/emoji/generated/regex_include_mqe.rb +1/-1
lib/unicode/emoji/generated/regex_include_mqe_uqe.rb +1/-1
lib/unicode/emoji/generated/regex_include_text.rb +1/-1
lib/unicode/emoji/generated/regex_picto.rb +1/-1
lib/unicode/emoji/generated/regex_picto_no_emoji.rb +1/-1
lib/unicode/emoji/generated/regex_possible.rb +1/-1
lib/unicode/emoji/generated/regex_prop_emoji.rb +1/-1
lib/unicode/emoji/generated/regex_prop_presentation.rb +1/-1
lib/unicode/emoji/generated/regex_text.rb +1/-1
lib/unicode/emoji/generated/regex_valid.rb +1/-1
lib/unicode/emoji/generated/regex_valid_include_text.rb +1/-1
lib/unicode/emoji/generated/regex_well_formed.rb +1/-1
lib/unicode/emoji/generated/regex_well_formed_include_text.rb +1/-1
lib/unicode/emoji/generated_native/regex.rb +1/-1
lib/unicode/emoji/generated_native/regex_include_mqe.rb +1/-1
lib/unicode/emoji/generated_native/regex_include_mqe_uqe.rb +1/-1
lib/unicode/emoji/generated_native/regex_include_text.rb +1/-1
spec/emoji_test_txt_spec.rb +2/-2
spec/unicode_emoji_spec.rb +7/-2
unicode-emoji.gemspec +1/-1
DIFFERENT test_files:
4.0.4->4.2.0:
* Changed:
spec/emoji_test_txt_spec.rb +2/-2
spec/unicode_emoji_spec.rb +7/-2
DIFFERENT Gemfile dependencies
4.0.4->4.2.0:
* Added:
mutex_m [">= 0"] (runtime)
ostruct [">= 0"] (runtime) |
Contributor
|
Contributor
Author
|
Superseded by #894. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps rubocop from 1.79.2 to 1.85.0.
Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
aa2797eCut 1.85c0f3332Update Changelog934465cFix MCP version number and add missing language to source blocks0774181Fix nav placement, code blocks, and minor doc issuesbb1eae4Update version example in installation docs to 1.84276d1f0Standardize code blocks to AsciiDoc [source] syntax9c62a14Merge pull request #14956 from lovro-bikic/redundant-interpolation-unfreeze-s...d011fdeMerge pull request #14955 from lovro-bikic/redundant-parentheses-block-body113f35cAdd support for String.new with interpolated strings to Style/RedundantInterp...dc58188Register redundant parentheses around block body in Style/RedundantParenthesesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)