I have just installed Rails in its version 5.1 and when creating a new project and run the command bundle install me the following message.
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
.