Skip to content

Commit e91509f

Browse files
committed
Update Rubocop target Ruby to 3.2 to match updated gemspec
1 parent 98d4e50 commit e91509f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.7
2+
TargetRubyVersion: 3.2
33

44
require:
55
- standard

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
specs:
1010
ast (2.4.3)
1111
diff-lcs (1.5.0)
12-
json (2.18.1)
12+
json (2.19.0)
1313
language_server-protocol (3.17.0.5)
1414
lint_roller (1.1.0)
1515
parallel (1.27.0)
@@ -21,7 +21,6 @@ GEM
2121
rainbow (3.1.1)
2222
rake (13.0.6)
2323
regexp_parser (2.11.3)
24-
rexml (3.4.2)
2524
rspec (3.12.0)
2625
rspec-core (~> 3.12.0)
2726
rspec-expectations (~> 3.12.0)

0 commit comments

Comments
 (0)