Skip to content

Commit 2bcf218

Browse files
authored
Merge pull request #4034 from Shopify/vs_upgrade_to_rubydex_beta11
Upgrade to Rubydex v0.1.0.beta11
2 parents 37cddf3 + 76238d1 commit 2bcf218

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ GEM
9292
rubocop (>= 1)
9393
ruby-progressbar (1.13.0)
9494
ruby2_keywords (0.0.5)
95-
rubydex (0.1.0.beta10)
96-
rubydex (0.1.0.beta10-arm64-darwin)
97-
rubydex (0.1.0.beta10-x86_64-linux)
95+
rubydex (0.1.0.beta11)
96+
rubydex (0.1.0.beta11-arm64-darwin)
97+
rubydex (0.1.0.beta11-x86_64-linux)
9898
sorbet (0.6.13055)
9999
sorbet-static (= 0.6.13055)
100100
sorbet-runtime (0.6.13055)
@@ -204,9 +204,9 @@ CHECKSUMS
204204
ruby-lsp (0.26.9)
205205
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
206206
ruby2_keywords (0.0.5) sha256=ffd13740c573b7301cf7a2e61fc857b2a8e3d3aff32545d6f8300d8bae10e3ef
207-
rubydex (0.1.0.beta10) sha256=73b179ba1565bfabf8e5ec0781ec9eade02a8de779e7ee12cd23cfbc17e2c60a
208-
rubydex (0.1.0.beta10-arm64-darwin) sha256=97d571bbf941205b04c5865fa00ee7aaaf26f56d653ba0e2db6592b1ad0c423c
209-
rubydex (0.1.0.beta10-x86_64-linux) sha256=32eadcdcf4fd1396c6d37e315e97e9cc390403ed3c0cdb56ed92f8c84b0aa775
207+
rubydex (0.1.0.beta11) sha256=d7a1f6a7b5404cab73a59eda077d7678ab576086391be2d7e2c96e5dffe7643e
208+
rubydex (0.1.0.beta11-arm64-darwin) sha256=55d105e624f0ca5fbbcc1f960a71a56670e6c266b3a1a49357aadfcd579b94da
209+
rubydex (0.1.0.beta11-x86_64-linux) sha256=1530f1ba435fb0067d42029d3917c73e871a296fca00da3e7df6ea6475d860e4
210210
sorbet (0.6.13055) sha256=5f5e8f37c13c281fa2b2f95e261d2e531d8331ddcc8e2dd8c4f16457935872ec
211211
sorbet-runtime (0.6.13055) sha256=c8ae8c81310e0a28d290b11f44ddca59659b7d7f13752c0ef5d16964bbb84d18
212212
sorbet-static (0.6.13055-universal-darwin) sha256=649c8e79a443be85318922f9ecbb46be72f6c585443f4440c4ec0fb1737c86e8
Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/requests/definition_expectations_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,7 @@ def test_definition_for_global_variables
839839
)
840840

841841
response = server.pop_response.response
842+
response.sort_by! { |location| location.range.start.line }
842843
assert_equal(3, response.size)
843844
assert_equal(0, response[0].range.start.line)
844845
assert_equal(1, response[1].range.start.line)

0 commit comments

Comments
 (0)