Skip to content

Commit 9921cf1

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] <support@github.com>
1 parent a54b840 commit 9921cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publify_textfilter_code.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.add_development_dependency "rubocop", "~> 1.65.1"
2727
s.add_development_dependency "rubocop-performance", "~> 1.21.1"
2828
s.add_development_dependency "rubocop-rails", "~> 2.25.0"
29-
s.add_development_dependency "rubocop-rspec", "~> 3.0.1"
29+
s.add_development_dependency "rubocop-rspec", "~> 3.4.0"
3030
s.add_development_dependency "simplecov", "~> 0.22.0"
3131
s.add_development_dependency "sqlite3", "~> 1.4"
3232
s.metadata["rubygems_mfa_required"] = "true"

0 commit comments

Comments
 (0)