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.
2 parents cf29839 + 032f066 commit e89cb8dCopy full SHA for e89cb8d
CHANGELOG.md
@@ -2,6 +2,10 @@
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)
10
11
- Bump RuboCop requirement to +1.61. ([@ydah])
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
0 commit comments