From f4a9c0d9059b9b47716c57812d4afa6ade895348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 04:31:45 +0000 Subject: [PATCH] Bump activesupport from 5.2.3 to 6.0.3.1 in /docker-image Bumps [activesupport](https://github.com/rails/rails) from 5.2.3 to 6.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v6.0.3.1) Signed-off-by: dependabot[bot] --- docker-image/Gemfile.lock | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) mode change 100755 => 100644 docker-image/Gemfile.lock diff --git a/docker-image/Gemfile.lock b/docker-image/Gemfile.lock old mode 100755 new mode 100644 index f175d48..a36f107 --- a/docker-image/Gemfile.lock +++ b/docker-image/Gemfile.lock @@ -1,14 +1,15 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.3) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) cool.io (1.5.4) dig_rb (1.0.1) domain_name (0.5.20180417) @@ -18,6 +19,8 @@ GEM fluentd (> 1.0.0, < 2) fluent-plugin-concat (2.3.0) fluentd (>= 0.14.0, < 2) + fluent-plugin-detect-exceptions (0.0.13) + fluentd (>= 0.10) fluent-plugin-grok-parser (2.5.1) fluentd (>= 0.14.6, < 2) fluent-plugin-json-in-json-2 (1.0.2) @@ -62,7 +65,7 @@ GEM domain_name (~> 0.5) http-form_data (1.0.3) http_parser.rb (0.6.0) - i18n (1.6.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) kubeclient (1.1.4) activesupport @@ -74,7 +77,7 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - minitest (5.11.3) + minitest (5.14.1) msgpack (1.3.0) netrc (0.11.0) oj (3.5.1) @@ -96,7 +99,7 @@ GEM systemd-journal (1.3.3) ffi (~> 1.9) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) tzinfo-data (1.2019.2) tzinfo (>= 1.0.0) @@ -104,6 +107,7 @@ GEM unf_ext unf_ext (0.0.7.6) yajl-ruby (1.4.1) + zeitwerk (2.3.0) zookeeper (1.4.11) PLATFORMS @@ -112,6 +116,7 @@ PLATFORMS DEPENDENCIES ffi fluent-plugin-concat (~> 2.3.0) + fluent-plugin-detect-exceptions (~> 0.0.12) fluent-plugin-grok-parser (~> 2.5.0) fluent-plugin-json-in-json-2 (>= 1.0.2) fluent-plugin-kafka (~> 0.7.9)