From b9dbca31bc9141cc0151112448f81751cad69bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 06:00:49 +0000 Subject: [PATCH] Bump nokogiri from 1.10.10 to 1.13.4 in /api Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.13.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.10...v1.13.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- api/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 82939cf..ff8ad28 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -109,13 +109,14 @@ GEM method_source (1.0.0) mimemagic (0.3.5) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.14.1) msgpack (1.3.3) multipart-post (2.1.1) nio4r (2.5.2) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.4) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) octokit (4.18.0) faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) @@ -124,6 +125,7 @@ GEM public_suffix (4.0.5) puma (4.3.5) nio4r (~> 2.0) + racc (1.6.0) rack (2.2.3) rack-cache (1.12.0) rack (>= 0.4)