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 7682cdb commit 032f066Copy full SHA for 032f066
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.30.0 (2024-06-12)
6
+
7
- Fix an runtime error for rubocop-rspec +3.0. ([@bquorning])
8
9
## 2.29.1 (2024-06-12)
docs/antora.yml
@@ -1,5 +1,5 @@
1
name: rubocop-rspec_rails
title: RuboCop RSpec Rails
-version: ~
+version: '2.30'
nav:
- modules/ROOT/nav.adoc
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.1'
+ STRING = '2.30.0'
end
10
0 commit comments