From 9a3860f0338c6e6d995ee44dc8f2f3cad55b5ee9 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 19 Oct 2017 00:43:22 -0700 Subject: Gemfile, Gemfile.lock: use fork of nokogumbo that builds. Signed-off-by: Robin H. Johnson --- Gemfile | 2 ++ Gemfile.lock | 14 +++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 88878d9..4292802 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,7 @@ source 'https://rubygems.org' +# This contains build fixes that upstream merged but reverted for no reason. +gem 'nokogumbo', :git => 'https://github.com/robbat2/nokogumbo', :branch => 'gentoo', :submodules => true gem 'sinatra' gem 'sinatra-partial' gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index 2e29ab5..a6b0a6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,12 @@ +GIT + remote: https://github.com/robbat2/nokogumbo + revision: 3748a7e00b02978f1c55e4c5a7e01ade93df098e + branch: gentoo + submodules: true + specs: + nokogumbo (1.4.13) + nokogiri + GEM remote: https://rubygems.org/ specs: @@ -8,8 +17,6 @@ GEM mini_portile (0.6.2) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) - nokogumbo (1.4.10) - nokogiri rack (1.6.0) rack-protection (1.5.3) rack @@ -35,10 +42,11 @@ PLATFORMS DEPENDENCIES json nokogiri + nokogumbo! sanitize (~> 4.4.0) sinatra sinatra-partial thin BUNDLED WITH - 1.13.6 + 1.13.7 -- cgit v1.2.3-65-gdbad