From 08e7b842c85142bc0ad63186352c8cc4b7aa95d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 04:19:58 +0000 Subject: [PATCH] Bump thor from 1.1.0 to 1.2.1 Bumps [thor](https://github.com/rails/thor) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: thor dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 439b583..11852b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,14 +116,14 @@ GEM marcel (1.0.1) method_source (1.0.0) mini_mime (1.0.3) + mini_portile2 (2.5.3) minitest (5.14.4) minitest-ci (3.4.0) minitest (>= 5.0.6) msgpack (1.4.2) nio4r (2.5.7) - nokogiri (1.11.5-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.11.5-x86_64-linux) + nokogiri (1.11.5) + mini_portile2 (~> 2.5.0) racc (~> 1.4) oj (3.11.3) pg (1.2.3) @@ -191,7 +191,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (1.1.0) + thor (1.2.1) tzinfo (2.0.4) concurrent-ruby (~> 1.0) web-console (4.1.0)