Skip to content

Commit 6750eba

Browse files
Update rubocop-rspec requirement from ~> 3.4.0 to ~> 3.7.0
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.4.0...v3.7.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92bec23 commit 6750eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publify_amazon_sidebar.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.add_development_dependency "rubocop-factory_bot", "~> 2.27.1"
3030
spec.add_development_dependency "rubocop-performance", "~> 1.23.1"
3131
spec.add_development_dependency "rubocop-rails", "~> 2.29.1"
32-
spec.add_development_dependency "rubocop-rspec", "~> 3.4.0"
32+
spec.add_development_dependency "rubocop-rspec", "~> 3.7.0"
3333
spec.add_development_dependency "rubocop-rspec_rails", "~> 2.30.0"
3434
spec.add_development_dependency "simplecov", "~> 0.22.0"
3535
spec.add_development_dependency "sqlite3", "~> 1.6"

0 commit comments

Comments
 (0)