Skip to content

Commit

Permalink
Cut v2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 3, 2024
1 parent 2dac073 commit b874e1f
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 99 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -9,9 +9,11 @@

## master (unreleased)

## 2.24.0 (2024-03-03)

### New features

* [#1245](https://github.com/rubocop/rubocop-rails/pull/1245): Support Prism as a Ruby parser. ([@koic][])
* [#1245](https://github.com/rubocop/rubocop-rails/pull/1245): Support Prism as a Ruby parser (experimental). ([@koic][])

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Expand Up @@ -445,7 +445,7 @@ Rails/EnvironmentVariableAccess:
# TODO: Set to `pending` status in RuboCop Rails 2 series when migration doc will be written.
Enabled: false
VersionAdded: '2.10'
VersionChanged: '<<next>>'
VersionChanged: '2.24'
Include:
- app/**/*.rb
- config/initializers/**/*.rb
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Expand Up @@ -2,6 +2,6 @@ name: rubocop-rails
title: RuboCop Rails
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: ~
version: '2.24'
nav:
- modules/ROOT/nav.adoc

0 comments on commit b874e1f

Please sign in to comment.