From 253b10e3b0b5f4854d32ac8f4894e8b9e92fb2ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 22:18:06 +0000 Subject: [PATCH] Bump nokogiri from 1.13.6 to 1.13.10 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.10. - [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.13.6...v1.13.10) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c53a146..c1c9a15 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'activesupport', '~> 6.0.6' gem 'dotenv', '~> 2.2.0' gem 'FlightXML2RESTDriver', '~> 0.1.0' -gem 'nokogiri', '~> 1.13.6' +gem 'nokogiri', '~> 1.13.10' gem 'plist', '~> 3.2.0' # @note Implicit dependency for +FlightXML2RESTDriver+. gem 'rest-client', '~> 2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 20e3f25..ce52eaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,14 +20,14 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.17.0) netrc (0.11.0) - nokogiri (1.13.6) + nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) plist (3.2.0) - racc (1.6.0) + racc (1.6.2) rest-client (2.0.2) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) @@ -48,7 +48,7 @@ DEPENDENCIES activesupport (~> 6.0.6) byebug (~> 9.0.0) dotenv (~> 2.2.0) - nokogiri (~> 1.13.6) + nokogiri (~> 1.13.10) plist (~> 3.2.0) rest-client (~> 2.0.0)