Skip to content

Commit 95f6901

Browse files
Update rubocop-rspec requirement from ~> 3.0.1 to ~> 3.4.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.0.1...v3.4.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3c6d9e commit 95f6901

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
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828
spec.add_development_dependency "rubocop-factory_bot", "~> 2.26.1"
2929
spec.add_development_dependency "rubocop-performance", "~> 1.21.1"
3030
spec.add_development_dependency "rubocop-rails", "~> 2.25.0"
31-
spec.add_development_dependency "rubocop-rspec", "~> 3.0.1"
31+
spec.add_development_dependency "rubocop-rspec", "~> 3.4.0"
3232
spec.add_development_dependency "rubocop-rspec_rails", "~> 2.30.0"
3333
spec.add_development_dependency "simplecov", "~> 0.22.0"
3434
spec.add_development_dependency "sqlite3", "~> 1.6"

0 commit comments

Comments
 (0)