Skip to content

Commit 7568eb6

Browse files
Update rubocop-rails requirement from ~> 2.22.0 to ~> 2.23.0
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.22.0...v2.23.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 323363d commit 7568eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publify_core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Gem::Specification.new do |s|
6161
s.add_development_dependency "rubocop-capybara", "~> 2.19.0"
6262
s.add_development_dependency "rubocop-factory_bot", "~> 2.24.0"
6363
s.add_development_dependency "rubocop-performance", "~> 1.19.0"
64-
s.add_development_dependency "rubocop-rails", "~> 2.22.0"
64+
s.add_development_dependency "rubocop-rails", "~> 2.23.0"
6565
s.add_development_dependency "rubocop-rspec", "~> 2.25.0"
6666
s.add_development_dependency "shoulda-matchers", "~> 5.3"
6767
s.add_development_dependency "simplecov", "~> 0.22.0"

0 commit comments

Comments
 (0)