From 970da9dea4019b544e309cd7cc84b4f0e97e68e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:57:55 +0000 Subject: [PATCH] Bump git from 1.10.2 to 1.17.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.10.2 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.10.2...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 | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b65af4e35..a64021f27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,11 @@ GEM remote: https://rubygems.org/ specs: + activesupport (7.0.4.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) @@ -41,7 +46,9 @@ GEM ffi (1.15.4) forwardable-extended (2.6.0) gemoji (3.0.1) - git (1.10.2) + git (1.17.0) + activesupport (>= 4.0.0) + addressable (~> 2.8) rchardet (~> 1.8) http-cookie (1.0.4) domain_name (~> 0.5) @@ -96,6 +103,7 @@ GEM nesty (~> 1.0) nokogiri (~> 1.11) mini_portile2 (2.7.1) + minitest (5.18.0) multipart-post (2.1.1) nesty (1.0.2) nokogiri (1.13.1) @@ -126,6 +134,8 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.7)