From 442a806f692cfc351e2e2f0d071cf43ac87e97c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 00:01:41 +0000 Subject: [PATCH] Bump nokogiri from 1.10.3 to 1.10.8 in /server_rails/find_my_friends.rb Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.3 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.3...v1.10.8) Signed-off-by: dependabot[bot] --- server_rails/find_my_friends.rb/Gemfile.lock | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/server_rails/find_my_friends.rb/Gemfile.lock b/server_rails/find_my_friends.rb/Gemfile.lock index 703894f..3806fe9 100644 --- a/server_rails/find_my_friends.rb/Gemfile.lock +++ b/server_rails/find_my_friends.rb/Gemfile.lock @@ -77,6 +77,7 @@ GEM duktape (2.3.0.0) erubi (1.8.0) execjs (2.7.0) + ffi (1.11.1) ffi (1.11.1-x86-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) @@ -97,9 +98,12 @@ GEM mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) + msgpack (1.3.0) msgpack (1.3.0-x86-mingw32) nio4r (2.3.1) - nokogiri (1.10.3-x86-mingw32) + nokogiri (1.10.8) + mini_portile2 (~> 2.4.0) + nokogiri (1.10.8-x86-mingw32) mini_portile2 (~> 2.4.0) public_suffix (3.1.0) puma (3.12.1) @@ -157,6 +161,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + sqlite3 (1.4.2) thor (0.20.3) thread_safe (0.3.6) tilt (2.0.9) @@ -181,6 +186,7 @@ GEM nokogiri (~> 1.8) PLATFORMS + ruby x86-mingw32 DEPENDENCIES @@ -195,6 +201,7 @@ DEPENDENCIES rails (~> 5.2.3) sass-rails (~> 5.0) selenium-webdriver + sqlite3 turbolinks (~> 5) tzinfo-data uglifier (>= 1.3.0)