From 634cd94d1cae77f18d853420254f112d17eceb12 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 05:18:46 +0000 Subject: [PATCH] Update pry-byebug requirement from >= 3.5, < 3.8 to >= 3.5, < 3.9 Updates the requirements on [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) to permit the latest version. - [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases) - [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md) - [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.7.0...v3.8.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 48 ++++++++++++++++++++++++---------------------- hets-agent.gemspec | 2 +- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a41515..3feaaf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ PATH bunny config (>= 1.5, < 1.8) pry (>= 0.11.1, < 0.13.0) - pry-byebug (>= 3.5, < 3.8) + pry-byebug (>= 3.5, < 3.9) pry-rescue (>= 1.4.5, < 1.6.0) pry-stack_explorer (~> 0.4.9.2) sneakers (>= 2.6, < 2.12) @@ -14,73 +14,74 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.2.2) + activesupport (6.0.2.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2) 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.1.1) codecov (0.1.14) json simplecov url coderay (1.1.2) - concurrent-ruby (1.1.4) - config (1.7.1) + concurrent-ruby (1.1.5) + config (1.7.2) activesupport (>= 3.0) - deep_merge (~> 1.2.1) - dry-validation (>= 0.12.2) + deep_merge (~> 1.2, >= 1.2.1) + dry-validation (~> 0.12, >= 0.12.2, < 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-logic (0.6.1) 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-types (0.14.1) concurrent-ruby (~> 1.0) dry-container (~> 0.3) dry-core (~> 0.4, >= 0.4.4) dry-equalizer (~> 0.2) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 0.5, >= 0.5) - dry-validation (0.13.0) + dry-validation (0.13.3) concurrent-ruby (~> 1.0) dry-configurable (~> 0.1, >= 0.1.3) dry-core (~> 0.2, >= 0.2.1) dry-equalizer (~> 0.2) dry-logic (~> 0.5, >= 0.5.0) - dry-types (~> 0.14, >= 0.14) + dry-types (~> 0.14.0) fuubar (2.3.2) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - i18n (1.5.3) + i18n (1.8.2) 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) + minitest (5.14.0) parallel (1.13.0) parser (2.6.0.0) ast (~> 2.4.0) @@ -88,7 +89,7 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - pry-byebug (3.7.0) + pry-byebug (3.8.0) byebug (~> 11.0) pry (~> 0.10) pry-rescue (1.5.0) @@ -137,12 +138,13 @@ GEM rake serverengine (~> 2.0.5) thor - thor (0.20.3) + thor (1.0.1) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) unicode-display_width (1.4.1) url (0.3.2) + zeitwerk (2.2.2) PLATFORMS ruby diff --git a/hets-agent.gemspec b/hets-agent.gemspec index e3da405..acc4cc6 100644 --- a/hets-agent.gemspec +++ b/hets-agent.gemspec @@ -41,7 +41,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'awesome_print', '~> 1.8.0' spec.add_dependency 'config', '>= 1.5', '< 1.8' spec.add_dependency 'pry', '>= 0.11.1', '< 0.13.0' - spec.add_dependency 'pry-byebug', '>= 3.5', '< 3.8' + spec.add_dependency 'pry-byebug', '>= 3.5', '< 3.9' spec.add_dependency 'pry-rescue', '>= 1.4.5', '< 1.6.0' spec.add_dependency 'pry-stack_explorer', '~> 0.4.9.2'