From 60412cbcb40ff6b8cbc83999ca9954cc9ef6bc66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:12:40 +0000 Subject: [PATCH] Update thor requirement from = 1.3.0 to = 1.3.2 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.3.0...v1.3.2) --- updated-dependencies: - dependency-name: thor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modulesync.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulesync.gemspec b/modulesync.gemspec index ff78940..974587c 100644 --- a/modulesync.gemspec +++ b/modulesync.gemspec @@ -29,5 +29,5 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'gitlab', '>=4', '<6' spec.add_runtime_dependency 'octokit', '>=4', '<10' spec.add_runtime_dependency 'puppet-blacksmith', '>= 3.0', '< 8' - spec.add_runtime_dependency 'thor', '1.3.0' + spec.add_runtime_dependency 'thor', '1.3.2' end