From fa3782fa00676e9ce483dccc4e2812910167863e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:21:34 +0000 Subject: [PATCH] Update thor requirement from ~> 1.2.2 to >= 1.2.2, < 1.4.0 Updates the requirements on [thor](https://github.com/rails/thor) to permit the latest version. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: thor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- pg_easy_replicate.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index de10f79..1790d53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ PATH ougai (~> 2.0.0) pg (~> 1.5.3) sequel (>= 5.69, < 5.76) - thor (~> 1.2.2) + thor (>= 1.2.2, < 1.4.0) GEM remote: https://rubygems.org/ @@ -94,7 +94,7 @@ GEM rbs syntax_tree (>= 2.0.1) temple (0.10.1) - thor (1.2.2) + thor (1.3.0) tilt (2.1.0) unicode-display_width (2.5.0) diff --git a/pg_easy_replicate.gemspec b/pg_easy_replicate.gemspec index 1b832f1..024522c 100644 --- a/pg_easy_replicate.gemspec +++ b/pg_easy_replicate.gemspec @@ -41,7 +41,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency("ougai", "~> 2.0.0") spec.add_runtime_dependency("pg", "~> 1.5.3") spec.add_runtime_dependency("sequel", ">= 5.69", "< 5.76") - spec.add_runtime_dependency("thor", "~> 1.2.2") + spec.add_runtime_dependency("thor", ">= 1.2.2", "< 1.4.0") # rubocop:disable Gemspec/DevelopmentDependencies spec.add_development_dependency("prettier_print")