Bundler could not find compatible versions for gem “rails” | In Gemfile: rails (~> 6.1.0) x64-mingw3
问题 I'm developing a new Ruby on Rails project with Spree Commerce and while running bundle install I'm getting the following error: Bundler could not find compatible versions for gem "rails": rails (~> 6.1.0) x64-mingw32 spree (~> 4.1) x64-mingw32 was resolved to 4.2.0.beta, which depends on spree_core (= 4.2.0.beta) was resolved to 4.2.0.beta, which depends on rails (~> 6.0.0) I'm following Spree Commerce Docs for its installation. I'm on Windows 10 , using Ruby 2.7.2 , Bundler 2.2.3 and Rails