Defect #25705
closedbundle and jdbc gems
0%
Description
While upgrading (3.2.x to 3.3.2 and 3.3.2 to 3.3.3), running bundle install immediately pops these notices out:
The dependency activerecord-jdbc-adapter (~> 1.3.2) will be unused by any of the platforms Bundler is installing for. Bundler is installing for x64-mingw32 but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`. The dependency activerecord-jdbcmysql-adapter (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for x64-mingw32 but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`.
It displays this message for 30sec-1minute before continuing. The bundle eventually runs and does it thing without much issue.
Updated by Toshi MARUYAMA over 7 years ago
- Status changed from New to Closed
I removed jruby definition from Gemfile in r16517 because those outputs are annoying and jruby does not support rails.
https://github.com/flavorjones/loofah/issues/88
Now this is output on my CentOS 7.
The dependency ffi (= 1.9.14) 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. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32`.
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, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.