From 0026ba2751814ac82f02dad32a168560524fe9bf Mon Sep 17 00:00:00 2001
From: Daigo 3 Dango <zunda@users.noreply.github.com>
Date: Tue, 6 Jun 2017 18:43:02 +0000
Subject: [PATCH] Update nokogumbo to 1.4.13 (#3617)
$ bundle update --source nokogumbo# Please enter the commit message for your changes. Lines starting
nokogumbo 1.4.11 and 1.4.12 don't work on Heroku.
---
Gemfile.lock | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Gemfile.lock b/Gemfile.lock
index a498323060..f258ce18b0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -246,7 +246,7 @@ GEM
nio4r (2.1.0)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
- nokogumbo (1.4.12)
+ nokogumbo (1.4.13)
nokogiri
oj (3.0.11)
openssl (2.0.3)
@@ -564,4 +564,4 @@ RUBY VERSION
ruby 2.4.1p111
BUNDLED WITH
- 1.14.6
+ 1.15.1
--
GitLab