From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 18:19:53 +0000 (+0000) Subject: Bump nokogiri from 1.10.1 to 1.10.4 X-Git-Tag: 2019-11-04~1^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1%2Fhead;p=thirdparty%2Fut1-blacklists.git Bump nokogiri from 1.10.1 to 1.10.4 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.1 to 1.10.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.1...v1.10.4) Signed-off-by: dependabot[bot] --- diff --git a/Gemfile b/Gemfile index 1c2aac07..e7cde138 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "nokogiri", "~> 1.8", ">= 1.8.5" +gem "nokogiri", "~> 1.10" diff --git a/Gemfile.lock b/Gemfile.lock index b0eaadc6..9392a9b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,11 +2,11 @@ GEM remote: https://rubygems.org/ specs: mini_portile2 (2.4.0) - nokogiri (1.10.1) + nokogiri (1.10.4) mini_portile2 (~> 2.4.0) PLATFORMS ruby DEPENDENCIES - nokogiri (~> 1.8, >= 1.8.5) + nokogiri (~> 1.10)