From 69a12909a09f0858ba17a3dc890cbdaf79258db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 05:06:26 +0000 Subject: [PATCH] Bump diff-lcs from 1.6.2 to 2.0.0 Bumps [diff-lcs](https://github.com/halostatue/diff-lcs) from 1.6.2 to 2.0.0. - [Changelog](https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md) - [Commits](https://github.com/halostatue/diff-lcs/compare/v1.6.2...v2.0.0) --- updated-dependencies: - dependency-name: diff-lcs dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5cffa95b..e453faa8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,4 @@ platforms :windows, :jruby do gem "tzinfo-data" end gem "wdm", ">= 0.1.1", :platforms => [:windows] -gem 'diff-lcs', '~> 1.6', '>= 1.6.2' \ No newline at end of file +gem 'diff-lcs', '~> 2.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index bd21e16b..6106752c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM colorator (1.1.0) concurrent-ruby (1.3.5) csv (3.3.5) - diff-lcs (1.6.2) + diff-lcs (2.0.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -109,7 +109,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - diff-lcs (~> 1.6, >= 1.6.2) + diff-lcs (~> 2.0) jekyll (~> 4.4.1) jekyll-sass-converter (~> 3.1.0) just-the-docs (= 0.10.1)