infamous - `x64_mingw` is not a valid platform.
Added by Pav ata almost 10 years ago
a novice here looking for some basic help, I'd like to give redmine a try but with 3.0.0 I get:
- bundle install --without development test
`x64_mingw` is not a valid platform. The available options are: [:ruby, :ruby_18, :ruby_19,
:ruby_20, :mri, :mri_18, :mri_19, :mri_20, :rbx, :jruby, :mswin, :mingw, :mingw_18, :mingw_19,
:mingw_20]
it's naturally Linux, Scientific specifically, ver 7.0
many thanks
Replies (3)
RE: infamous - `x64_mingw` is not a valid platform. - Added by Toshi MARUYAMA almost 10 years ago
Could you try this command and give me output?
$ bundle --version Bundler version 1.7.7
And could you try this command?
$ gem update bundler
RE: infamous - `x64_mingw` is not a valid platform. - Added by Toshi MARUYAMA almost 10 years ago
Same output: #19172.
RE: infamous - `x64_mingw` is not a valid platform. - Added by Pav ata almost 10 years ago
updating bundler fixes the problem, it would be reasonable for almost any kind of software do include these most popular server platforms in development cycle.
Bleeding-edge OSes like Fedora/Ubunt/Suse etc. might be fine but typical servers usually stay a bit behind with their software stack, but rather these we (all?) would use for solutions like Redmine.
many thanks!