From fbf20a6b193c3d2ff0d546d013f859c7bcde42a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:30:31 +0000 Subject: [PATCH] Bump nokogiri from 1.11.7 to 1.13.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.7 to 1.13.3. - [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.7...v1.13.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 844dc4d..6ad164d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ PATH specs: sn-collab-editor (0.3.0) rails (~> 5) + sass-rails GEM remote: https://rubygems.org/ @@ -53,6 +54,7 @@ GEM concurrent-ruby (1.1.9) crass (1.0.6) erubi (1.10.0) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.10) @@ -65,11 +67,13 @@ GEM marcel (1.0.1) method_source (1.0.0) mini_mime (1.1.0) + mini_portile2 (2.8.0) minitest (5.14.4) nio4r (2.5.7) - nokogiri (1.11.7-x86_64-linux) + nokogiri (1.13.3) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -98,6 +102,16 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rake (13.0.3) + sass-rails (6.0.0) + sassc-rails (~> 2.1, >= 2.1.1) + sassc (2.4.0) + ffi (~> 1.9) + sassc-rails (2.1.2) + railties (>= 4.0.0) + sassc (>= 2.0) + sprockets (> 3.0) + sprockets-rails + tilt sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -107,6 +121,7 @@ GEM sprockets (>= 3.0.0) thor (1.1.0) thread_safe (0.3.6) + tilt (2.0.10) tzinfo (1.2.9) thread_safe (~> 0.1) websocket-driver (0.7.5)