Skip to content

Commit b874e1f

Browse files
committed
Cut v2.24.0
1 parent 2dac073 commit b874e1f

File tree

6 files changed

+120
-99
lines changed

6 files changed

+120
-99
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
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

config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: rubocop-rails
22
title: 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'
66
nav:
77
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)