File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 2.12.4 (2021-10-16)
6
+
5
7
### Bug fixes
6
8
7
9
* [ #573 ] ( https://github.com/rubocop/rubocop-rails/pull/573 ) : Fix an error for ` Rails/FindEach ` when using ` where ` with no receiver. ([ @koic ] [ ] )
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: rubocop-rails
2
2
title : RuboCop Rails
3
3
# We always provide version without patch here (e.g. 1.1),
4
4
# as patch versions should not appear in the docs.
5
- version : master
5
+ version : ' 2.12 '
6
6
nav :
7
7
- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module RuboCop
4
4
module Rails
5
5
# This module holds the RuboCop Rails version information.
6
6
module Version
7
- STRING = '2.12.3 '
7
+ STRING = '2.12.4 '
8
8
9
9
def self . document_version
10
10
STRING . match ( '\d+\.\d+' ) . to_s
Original file line number Diff line number Diff line change
1
+ ### Bug fixes
2
+
3
+ * [ #573 ] ( https://github.com/rubocop/rubocop-rails/pull/573 ) : Fix an error for ` Rails/FindEach ` when using ` where ` with no receiver. ([ @koic ] [ ] )
4
+
5
+ [ @koic ] : https://github.com/koic
You can’t perform that action at this time.
0 commit comments