From 802b2cd1359e4e3a2c78e9cfc7899fe98c03e7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:05:19 +0000 Subject: [PATCH] Bump git from 1.12.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.12.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.12.0...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8576597..b7c69e0 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "bootstrap", "~> 5.2" gem "cloudflare", "~> 4.3" gem "envkey", "~> 1.0" gem "friendly_id", "~> 5.5" -gem "git", "~> 1.12" +gem "git", "~> 1.13" gem "haml", "~> 6.0" gem "hiredis", "~> 0.6" gem "importmap-rails", "~> 1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 8361f40..9eda57a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM et-orbi (~> 1, >= 1.2.7) raabro (~> 1.4) gem_config (0.3.2) - git (1.12.0) + git (1.13.0) addressable (~> 2.8) rchardet (~> 1.8) globalid (1.0.0) @@ -232,7 +232,7 @@ GEM method_source (~> 1.0) psych (4.0.6) stringio - public_suffix (5.0.0) + public_suffix (5.0.1) puma (6.0.0) nio4r (~> 2.0) raabro (1.4.0) @@ -358,7 +358,7 @@ DEPENDENCIES dotenv-rails (~> 2.8) envkey (~> 1.0) friendly_id (~> 5.5) - git (~> 1.12) + git (~> 1.13) haml (~> 6.0) hiredis (~> 0.6) importmap-rails (~> 1.1)