Skip to content

Commit f246530

Browse files
Update rubocop-rails requirement from ~> 2.25.0 to ~> 2.29.1
Updates the requirements on [rubocop-rails](https://github.com/rubocop/rubocop-rails) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.25.0...v2.29.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.29.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a54b840 commit f246530

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
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525
s.add_development_dependency "rspec-rails", "~> 6.0"
2626
s.add_development_dependency "rubocop", "~> 1.65.1"
2727
s.add_development_dependency "rubocop-performance", "~> 1.21.1"
28-
s.add_development_dependency "rubocop-rails", "~> 2.25.0"
28+
s.add_development_dependency "rubocop-rails", "~> 2.29.1"
2929
s.add_development_dependency "rubocop-rspec", "~> 3.0.1"
3030
s.add_development_dependency "simplecov", "~> 0.22.0"
3131
s.add_development_dependency "sqlite3", "~> 1.4"

0 commit comments

Comments
 (0)