File tree Expand file tree Collapse file tree 6 files changed +120
-99
lines changed Expand file tree Collapse file tree 6 files changed +120
-99
lines changed Original file line number Diff line number Diff line change 99
1010## master (unreleased)
1111
12+ ## 2.24.0 (2024-03-03)
13+
1214### New features
1315
14- * [ #1245 ] ( https://github.com/rubocop/rubocop-rails/pull/1245 ) : Support Prism as a Ruby parser. ([ @koic ] [ ] )
16+ * [ #1245 ] ( https://github.com/rubocop/rubocop-rails/pull/1245 ) : Support Prism as a Ruby parser (experimental) . ([ @koic ] [ ] )
1517
1618### Bug fixes
1719
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ Rails/EnvironmentVariableAccess:
445445 # TODO: Set to `pending` status in RuboCop Rails 2 series when migration doc will be written.
446446 Enabled : false
447447 VersionAdded : ' 2.10'
448- VersionChanged : ' <<next>> '
448+ VersionChanged : ' 2.24 '
449449 Include :
450450 - app/**/*.rb
451451 - config/initializers/**/*.rb
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: rubocop-rails
22title : RuboCop Rails
33# We always provide version without patch here (e.g. 1.1),
44# as patch versions should not appear in the docs.
5- version : ~
5+ version : ' 2.24 '
66nav :
77 - modules/ROOT/nav.adoc
You can’t perform that action at this time.
0 commit comments