在云 9 上运行后bundle install --without production
,这是我得到的错误:
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "spring":
In snapshot (Gemfile.lock):
spring (= 2.0.1)
In Gemfile:
spring
spring-watcher-listen (= 2.0.0) was resolved to 2.0.0, which depends on
spring (~> 1.2)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
请协助。