From f681940db43ed96691037c4bb44bd4f6eb14c334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 09:56:47 +0000 Subject: [PATCH 1/2] Bump thor from 1.2.1 to 1.2.2 Bumps [thor](https://github.com/rails/thor) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: thor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0502397c..249ab3db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - thor (1.2.1) + thor (1.2.2) tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) From 0a758e40a1547d37ad1c58a58aaeacae2a355dc7 Mon Sep 17 00:00:00 2001 From: licensed-ci Date: Mon, 15 May 2023 09:58:30 +0000 Subject: [PATCH 2/2] Auto-update license files --- .licenses/bundler/thor.dep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.licenses/bundler/thor.dep.yml b/.licenses/bundler/thor.dep.yml index 87a39997..16be4669 100644 --- a/.licenses/bundler/thor.dep.yml +++ b/.licenses/bundler/thor.dep.yml @@ -1,6 +1,6 @@ --- name: thor -version: 1.2.1 +version: 1.2.2 type: bundler summary: Thor is a toolkit for building powerful command-line interfaces. homepage: http://whatisthor.com/