Skip to content

Commit 1bdbbe0

Browse files
Update rubocop requirement from ~> 1.65.1 to ~> 1.75.6
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.65.1...v1.75.6) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab56cb8 commit 1bdbbe0

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
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.add_dependency "publify_core", "~> 10.0.0"
2424

2525
s.add_development_dependency "rspec-rails", "~> 6.0"
26-
s.add_development_dependency "rubocop", "~> 1.65.1"
26+
s.add_development_dependency "rubocop", "~> 1.75.6"
2727
s.add_development_dependency "rubocop-performance", "~> 1.23.1"
2828
s.add_development_dependency "rubocop-rails", "~> 2.25.0"
2929
s.add_development_dependency "rubocop-rspec", "~> 3.4.0"

0 commit comments

Comments
 (0)