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
rexml is a dependency and recently introduced a breaking change by requiring gcc be installed. This gem allows any version of rexml to be installed so that breaking change happens no matter what version they use. The actual version of rexml is being sorted out here hopefully: ruby/rexml#131
I would recommend this project do 2 things based on what happens with the rexml version:
Set a version on rexml so that it is no longer breaking - either 3.2.6 or ~> 3.2 or ~>3 based on what they do.
Release a more major version update to this project that includes the rexml version that needs gcc. List gcc as a requirement in the Readme.
Thanks, kind of just waiting to see what rexml does!
The text was updated successfully, but these errors were encountered:
rexml is a dependency and recently introduced a breaking change by requiring gcc be installed. This gem allows any version of rexml to be installed so that breaking change happens no matter what version they use. The actual version of rexml is being sorted out here hopefully: ruby/rexml#131
I would recommend this project do 2 things based on what happens with the rexml version:
3.2.6
or~> 3.2
or~>3
based on what they do.Thanks, kind of just waiting to see what rexml does!
The text was updated successfully, but these errors were encountered: