Skip to content

Commit

Permalink
Update ruby version to 2.7 in rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramesh7 committed Dec 19, 2023
1 parent 67f4a8b commit 2a3b530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moduleroot/.rubocop.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ defaults = {
'rubocop-rspec',
],
'AllCops' => {
'NewCops' => 'enable',
'DisplayCopNames' => true,
'TargetRubyVersion' => '2.6',
'TargetRubyVersion' => '2.7',
'Include' => [
'**/*.rb',
],
Expand Down

0 comments on commit 2a3b530

Please sign in to comment.