DEV: Introduce syntax_tree for ruby formatting (#411)

This commit is contained in:
David Taylor 2022-12-29 12:30:03 +00:00 committed by GitHub
parent 9cf451647f
commit b11a5fd391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ GEM
parallel (1.22.1) parallel (1.22.1)
parser (3.1.3.0) parser (3.1.3.0)
ast (~> 2.4.1) ast (~> 2.4.1)
prettier_print (1.1.0) prettier_print (1.2.0)
rainbow (3.1.1) rainbow (3.1.1)
regexp_parser (2.6.1) regexp_parser (2.6.1)
rexml (3.2.5) rexml (3.2.5)
@ -28,8 +28,8 @@ GEM
rubocop-rspec (2.16.0) rubocop-rspec (2.16.0)
rubocop (~> 1.33) rubocop (~> 1.33)
ruby-progressbar (1.11.0) ruby-progressbar (1.11.0)
syntax_tree (5.0.1) syntax_tree (5.1.0)
prettier_print (>= 1.1.0) prettier_print (>= 1.2.0)
unicode-display_width (2.3.0) unicode-display_width (2.3.0)
PLATFORMS PLATFORMS