Espen Antonsen
Espen Antonsen
Sorry I was unclear. The problem is when using bundler. Bundler is unable to pick up on the ruby version when it is set using a file in the Gemfile....
I have signed the CLA!
Should probably also mention changes from https://github.com/Shopify/liquid/pull/1848
indeed @microalps, thanks for letting me know. copy/paste...
This is when using the fullcalendar bundle, not when specifying each individual package. Am I doing something wrong here or should this work: ``` "dependencies": { "@fullcalendar/moment-timezone": "^6.1.10", "fullcalendar": "^6.1.10",...
Example package.json: https://github.com/espen/fullcalendar-examples/blob/package-error/moment-timezone/package.json Should I do something different here @acerix or should this issue be reopened?
Ok, would be great if this could work with the bundle due to version changes. If there is something new in the bundle I now have to manually add it....
In addition `intlTelInput(document.getElementById('phone')).getValidationError();` will then give 1 as an error after executing `getNumber()`.
Thanks for the explanation!