Skip to content

Commit 926b86d

Browse files
Update rubocop-rspec requirement from ~> 3.7.0 to ~> 3.8.0 (#670)
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc14f5b commit 926b86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ source "https://rubygems.org"
55
gemspec
66

77
gem "rubocop", "~> 1.81.1", require: false
8-
gem "rubocop-rspec", "~> 3.7.0", require: false
8+
gem "rubocop-rspec", "~> 3.8.0", require: false

0 commit comments

Comments
 (0)