From 5ab202ef743cfea566924770372ca471503934b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 05:12:26 +0000 Subject: [PATCH] Update config requirement from >= 1.5, < 1.8 to >= 1.5, < 2.3 Updates the requirements on [config](https://github.com/rubyconfig/config) to permit the latest version. - [Release notes](https://github.com/rubyconfig/config/releases) - [Changelog](https://github.com/rubyconfig/config/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubyconfig/config/compare/1.7.1...2.2.1) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 67 ++++++++++++++++++++++------------------------ hets-agent.gemspec | 2 +- 2 files changed, 33 insertions(+), 36 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a41515..908aa97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH hets-agent (0.1.0) awesome_print (~> 1.8.0) bunny - config (>= 1.5, < 1.8) + config (>= 1.5, < 2.3) pry (>= 0.11.1, < 0.13.0) pry-byebug (>= 3.5, < 3.8) pry-rescue (>= 1.4.5, < 1.6.0) @@ -14,73 +14,73 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.2.2) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) amq-protocol (2.3.0) ast (2.4.0) awesome_print (1.8.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - bunny (2.14.0) + bunny (2.14.3) amq-protocol (~> 2.3, >= 2.3.0) bunny-mock (1.7.0) bunny (>= 1.7) - byebug (11.0.0) + byebug (11.0.1) codecov (0.1.14) json simplecov url coderay (1.1.2) - concurrent-ruby (1.1.4) - config (1.7.1) - activesupport (>= 3.0) - deep_merge (~> 1.2.1) - dry-validation (>= 0.12.2) + concurrent-ruby (1.1.5) + config (2.2.1) + deep_merge (~> 1.2, >= 1.2.1) + dry-validation (~> 1.0, >= 1.0.0) debug_inspector (0.0.3) deep_merge (1.2.1) diff-lcs (1.3) docile (1.3.1) - dry-configurable (0.8.1) + dry-configurable (0.9.0) concurrent-ruby (~> 1.0) dry-core (~> 0.4, >= 0.4.7) - dry-container (0.7.0) + dry-container (0.7.2) concurrent-ruby (~> 1.0) dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.4.7) + 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.5) concurrent-ruby (~> 1.0) - dry-equalizer (0.2.1) - dry-inflector (0.1.2) - dry-logic (0.5.0) - dry-container (~> 0.2, >= 0.2.6) dry-core (~> 0.2) dry-equalizer (~> 0.2) - dry-types (0.14.0) + 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-types (1.2.2) concurrent-ruby (~> 1.0) dry-container (~> 0.3) dry-core (~> 0.4, >= 0.4.4) - dry-equalizer (~> 0.2) + dry-equalizer (~> 0.3) dry-inflector (~> 0.1, >= 0.1.2) - dry-logic (~> 0.5, >= 0.5) - dry-validation (0.13.0) + dry-logic (~> 1.0, >= 1.0.2) + dry-validation (1.4.1) concurrent-ruby (~> 1.0) - dry-configurable (~> 0.1, >= 0.1.3) - dry-core (~> 0.2, >= 0.2.1) + dry-container (~> 0.7, >= 0.7.1) + dry-core (~> 0.4) dry-equalizer (~> 0.2) - dry-logic (~> 0.5, >= 0.5.0) - dry-types (~> 0.14, >= 0.14) + dry-initializer (~> 3.0) + dry-schema (~> 1.0, >= 1.4.3) fuubar (2.3.2) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - i18n (1.5.3) - concurrent-ruby (~> 1.0) interception (0.5) jaro_winkler (1.5.2) json (2.1.0) method_source (0.9.2) - minitest (5.11.3) parallel (1.13.0) parser (2.6.0.0) ast (~> 2.4.0) @@ -137,10 +137,7 @@ GEM rake serverengine (~> 2.0.5) thor - thor (0.20.3) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + thor (1.0.1) unicode-display_width (1.4.1) url (0.3.2) diff --git a/hets-agent.gemspec b/hets-agent.gemspec index e3da405..38ce4fe 100644 --- a/hets-agent.gemspec +++ b/hets-agent.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |spec| # We want to have these in the production environment as well in case we need # to debug the application: spec.add_dependency 'awesome_print', '~> 1.8.0' - spec.add_dependency 'config', '>= 1.5', '< 1.8' + spec.add_dependency 'config', '>= 1.5', '< 2.3' spec.add_dependency 'pry', '>= 0.11.1', '< 0.13.0' spec.add_dependency 'pry-byebug', '>= 3.5', '< 3.8' spec.add_dependency 'pry-rescue', '>= 1.4.5', '< 1.6.0'