Closed matmorel closed 1 year ago
I've got the same problem after trying to upgrade to Rails 7.0.4 and spree 4.5
Same here, it happens with most of the spree extensions.
The issue is fixed by the 2.4.0 release:
git clone https://github.com/spree/spree_starter.git
cd spree_starter
bin/setup
echo "gem 'spree_multi_vendor', git: 'https://github.com/spree-contrib/spree_multi_vendor.git', branch: 'main'" >> Gemfile
docker-compose run web bundle install
docker-compose run web bundle exec rails g spree_multi_vendor:install
I'm trying to install the extension on a fresh
spree-starter
installation, when runningbundle exec rails g spree_multi_vendor:install
I get this error:Steps to reproduce: