From 785e27f9fd629dbe0663c83542ec96b870b64b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:22:49 +0000 Subject: [PATCH] Update launchy requirement from ~> 2.5 to ~> 3.0 Updates the requirements on [launchy](https://github.com/copiousfreetime/launchy) to permit the latest version. - [Changelog](https://github.com/copiousfreetime/launchy/blob/main/HISTORY.md) - [Commits](https://github.com/copiousfreetime/launchy/compare/v2.5.0...v3.0.1) --- updated-dependencies: - dependency-name: launchy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1a484d9..ba952c8 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gem "byebug", "~> 11.1", platforms: %i[mri mingw x64_mingw] gem "chunky_png", "~> 1.4" gem "image_size", "~> 3.0" -gem "launchy", "~> 2.5" +gem "launchy", "~> 3.0" gem "pdf-reader", "~> 2.5" gem "puma", "~> 4.3" gem "rake", "~> 13.0"