From ad0ba877e8ebaf70258654fe8c2928ccbc8e1db1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 15:49:46 +0000 Subject: [PATCH] Bump launchy from 2.4.3 to 2.5.0 Bumps [launchy](https://github.com/copiousfreetime/launchy) from 2.4.3 to 2.5.0. - [Release notes](https://github.com/copiousfreetime/launchy/releases) - [Changelog](https://github.com/copiousfreetime/launchy/blob/master/README.md) - [Commits](https://github.com/copiousfreetime/launchy/compare/v2.4.3...v2.5.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 51ce0d46d..7c95e6c51 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :development, :test do gem "faker", "~> 1.8.7" gem "i18n-tasks", "~> 0.9.31" gem "knapsack_pro", "~> 2.6.0" - gem "launchy", "~> 2.4.3" + gem "launchy", "~> 2.5.0" gem "letter_opener_web", "~> 1.4.0" gem "spring", "~> 2.0.1" gem "spring-commands-rspec", "~> 1.0.4" diff --git a/Gemfile.lock b/Gemfile.lock index c9a91955c..2b0e8e303 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -324,8 +324,8 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - launchy (2.4.3) - addressable (~> 2.3) + launchy (2.5.0) + addressable (~> 2.7) letter_opener (1.7.0) launchy (~> 2.2) letter_opener_web (1.4.0) @@ -679,7 +679,7 @@ DEPENDENCIES jquery-ui-rails (~> 6.0.1) kaminari (~> 1.2.1) knapsack_pro (~> 2.6.0) - launchy (~> 2.4.3) + launchy (~> 2.5.0) letter_opener_web (~> 1.4.0) mdl (~> 0.11.0) newrelic_rpm (~> 4.1.0.333)