can anyone please share the perfect rails and ruby...
# general
v
can anyone please share the perfect rails and ruby version to be installed in mac, where i won't get any version compatibility errors during setup like these Bundler could not find compatible versions for gem "rails": In snapshot (Gemfile.lock): rails (= 7.1.3) In Gemfile: rails (~> 7.1.3) solidus_backend was resolved to 1.0.0.pre, which depends on solidus_core (= 1.0.0.pre) was resolved to 1.0.0.pre, which depends on rails (~> 4.2.0) Running
bundle update
will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict. Bundler could not find compatible versions for gem "railties": In snapshot (Gemfile.lock): railties (= 7.1.3) In Gemfile: rails (~> 7.1.3) was resolved to 7.1.3, which depends on railties (= 7.1.3) solidus_backend was resolved to 2.5.0.beta1, which depends on solidus_core (= 2.5.0.beta1) was resolved to 2.5.0.beta1, which depends on railties (~> 5.1.0) Running
bundle update
will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict.
m
You somehow ended up with a very, very old Solidus version. You want to start with Solidus 4.3.
a
If you're still having trouble with this can you share your gemfile? You probably need something like
gem "solidus", "~> 4.3.0"