We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f1147 commit 5aa0e98Copy full SHA for 5aa0e98
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master (unreleased)
4
5
+## 2.3.1 (2019-08-26)
6
+
7
### Bug fixes
8
9
* [#104](https://github.com/rubocop-hq/rubocop-rails/issues/104): Exclude Rails-independent `bin/bundle` by default. ([@koic][])
lib/rubocop/rails/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module Rails
# This module holds the RuboCop Rails version information.
module Version
- STRING = '2.3.0'
+ STRING = '2.3.1'
end
10
0 commit comments