From 30d0bd454e1b99f8b6f31e916bbb3b0986296601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:48:39 +0000 Subject: [PATCH] Bump launchy from 2.5.2 to 3.0.0 Bumps [launchy](https://github.com/copiousfreetime/launchy) from 2.5.2 to 3.0.0. - [Changelog](https://github.com/copiousfreetime/launchy/blob/main/README.md) - [Commits](https://github.com/copiousfreetime/launchy/compare/v2.5.2...v3.0.0) --- updated-dependencies: - dependency-name: launchy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 82fc1db3ff..45ed885583 100644 --- a/Gemfile +++ b/Gemfile @@ -98,7 +98,7 @@ group :test do gem 'database_cleaner' gem 'i18n-tasks' gem 'json_spec' - gem 'launchy', '~> 2.5.2' + gem 'launchy', '~> 3.0.0' gem 'rails-controller-testing' gem 'rspec-html-matchers', '~> 0.10.0' gem 'rspec-mocks' diff --git a/Gemfile.lock b/Gemfile.lock index 24a60c2114..5d42a2c045 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,6 +152,7 @@ GEM case_transform (0.2) activesupport chartkick (5.0.5) + childprocess (5.0.0) cocoon (1.2.15) coderay (1.1.3) coercible (1.0.0) @@ -371,8 +372,9 @@ GEM faraday (~> 2.9) faraday-http-cache (~> 2.2) language_server-protocol (3.17.0.3) - launchy (2.5.2) + launchy (3.0.0) addressable (~> 2.8) + childprocess (~> 5.0) libreconv (0.9.5) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -738,7 +740,7 @@ DEPENDENCIES json_spec kaminari (>= 1.2.1) laa-fee-calculator-client (~> 2.0) - launchy (~> 2.5.2) + launchy (~> 3.0.0) libreconv (~> 0.9.5) listen (~> 3.9.0) logstasher (= 2.1.5)