From 98c919499bb9270c1ea024ca82d01425deafed36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 08:48:48 +0000 Subject: [PATCH] Bump git from 1.8.1 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.8.1 to 1.13.0. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/main/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v1.8.1...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 1406146..41c5ba6 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "tzinfo-data", "~> 1.2017", ">= 1.2017.3" gem "bootsnap", ">= 1.1.0", require: false gem "rack-cors", "~> 1.0", require: "rack/cors" gem "rack-utf8_sanitizer", "~> 1.6" -gem "git", "~> 1.5" +gem "git", "~> 1.13" gem "sprockets", "~> 3.7", ">= 3.7.2" gem 'next_rails' gem 'base64', '~> 0.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 481894c..cf53359 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,8 +74,8 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) ast (2.4.2) base32-url (0.7.0) uuidtools (~> 2.1, >= 2.1.5) @@ -198,7 +198,8 @@ GEM forwardable (1.4.0) gender_detector (0.1.2) unicode_utils (>= 1.3.0) - git (1.8.1) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) globalid (1.2.1) activesupport (>= 6.1) @@ -359,7 +360,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rchardet (1.8.0) + rchardet (1.10.2) rdf (3.3.4) bcp47_spec (~> 0.2) bigdecimal (~> 3.1, >= 3.1.5) @@ -488,7 +489,7 @@ DEPENDENCIES dotenv equivalent-xml (~> 0.6.0) faraday (>= 2.0, < 3.0.0) - git (~> 1.5) + git (~> 1.13) iso8601 (~> 0.9.0) jwt (~> 1.5, >= 1.5.4) listen (~> 3.7.1)