From 6ca654c35cdfb6b799aa169fa2b95f1917f37822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:42:06 +0000 Subject: [PATCH] Bump thor from 1.1.0 to 1.3.0 Bumps [thor](https://github.com/rails/thor) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: thor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ccfa9c3f..f23759ad 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'rgl', '~> 0.5.9' gem 'rubyzip', '~> 2.3.2' gem 'rugged', '~> 1.5.1' gem 'safe_yaml', '~> 1.0' -gem 'thor', '~> 1.1.0' +gem 'thor', '~> 1.3.0' gem 'toml', '~> 0.3.0' group :scanners do diff --git a/Gemfile.lock b/Gemfile.lock index 3b01a828..b9069b2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.2) stream (0.5.5) - thor (1.1.0) + thor (1.3.0) toml (0.3.0) parslet (>= 1.8.0, < 3.0.0) typhoeus (1.4.0) @@ -216,7 +216,7 @@ DEPENDENCIES rugged (~> 1.5.1) safe_yaml (~> 1.0) simplecov (~> 0.21.2) - thor (~> 1.1.0) + thor (~> 1.3.0) toml (~> 0.3.0) webmock (~> 3.12)