From 44b1fe038086bcaa4b1a734d195a8d9f80a67f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:16:53 +0000 Subject: [PATCH] Bump launchy from 2.5.0 to 2.5.2 Bumps [launchy](https://github.com/copiousfreetime/launchy) from 2.5.0 to 2.5.2. - [Changelog](https://github.com/copiousfreetime/launchy/blob/main/README.md) - [Commits](https://github.com/copiousfreetime/launchy/compare/v2.5.0...v2.5.2) --- updated-dependencies: - dependency-name: launchy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6c81bf1e0..9e278b99d 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ group :development, :test do gem "faker", "~> 2.22.0" gem "i18n-tasks", "~> 0.9.37" gem "knapsack_pro", "~> 3.3.1" - gem "launchy", "~> 2.5.0" + gem "launchy", "~> 2.5.2" gem "letter_opener_web", "~> 2.0.0" gem "spring", "~> 2.1.1" gem "spring-commands-rspec", "~> 1.0.4" diff --git a/Gemfile.lock b/Gemfile.lock index 29d492c38..9a8ba18e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -306,8 +306,8 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - launchy (2.5.0) - addressable (~> 2.7) + launchy (2.5.2) + addressable (~> 2.8) leaflet-rails (1.9.3) rails (>= 4.2.0) letter_opener (1.8.1) @@ -699,7 +699,7 @@ DEPENDENCIES jquery-ui-rails (~> 6.0.1) kaminari (~> 1.2.2) knapsack_pro (~> 3.3.1) - launchy (~> 2.5.0) + launchy (~> 2.5.2) leaflet-rails (~> 1.9.3) letter_opener_web (~> 2.0.0) mdl (~> 0.12.0)