You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is too hard to know why Redmine 3.0 does not work on MinGW Ruby 2.2.
You can refuse to install gem in gemspec.
spec= ::Gem::Specification.newdo |spec|
platforms=[:linux,:mingw]caseRUBY_PLATFORMwhen/mingw/ifRUBY_VERSION >= "2.2"fail'This gem does not support MinGW Ruby 2.2'endelseplatform=:linuxendend
The text was updated successfully, but these errors were encountered:
marutosi
changed the title
Nokogiri should refuse to install MinGW Ruby 2.2
Nokogiri should refuse to install on MinGW Ruby 2.2
Mar 21, 2015
Rails 4.2 requires Nokogiri.
Redmine got feedbacks that Redmine 3.0.x (Rails 4.2.x) does not work on MinGW Ruby 2.2.
It is too hard to know why Redmine 3.0 does not work on MinGW Ruby 2.2.
You can refuse to install gem in gemspec.
The text was updated successfully, but these errors were encountered: