From 455eba596cf34fd49a095cf57489f6891d592141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:24:36 +0000 Subject: [PATCH] Bump git from 1.3.0 to 1.13.0 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] --- Gemfile | 2 +- Gemfile.lock | 67 ++++++++++++++++++++++++++++++++++++---------------- 2 files changed, 48 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 9ed6466..81853c8 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ source 'https://rubygems.org' # place general project gems in this section (alphabetical order) ____________ -gem 'git', '~> 1.3.0' # git management +gem 'git', '~> 1.13.0' # git management gem 'github_changelog_generator', '~> 1.13.1' gem 'rake', '~> 11.2.2' gem 'version', '~> 1.0.0' # version management gem diff --git a/Gemfile.lock b/Gemfile.lock index cdec147..ad1d838 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,44 +1,71 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorize (0.8.1) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) - git (1.3.0) - github_api (0.14.5) - addressable (~> 2.4.0) + faraday (1.10.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) + git (1.13.0) + addressable (~> 2.8) + rchardet (~> 1.8) + github_api (0.19.0) + addressable (~> 2.4) descendants_tracker (~> 0.0.4) - faraday (~> 0.8, < 0.10) - hashie (>= 3.4) + faraday (>= 0.8, < 2) + hashie (~> 3.5, >= 3.5.2) oauth2 (~> 1.0) github_changelog_generator (1.13.1) colorize (~> 0.7) github_api (~> 0.12) rake (>= 10.0) - hashie (3.4.4) - jwt (1.5.4) - multi_json (1.12.1) - multi_xml (0.5.5) - multipart-post (2.0.0) - oauth2 (1.2.0) - faraday (>= 0.8, < 0.10) - jwt (~> 1.0) + hashie (3.6.0) + jwt (2.6.0) + multi_json (1.15.0) + multi_xml (0.6.0) + multipart-post (2.2.3) + oauth2 (1.4.11) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - rack (2.0.1) + rack (>= 1.2, < 4) + public_suffix (5.0.1) + rack (3.0.3) rake (11.2.2) - thread_safe (0.3.5) + rchardet (1.8.0) + ruby2_keywords (0.0.5) + thread_safe (0.3.6) version (1.0.0) PLATFORMS ruby DEPENDENCIES - git (~> 1.3.0) + git (~> 1.13.0) github_changelog_generator (~> 1.13.1) rake (~> 11.2.2) version (~> 1.0.0)