From a22e674f76f270fccc06c30b57170304eca21f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 06:09:51 +0000 Subject: [PATCH] Bump rack in /code/course3/week4/graded-assignment/todolist Bumps [rack](https://github.com/rack/rack) from 1.6.11 to 1.6.12. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.6.11...1.6.12) Signed-off-by: dependabot[bot] --- .../week4/graded-assignment/todolist/Gemfile.lock | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/code/course3/week4/graded-assignment/todolist/Gemfile.lock b/code/course3/week4/graded-assignment/todolist/Gemfile.lock index 3e331b4..de3dd40 100644 --- a/code/course3/week4/graded-assignment/todolist/Gemfile.lock +++ b/code/course3/week4/graded-assignment/todolist/Gemfile.lock @@ -60,6 +60,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) @@ -72,6 +73,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) @@ -83,9 +85,11 @@ GEM mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) + nokogiri (1.10.4) + mini_portile2 (~> 2.4.0) nokogiri (1.10.4-x86-mingw32) mini_portile2 (~> 2.4.0) - rack (1.6.11) + rack (1.6.12) rack-test (0.6.3) rack (>= 1.0) rails (4.2.8) @@ -117,6 +121,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,7 +162,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) @@ -180,6 +189,7 @@ GEM nokogiri (~> 1.3) PLATFORMS + ruby x86-mingw32 DEPENDENCIES