From 529814c542f70146b6acad4f75a48f252fadd0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 22:14:17 +0000 Subject: [PATCH] Bump git from 1.8.1 to 1.11.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.8.1 to 1.11.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.8.1...v1.11.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1d120b0..aa38ee8 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "tzinfo-data", "~> 1.2017", ">= 1.2017.3" gem "bootsnap", ">= 1.1.0", require: false gem "rack-cors", "~> 1.0", require: "rack/cors" gem "rack-utf8_sanitizer", "~> 1.6" -gem "git", "~> 1.5" +gem "git", "~> 1.11" gem "sprockets", "~> 3.7", ">= 3.7.2" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index f3c04ff..4a8cbaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM ffi (1.15.0) gender_detector (0.1.2) unicode_utils (>= 1.3.0) - git (1.8.1) + git (1.11.0) rchardet (~> 1.8) globalid (0.4.2) activesupport (>= 4.2.0) @@ -370,7 +370,7 @@ DEPENDENCIES dotenv equivalent-xml (~> 0.6.0) faraday (= 0.17.0) - git (~> 1.5) + git (~> 1.11) iso8601 (~> 0.9.0) jwt (~> 1.5, >= 1.5.4) listen (~> 3.0.5)