1.Ruby32x64/lib/ruby/gems/3.2.0/gems/bundler2.7.1/lib/bundler/resolver.rb: 356:in `raise_not_found!': Could not find gem 'minima (~> 2.5)' in locally installed gems. (Bundler::GemNotFound) 解决1: gem install minima -v 2.5.1
2.ruby/gems/3.2.0/gems/bundler-2.7.1/lib/bundler/resolver.rb:356:in `raise_not_found!': Could not find gem 'tzinfo (>= 1, < 3) windows, jruby' in locally installed gems. (Bundler::GemNotFound) 解决2: 完全更新依赖:bundle update, source 换成国内的:source "mirrors.aliyun.com/rubygems/"