From ad069c98b4d4cd10a94df87fa874ec2d3a24c9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:12:39 +0000 Subject: [PATCH] Bump git from 1.12.0 to 1.17.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.12.0 to 1.17.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.17.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5d33fd6e..050cf52a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,12 @@ GEM remote: https://rubygems.org/ specs: + activesupport (6.0.6.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) @@ -33,7 +39,8 @@ GEM ffi (1.15.5) forwardable-extended (2.6.0) gemoji (4.0.1) - git (1.12.0) + git (1.17.0) + activesupport (>= 4.0.0) addressable (~> 2.8) rchardet (~> 1.8) http-cookie (1.0.5) @@ -89,6 +96,7 @@ GEM nesty (~> 1.0) nokogiri (~> 1.13) mini_portile2 (2.8.0) + minitest (5.18.0) nesty (1.0.2) nokogiri (1.13.7) mini_portile2 (~> 2.8.0) @@ -98,7 +106,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) posix-spawn (0.3.15) - public_suffix (5.0.0) + public_suffix (5.0.1) racc (1.6.0) rake (13.0.6) rb-fsevent (0.11.2) @@ -119,9 +127,13 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref + thread_safe (0.3.6) + tzinfo (1.2.11) + thread_safe (~> 0.1) unf (0.1.4) unf_ext unf_ext (0.0.8.2) + zeitwerk (2.6.7) zlib (2.1.1) PLATFORMS