Closed gmcnaughton closed 7 years ago
Could we relax the dependency version restriction on mini_portile2 to ~>2.1 or >=2.1.0 (ala #52)?
~>2.1
>=2.1.0
Currently it's ~>2.1.0.
~>2.1.0
Nokogiri 1.8.0 bumped their mini_portile2 dependency to ~>2.2.0 (see the nokogiri changelog), which unfortunately caused a conflict.
~>2.2.0
Could we relax the dependency version restriction on mini_portile2 to
~>2.1
or>=2.1.0
(ala #52)?Currently it's
~>2.1.0
.Nokogiri 1.8.0 bumped their mini_portile2 dependency to
~>2.2.0
(see the nokogiri changelog), which unfortunately caused a conflict.