From 042abe8272e30e1fad7d431bb3e9468a7a830c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 09:09:24 +0000 Subject: [PATCH] Bump git from 1.9.1 to 1.10.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.9.1 to 1.10.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.9.1...v1.10.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7ed0dcc2..c5df1288 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec gem "rake", "~> 13.0" group :release do - gem "git", "~> 1.9" + gem "git", "~> 1.10" gem "semver2", "~> 3.4" gem "yard", "~> 0.9.27" end diff --git a/Gemfile.lock b/Gemfile.lock index 6a3b294b..19bebc3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -74,7 +74,7 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - git (1.9.1) + git (1.10.0) rchardet (~> 1.8) gitlab (4.17.0) httparty (~> 0.18) @@ -262,7 +262,7 @@ DEPENDENCIES allure-report-publisher! allure-rspec (~> 2.15.0) climate_control (~> 1.0.1) - git (~> 1.9) + git (~> 1.10) pry-byebug (~> 3.9) rake (~> 13.0) rspec (~> 3.0)