Nokogiri needs to be updated
There was a security release for Nokogiri a few days ago and bundler audit is now failing on master because of that.
I've started working on the upgrade but:
-
gollum-libdepends on Nokogiri~> 1.6.4but Nokogiri1.7.0drops the support of Ruby 1.9.2, 1.9.3, and 2.0.0 andgollum-libadvertise its support of Ruby 1.9.3-
I've opened https://github.com/gollum/gollum-lib/pull/243 to update the Gem dependency -
Wait for a 5.x release of gollum-lib: https://github.com/gollum/gollum-lib/milestone/3
-
-
omniauth-cas3depends on Nokogiri~> 1.6.6-
I've opened https://github.com/tduehr/omniauth-cas3/pull/2 to update the Gem dependency -
Wait for a new release of omniauth-cas3
-
-
truncatoneeds to be updated to0.7.9since0.7.8depends on Nokogiri~> 1.6.1
/cc @rspeicher @briann
Edited by Rémy Coutable