Shopify / shopify-api-ruby

ShopifyAPI is a lightweight gem for accessing the Shopify admin REST and GraphQL web services.
MIT License
1.06k stars 471 forks source link

Update rbi to 0.1.8 and sorbet to 0.5.11230 #1274

Closed matteodepalo closed 9 months ago

matteodepalo commented 9 months ago

Description

VSCode was throwing errors having to do with T.anything which wasn't supported by our version of sorbet.

I've updated rbi which unlocked the update of sorbet as well. I've also removed ruby 2.7 from CI as it doesn't work with the latest version of prism.

How has this been tested?

VSCode extension ruby-lsp doesn't throw errors anymore