Skip to content

Commit

Permalink
Remove TargetRubyVersion in RuboCop config
Browse files Browse the repository at this point in the history
reads from required_ruby_version in RuboCop 1.61+
  • Loading branch information
jenshenny committed Apr 4, 2024
1 parent 9db896d commit c3367ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ inherit_gem:

Style/DateTime:
Enabled: false

AllCops:
TargetRubyVersion: 2.4
2 changes: 1 addition & 1 deletion krane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("byebug")
spec.add_development_dependency("ruby-prof")
spec.add_development_dependency("ruby-prof-flamegraph")
spec.add_development_dependency("rubocop", "~> 0.89.1")
spec.add_development_dependency("rubocop", "~> 1.61.0")
spec.add_development_dependency("rubocop-shopify", "~> 1.0.5")
spec.add_development_dependency("simplecov")
end

0 comments on commit c3367ec

Please sign in to comment.