File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 2.5.2 (2020-04-09)
6+
57### Bug fixes
68
79* [ #227 ] ( https://github.com/rubocop-hq/rubocop-rails/issues/227 ) : Make ` Rails/UniqueValidationWithoutIndex ` aware of updating db/schema.rb. ([ @koic ] [ ] )
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.5.1 '
7+ STRING = '2.5.2 '
88 end
99 end
1010end
Original file line number Diff line number Diff line change 1+ ### Bug fixes
2+
3+ * [ #227 ] ( https://github.com/rubocop-hq/rubocop-rails/issues/227 ) : Make ` Rails/UniqueValidationWithoutIndex ` aware of updating db/schema.rb. ([ @koic ] [ ] )
4+
5+ [ @koic ] : https://github.com/koic
You can’t perform that action at this time.
0 commit comments