File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010## master (unreleased)
1111
12+ ## 2.34.2 (2025-11-29)
13+
1214### Changes
1315
1416* [ #1565 ] ( https://github.com/rubocop/rubocop-rails/issues/1565 ) : Make ` Rails/Presence ` allow index access methods. ([ @koic ] [ ] )
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.34 '
66nav :
77 - modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
44 module Rails
55 # This module holds the RuboCop Rails version information.
66 module Version
7- STRING = '2.34.1 '
7+ STRING = '2.34.2 '
88
99 def self . document_version
1010 STRING . match ( '\d+\.\d+' ) . to_s
Original file line number Diff line number Diff line change 1+ ### Changes
2+
3+ * [ #1565 ] ( https://github.com/rubocop/rubocop-rails/issues/1565 ) : Make ` Rails/Presence ` allow index access methods. ([ @koic ] [ ] )
4+
5+ [ @koic ] : https://github.com/koic
You can’t perform that action at this time.
0 commit comments