dblock/gem-licenses

incompatibility with rubygems > 2.5.0

Closed this issue · 0 comments

rubygems 2.5.0 (http://blog.rubygems.org/2015/11/03/2.5.0-released.html) added it's own Gem::Licenses class, causing a conflict when trying to run MS, tasks, or tests.

A workaround is to force yourself onto a rumygems < 2.5.0:

gem update --system 2.4.8