You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
In which of these areas are you experiencing a problem?
Extension
Expected behavior
When creating a theme extension the version of Ruby should be checked. If the correct version is not present, the theme extension should not be created.
Actual behavior
Creating a theme extension with an incompatible version of Ruby will succeed.
Note: The ruby version is only checked when running shopify app dev. It should be checked earlier so we don't generate files which won't be supported.
Verbose output
NA
Reproduction steps
Setup your system with a version of Ruby that is not supported by theme extensions
shopify app generate extension
Select a theme extension
The command will succeed. It should fail.
Operating System
Mac OS
Shopify CLI version (check your project's package.json if you're not sure)
Any
Shell
No response
Node version (run node -v if you're not sure)
No response
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered:
@byrichardpowell could you let me know if this is still happening on the latest version?
This should not be happening on the latest release, but as Ariel mentioned, with the complete removal of Ruby in 3.70 I'd expect this to be resolved moving forward
Please confirm that you have:
In which of these areas are you experiencing a problem?
Extension
Expected behavior
When creating a theme extension the version of Ruby should be checked. If the correct version is not present, the theme extension should not be created.
Actual behavior
Creating a theme extension with an incompatible version of Ruby will succeed.
Note: The ruby version is only checked when running
shopify app dev
. It should be checked earlier so we don't generate files which won't be supported.Verbose output
NA
Reproduction steps
shopify app generate extension
Operating System
Mac OS
Shopify CLI version (check your project's
package.json
if you're not sure)Any
Shell
No response
Node version (run
node -v
if you're not sure)No response
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: