Solidus Version:
2.10.2
To Reproduce
- With Solidus running on an existing Rails 6 app, add the
solidus_shipstation gem along with the configuration details outlined in the README.
- While testing locally, all should be fine.
- When deploying into production, it will fail. Log output below...
Current behavior
The deploy should be completed successfully. Instead, an Zeitwerk::NameError: expected file /opt/rubies/ruby-2.6.6/lib/ruby/gems/2.6.0/bundler/gems/solidus_shipstation-20783e6a9dfd/app/models/spree/shipment_decorator.rb to define constant Spree::ShipmentDecorator, but didn't error is thrown.
Expected behavior
The deploy should be completed successfully.
Desktop (please complete the following information):
- OS: MacOS Catalina 10.15.6
- Chrome
- Version 84.0.4147.105
Additional context
Log output is available here: https://gist.github.com/paulsingh/1ea5c82c94d2f8e1e3b463f488b1e5a3