From 9d27f44b4f2e88c4373d818320c3cfd71cc13b3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 01:40:50 +0000 Subject: [PATCH] Bump nokogiri in /code/course3/week1/graded-assignments/todolist Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.13.9. - [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.10.4...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../graded-assignments/todolist/Gemfile.lock | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/code/course3/week1/graded-assignments/todolist/Gemfile.lock b/code/course3/week1/graded-assignments/todolist/Gemfile.lock index 57f2888..ef2a390 100644 --- a/code/course3/week1/graded-assignments/todolist/Gemfile.lock +++ b/code/course3/week1/graded-assignments/todolist/Gemfile.lock @@ -65,6 +65,7 @@ GEM diff-lcs (1.3) erubis (2.7.0) execjs (2.7.0) + ffi (1.11.1) ffi (1.11.1-x86-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) @@ -77,6 +78,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.6) + libv8 (3.16.14.19) loofah (2.2.3) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -86,17 +88,21 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.8.0) minitest (5.11.3) multi_json (1.13.1) - nokogiri (1.10.4-x86-mingw32) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + nokogiri (1.13.9-x86-mingw32) + racc (~> 1.4) phantomjs (1.9.8.0) poltergeist (1.6.0) capybara (~> 2.1) cliver (~> 0.3.1) multi_json (~> 1.0) websocket-driver (>= 0.2.0) + racc (1.6.0) rack (1.6.11) rack-test (0.6.3) rack (>= 1.0) @@ -129,6 +135,7 @@ GEM rb-inotify (0.10.0) ffi (~> 1.0) rdoc (4.3.0) + ref (2.0.0) rspec-core (3.8.2) rspec-support (~> 3.8.0) rspec-expectations (3.8.4) @@ -157,6 +164,8 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.1.0) + ffi (~> 1.9) sassc (2.1.0-x86-mingw32) ffi (~> 1.9) sdoc (0.4.2) @@ -171,7 +180,11 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + sqlite3 (1.3.13) sqlite3 (1.3.13-x86-mingw32) + therubyracer (0.12.3) + libv8 (~> 3.16.14.15) + ref thor (0.20.3) thread_safe (0.3.6) tilt (2.0.9) @@ -196,6 +209,7 @@ GEM nokogiri (~> 1.3) PLATFORMS + ruby x86-mingw32 DEPENDENCIES