Skip to content

Commit 6c33c38

Browse files
authored
Merge pull request #77 from rubocop/bump
Bump version to 2.32.0
2 parents 62d77f8 + 7aeecf7 commit 6c33c38

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 2.32.0 (2025-11-12)
6+
57
- Add `RSpecRails/HttpStatusNameConsistency` cop. ([@taketo1113])
68
- Support correcting `assert_response` assertion in in `RSpec/Rails/MinitestAssertions`. ([@nzlaura])
79

config/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RSpecRails/HttpStatus:
3838
RSpecRails/HttpStatusNameConsistency:
3939
Description: Enforces consistency by using the current HTTP status names.
4040
Enabled: pending
41-
VersionAdded: "<<next>>"
41+
VersionAdded: '2.32'
4242
Reference: https://www.rubydoc.info/gems/rubocop-rspec_rails/RuboCop/Cop/RSpecRails/HttpStatusNameConsistency
4343

4444
RSpecRails/InferredSpecType:

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rubocop-rspec_rails
22
title: RuboCop RSpec Rails
3-
version: ~
3+
version: '2.32'
44
nav:
55
- modules/ROOT/nav.adoc

docs/modules/ROOT/pages/cops_rspecrails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ it { is_expected.to have_http_status :ok }
220220
| Pending
221221
| Yes
222222
| Always
223-
| <<next>>
223+
| 2.32
224224
| -
225225
|===
226226

lib/rubocop/rspec_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpecRails
55
# Version information for the RSpec Rails RuboCop plugin.
66
module Version
7-
STRING = '2.31.0'
7+
STRING = '2.32.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)