From fd1f9698b681ca71d9c35ca599b05f90cc357688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:13:32 +0000 Subject: [PATCH] chore(deps): update launchy requirement from ~> 2.5 to ~> 3.1 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.1.0) --- 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 b936ae2..48e66d3 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.1" gem "pdf-reader", "~> 2.12" gem "puma", ">= 5.6.7" gem "rake", "~> 13.0"