DEV: Introduce syntax_tree for ruby formatting (#411)
This commit is contained in:
parent
9cf451647f
commit
b11a5fd391
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue