Error with "bundle install --without development test" while updating to 3.4.4. from 3.3.2
Added by David Großmann over 6 years ago
When executing "bundle install --without development test " while updating redmine I get 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, x64-mingw32, x86-mswin32. To add those platforms to the bundle, run `bundle lock --add-platform mingw, x64_mingw, mswin`.
Fetching source index from http://rubygems.org/
Authentication is required for http://rubygems.org/.
Please supply credentials for this source. You can do this by running:
bundle config http://rubygems.org/ username:password
What is wrong with my installation?
Replies (2)
RE: Error with "bundle install --without development test" while updating to 3.4.4. from 3.3.2 - Added by Bernhard Rohloff over 6 years ago
According to this issue on Github it's just an info message and can be ignored.
RE: Error with "bundle install --without development test" while updating to 3.4.4. from 3.3.2 - Added by David Großmann over 6 years ago
Thank you and what about the authentication error?