From c58d8197215a17a82c23c217843706cc2362bf00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 01:33:47 +0000 Subject: [PATCH] Bump nokogiri from 1.10.4 to 1.10.8 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 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.4...v1.10.8) Signed-off-by: dependabot[bot] --- Gemfile.lock | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 86762f1..360b8ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,12 +63,75 @@ GEM byebug (11.0.1) concurrent-ruby (1.1.5) crass (1.0.4) + dry-auto_inject (0.7.0) + dry-container (>= 0.3.4) + dry-configurable (0.11.3) + concurrent-ruby (~> 1.0) + dry-core (~> 0.4, >= 0.4.7) + dry-equalizer (~> 0.2) + dry-container (0.7.2) + concurrent-ruby (~> 1.0) + dry-configurable (~> 0.1, >= 0.1.3) + dry-core (0.4.9) + concurrent-ruby (~> 1.0) + dry-equalizer (0.3.0) + dry-inflector (0.2.0) + dry-initializer (3.0.3) + dry-logic (1.0.6) + concurrent-ruby (~> 1.0) + dry-core (~> 0.2) + dry-equalizer (~> 0.2) + dry-matcher (0.8.3) + dry-core (>= 0.4.8) + dry-monads (1.3.5) + concurrent-ruby (~> 1.0) + dry-core (~> 0.4, >= 0.4.4) + dry-equalizer + dry-schema (1.4.3) + concurrent-ruby (~> 1.0) + dry-configurable (~> 0.8, >= 0.8.3) + dry-core (~> 0.4) + dry-equalizer (~> 0.2) + dry-initializer (~> 3.0) + dry-logic (~> 1.0) + dry-types (~> 1.2) + dry-struct (1.3.0) + dry-core (~> 0.4, >= 0.4.4) + dry-equalizer (~> 0.3) + dry-types (~> 1.3) + ice_nine (~> 0.11) + dry-system (0.17.0) + concurrent-ruby (~> 1.0) + dry-auto_inject (>= 0.4.0) + dry-configurable (~> 0.11, >= 0.11.1) + dry-container (~> 0.7, >= 0.7.2) + dry-core (~> 0.3, >= 0.3.1) + dry-equalizer (~> 0.2) + dry-inflector (~> 0.1, >= 0.1.2) + dry-struct (~> 1.0) + dry-system-rails (0.3.1) + dry-system (~> 0.12) + dry-types (1.3.1) + concurrent-ruby (~> 1.0) + dry-container (~> 0.3) + dry-core (~> 0.4, >= 0.4.4) + dry-equalizer (~> 0.3) + dry-inflector (~> 0.1, >= 0.1.2) + dry-logic (~> 1.0, >= 1.0.2) + dry-validation (1.4.2) + concurrent-ruby (~> 1.0) + dry-container (~> 0.7, >= 0.7.1) + dry-core (~> 0.4) + dry-equalizer (~> 0.2) + dry-initializer (~> 3.0) + dry-schema (~> 1.4, >= 1.4.3) erubi (1.8.0) ffi (1.11.1) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.6.0) concurrent-ruby (~> 1.0) + ice_nine (0.11.2) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -87,7 +150,7 @@ GEM minitest (5.11.3) msgpack (1.3.1) nio4r (2.4.0) - nokogiri (1.10.4) + nokogiri (1.10.8) mini_portile2 (~> 2.4.0) pg (1.1.4) puma (3.12.1) @@ -152,6 +215,10 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.4.2) byebug + dry-matcher (~> 0.8, >= 0.8.1) + dry-monads (~> 1.0) + dry-system-rails (~> 0.2) + dry-validation (~> 1.0) listen (>= 3.0.5, < 3.2) pg puma (~> 3.11)