From c497b542b0a0eb67efc79a6d50f8f1d24b4ac822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 04:49:24 +0000 Subject: [PATCH] Bump nokogiri from 1.6.8 to 1.13.2 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.8 to 1.13.2. - [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.6.8...v1.13.2) --- updated-dependencies: - dependency-name: nokogiri dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 4bbfdef..217bc37 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '3.2.16' gem 'rake', '10.5.0' gem 'rack-cache', '1.7.1' -gem 'nokogiri', '1.6.8' +gem 'nokogiri', '1.13.2' gem 'websocket', '1.2.4' # sgem 'rb-inotify', '0.9.10' diff --git a/Gemfile.lock b/Gemfile.lock index 246cf01..f5310d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,14 +85,13 @@ GEM treetop (~> 1.4.8) method_source (0.8.2) mime-types (1.25.1) - mini_portile2 (2.1.0) + mini_portile2 (2.8.0) multi_json (1.13.1) - nokogiri (1.6.8) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) + nokogiri (1.13.2) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) orm_adapter (0.5.0) pg (0.12.2) - pkg-config (1.1.9) polyglot (0.3.5) pry (0.10.4) coderay (~> 1.1.0) @@ -101,6 +100,7 @@ GEM pry-debugger (0.2.3) debugger (~> 1.3) pry (>= 0.9.10, < 0.11.0) + racc (1.6.0) rack (1.4.7) rack-cache (1.7.1) rack (>= 0.4) @@ -191,7 +191,7 @@ DEPENDENCIES haml (= 4.0.7) jquery-rails (= 2.0.2) libv8 (= 3.16.14.3) - nokogiri (= 1.6.8) + nokogiri (= 1.13.2) pg (= 0.12.2) pry-debugger rack-cache (= 1.7.1)