From 537a0ccb5417137b208fe9c07714b88b93dd6b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 07:38:43 +0000 Subject: [PATCH] Bump diffy from 3.3.0 to 3.4.1 Bumps [diffy](https://github.com/samg/diffy) from 3.3.0 to 3.4.1. - [Release notes](https://github.com/samg/diffy/releases) - [Changelog](https://github.com/samg/diffy/blob/main/CHANGELOG) - [Commits](https://github.com/samg/diffy/commits) --- updated-dependencies: - dependency-name: diffy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1a46f0399c7..dd1342a1868 100644 --- a/Gemfile +++ b/Gemfile @@ -171,7 +171,7 @@ gem 'escape_utils', '~> 1.1' gem 'icalendar' # Diffs -gem 'diffy', '~> 3.3' +gem 'diffy', '~> 3.4' gem 'diff_match_patch', '~> 0.1.0' # Application server diff --git a/Gemfile.lock b/Gemfile.lock index d5d700e4721..d4b87379ef0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,7 +264,7 @@ GEM rotp (~> 2.0) diff-lcs (1.4.4) diff_match_patch (0.1.0) - diffy (3.3.0) + diffy (3.4.1) discordrb-webhooks (3.4.2) rest-client (>= 2.0.0) docile (1.3.2) @@ -1376,7 +1376,7 @@ DEPENDENCIES devise (~> 4.7.2) devise-two-factor (~> 3.1.0) diff_match_patch (~> 0.1.0) - diffy (~> 3.3) + diffy (~> 3.4) discordrb-webhooks (~> 3.4) doorkeeper (~> 5.5.0.rc2) doorkeeper-openid_connect (~> 1.7.5)