From 2b338885840c8f812ba9526e3b206f260abfdc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:27:21 +0000 Subject: [PATCH] chore(deps): bump git from 1.3.0 to 1.13.0 in /scripts Bumps [git](https://github.com/ruby-git/ruby-git) from 1.3.0 to 1.13.0. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v1.3.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/Gemfile | 2 +- scripts/Gemfile.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/scripts/Gemfile b/scripts/Gemfile index af47bb6bef524..d16ab7db58c38 100644 --- a/scripts/Gemfile +++ b/scripts/Gemfile @@ -5,7 +5,7 @@ gem 'activesupport', '~> 6.0' gem 'actionview', '~> 6.0' gem 'differ', '~> 0.1' gem 'front_matter_parser', '~> 0.2' -gem 'git', '~> 1.3.0' +gem 'git', '~> 1.13.0' gem 'paint', '~> 2.1' gem 'parallel', '~> 1.17.0' gem 'semantic', '~> 1.6.1' diff --git a/scripts/Gemfile.lock b/scripts/Gemfile.lock index 80e784b49f95a..75d2e3b9e698c 100644 --- a/scripts/Gemfile.lock +++ b/scripts/Gemfile.lock @@ -13,6 +13,8 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.1, >= 2.1.8) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) builder (3.2.3) citrus (3.0.2) concurrent-ruby (1.1.5) @@ -20,7 +22,9 @@ GEM differ (0.1.2) erubi (1.8.0) front_matter_parser (0.2.1) - git (1.3.0) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) i18n (1.6.0) concurrent-ruby (~> 1.0) loofah (2.3.1) @@ -32,11 +36,13 @@ GEM mini_portile2 (~> 2.4.0) paint (2.1.1) parallel (1.17.0) + public_suffix (5.0.1) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.2.0) loofah (~> 2.2, >= 2.2.2) + rchardet (1.8.0) semantic (1.6.1) thread_safe (0.3.6) toml-rb (2.0.0) @@ -56,7 +62,7 @@ DEPENDENCIES activesupport (~> 6.0) differ (~> 0.1) front_matter_parser (~> 0.2) - git (~> 1.3.0) + git (~> 1.13.0) paint (~> 2.1) parallel (~> 1.17.0) semantic (~> 1.6.1)