From 064d2b6a0a75a0a9f14125d307a91a57047d158b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 05:42:50 +0000 Subject: [PATCH] chore(deps): Bump nokogiri from 1.11.6 to 1.12.5 in /examples/rails Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.6 to 1.12.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.6...v1.12.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/rails/Gemfile.lock | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/rails/Gemfile.lock b/examples/rails/Gemfile.lock index 43dc8a5..cee44e4 100644 --- a/examples/rails/Gemfile.lock +++ b/examples/rails/Gemfile.lock @@ -81,9 +81,13 @@ GEM actionpack (>= 3.2.0, < 6.2) method_source (1.0.0) mini_mime (1.0.3) + mini_portile2 (2.6.1) minitest (5.14.4) nio4r (2.5.7) - nokogiri (1.11.6-x86_64-darwin) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) + nokogiri (1.12.5-x86_64-darwin) racc (~> 1.4) racc (1.5.2) rack (2.2.3)