Shopify / shopify-api-ruby

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

Packaging for release 14.0.0 #1277

Closed matteodepalo closed 9 months ago

matteodepalo commented 9 months ago

Description

Release a new major version since we've removed Ruby 2.7 from CI.

Checklist:

paulomarg commented 9 months ago

I think we'll need to also change the value for

s.required_ruby_version = ">= 2.6"

in the gemspec file, right?

sle-c commented 9 months ago

I think we'll need to also change the value for

s.required_ruby_version = ">= 2.6"

in the gemspec file, right?

Totally missed this in the review 😓

matteodepalo commented 9 months ago

Totally missed this too, thank you!