➜ jdstore git:(main) ✗ bundle install
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`.
出现提示
删除
#gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
重启终端