Skip to content

Commit 0aacc26

Browse files
authored
Merge pull request #66 from rubocop/release
Release v2.31.0
2 parents d19789d + cdc0a16 commit 0aacc26

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.31.0 (2025-03-10)
6+
57
- Handle unknown HTTP status codes for `RSpecRails/HttpStatus` cop. ([@viralpraxis])
68
- Fix a false negative for `RSpecRails/TravelAround` cop when passed as a proc to a travel method. ([@ydah])
79
- Make RuboCop RSpecRails work as a RuboCop plugin. ([@bquorning])

‎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.31'
44
nav:
55
- modules/ROOT/nav.adoc

‎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.30.0'
7+
STRING = '2.31.0'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)