From 7f3ff90cfca0966e539c5c9c15b4f479fe970ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:43:05 +0000 Subject: [PATCH] Bump thor from 1.2.1 to 1.3.0 in /src/oc-id Bumps [thor](https://github.com/rails/thor) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: thor dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/oc-id/Gemfile | 2 +- src/oc-id/Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/oc-id/Gemfile b/src/oc-id/Gemfile index a939ea6507..45d96842ee 100644 --- a/src/oc-id/Gemfile +++ b/src/oc-id/Gemfile @@ -49,7 +49,7 @@ group :development do gem 'binding_of_caller' gem 'spring' # App preloading gem 'spring-commands-rspec' - gem 'thor', '~> 1.2' + gem 'thor', '~> 1.3' end group :doc do diff --git a/src/oc-id/Gemfile.lock b/src/oc-id/Gemfile.lock index 4f44fe1536..2398fd3d83 100644 --- a/src/oc-id/Gemfile.lock +++ b/src/oc-id/Gemfile.lock @@ -315,7 +315,6 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.4) minitest (5.18.0) mixlib-archive (1.1.7) mixlib-log @@ -514,7 +513,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.2.1) + thor (1.3.0) tilt (2.1.0) timecop (0.9.6) timeout (0.3.2) @@ -634,7 +633,7 @@ DEPENDENCIES spring-commands-rspec sprockets-rails (>= 3.4.2) therubyracer (~> 0.12.3) - thor (~> 1.2) + thor (~> 1.3) timecop turbolinks (~> 5) tzinfo-data