From b9f6f9bb1b5458b639dc490946a6c1e2b7168b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:15:40 +0000 Subject: [PATCH] Update launchy requirement from ~> 2.4 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/README.md) - [Commits](https://github.com/copiousfreetime/launchy/compare/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: launchy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- jekyll-import.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll-import.gemspec b/jekyll-import.gemspec index dc4b038c..d575765c 100644 --- a/jekyll-import.gemspec +++ b/jekyll-import.gemspec @@ -63,5 +63,5 @@ Gem::Specification.new do |s| end # site dependencies: - s.add_development_dependency("launchy", "~> 2.4") + s.add_development_dependency("launchy", "~> 3.0") end