Skip to content

Commit

Permalink
Merge pull request Shopify#114 from Shopify/ryanb-version-bump
Browse files Browse the repository at this point in the history
Bump syntax_tree
  • Loading branch information
RyanBrushett authored May 27, 2022
2 parents b6dd497 + 5692500 commit bce4018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
prettier_print (0.1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.4.0)
Expand All @@ -52,7 +53,8 @@ GEM
rubocop-shopify (2.6.0)
rubocop (~> 1.29)
ruby-progressbar (1.11.0)
syntax_tree (2.3.1)
syntax_tree (2.7.1)
prettier_print
unicode-display_width (2.1.0)
webrick (1.7.0)
yard (0.9.27)
Expand Down
4 changes: 2 additions & 2 deletions test/requests/selection_ranges_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,8 @@ def test_selecting_pattern_matching
},
parent: {
range: {
start: { line: 1, character: 5 },
end: { line: 1, character: 9 },
start: { line: 1, character: 3 },
end: { line: 1, character: 11 },
},
parent: {
range: {
Expand Down

0 comments on commit bce4018

Please sign in to comment.