diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2017-06-06 18:43:02 +0000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-06 20:43:02 +0200 |
commit | 0026ba2751814ac82f02dad32a168560524fe9bf (patch) | |
tree | 90e09251ed65d4c0ef74fec8474ccd05ffec59d2 | |
parent | b623dd12c1eea2a78d1010d20ac8b31431d56501 (diff) |
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.
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a49832306..f258ce18b 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 |