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 b10aa34 commit e5510d5Copy full SHA for e5510d5
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.29.1 (2024-06-12)
6
+
7
- Bump RuboCop requirement to +1.61. ([@ydah])
8
9
## 2.29.0 (2024-06-08)
lib/rubocop/rspec_rails/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpecRails
# Version information for the RSpec Rails RuboCop plugin.
module Version
- STRING = '2.29.0'
+ STRING = '2.29.1'
end
10
0 commit comments