From 5e4391d2a1f38b2be39fa6559d5b5ca8a2bda638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 01:22:25 +0000 Subject: [PATCH] Bump nokogiri in /Chapter02/pichat-api-attachments-service Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.1 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.8.1...v1.13.4) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Chapter02/pichat-api-attachments-service/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Chapter02/pichat-api-attachments-service/Gemfile.lock b/Chapter02/pichat-api-attachments-service/Gemfile.lock index e7997df..8515b05 100644 --- a/Chapter02/pichat-api-attachments-service/Gemfile.lock +++ b/Chapter02/pichat-api-attachments-service/Gemfile.lock @@ -89,13 +89,15 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) + mini_portile2 (2.8.0) minitest (5.10.3) multi_json (1.12.2) nio4r (2.1.0) - nokogiri (1.8.1) - mini_portile2 (~> 2.3.0) + nokogiri (1.13.4) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) puma (3.10.0) + racc (1.6.0) rack (2.0.3) rack-test (0.7.0) rack (>= 1.0, < 3)