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 b53f08a commit bf6b477Copy full SHA for bf6b477
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Master (Unreleased)
4
5
+## 1.42.0 (2020-07-09)
6
+
7
+* Update RuboCop dependency to 0.87.0 because of changes to internal APIs. ([@bquorning][], [@Darhazer][])
8
9
## 1.41.0 (2020-07-03)
10
11
* Extend the list of Rails spec types for `RSpec/DescribeClass`. ([@pirj][])
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.41.0'
+ STRING = '1.42.0'
end
0 commit comments