aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-10-19 01:29:10 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-10-19 01:29:57 -0700
commit3c51932b4794e977991c57a46651af43f7c33ce3 (patch)
treee4a936abf19ae84925f521d0578c623a015e2a2b
parentStop using bundler (diff)
downloadbackend-3c51932b4794e977991c57a46651af43f7c33ce3.tar.gz
backend-3c51932b4794e977991c57a46651af43f7c33ce3.tar.bz2
backend-3c51932b4794e977991c57a46651af43f7c33ce3.zip
Gemfile: Fix nokogumbo build.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock14
2 files changed, 13 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index f827962..a7124bc 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 'mail'
gem 'maildir'
gem 'elasticsearch'
diff --git a/Gemfile.lock b/Gemfile.lock
index 7120a89..18926de 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:
@@ -22,8 +31,6 @@ GEM
multipart-post (2.0.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
- nokogumbo (1.4.10)
- nokogiri
parallel (1.4.0)
ruby-progressbar (1.7.1)
sanitize (4.4.0)
@@ -39,9 +46,10 @@ DEPENDENCIES
elasticsearch
mail
maildir
+ nokogumbo!
parallel
ruby-progressbar
sanitize (~> 4.4.0)
BUNDLED WITH
- 1.13.6
+ 1.13.7