From 2da0b2588cd45481b17b642241385582492df35b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:14:33 +0000 Subject: [PATCH] Bump thor from 1.2.2 to 1.3.1 Bumps [thor](https://github.com/rails/thor) from 1.2.2 to 1.3.1. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.2.2...v1.3.1) --- updated-dependencies: - dependency-name: thor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- middleman-cli/middleman-cli.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 145b59862..fcd546984 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: middleman-cli specs: middleman-cli (4.5.1) - thor (>= 0.17.0, < 1.3.0) + thor (>= 0.17.0, < 1.4.0) PATH remote: middleman-core @@ -219,7 +219,7 @@ GEM sys-uname (1.2.3) ffi (~> 1.1) temple (0.8.2) - thor (1.2.2) + thor (1.3.1) tilt (2.0.11) timers (4.0.4) hitimes diff --git a/middleman-cli/middleman-cli.gemspec b/middleman-cli/middleman-cli.gemspec index 13a572082..b7d5e1d8d 100644 --- a/middleman-cli/middleman-cli.gemspec +++ b/middleman-cli/middleman-cli.gemspec @@ -20,5 +20,5 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 2.5.0' # CLI - s.add_dependency('thor', ['>= 0.17.0', '< 1.3.0']) + s.add_dependency('thor', '>= 0.17.0', '< 1.4.0') end