From a0b3aa72491e3500147b37fd32a9936a97370668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:56:13 +0000 Subject: [PATCH] Bump git from 1.10.2 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.10.2 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.10.2...v1.13.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9b9583f..6935989 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'rack-utf8_sanitizer', '~> 1.6' gem 'slack-notifier', '~> 2.3', '>= 2.3.2' gem 'aws-sdk-sqs', '~> 1.3' gem 'faraday_middleware-aws-sigv4', '~> 0.2.4' -gem 'git', '~> 1.5' +gem 'git', '~> 1.13' gem "sprockets", "~> 3.7", ">= 3.7.2" group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 9ceacfb..e2561cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,8 @@ GEM ffi (1.15.5) gender_detector (0.1.2) unicode_utils (>= 1.3.0) - git (1.10.2) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) globalid (1.0.0) activesupport (>= 5.0) @@ -450,7 +451,7 @@ DEPENDENCIES factory_bot_rails (~> 4.8, >= 4.8.2) faker faraday_middleware-aws-sigv4 (~> 0.2.4) - git (~> 1.5) + git (~> 1.13) iso8601 (~> 0.9.0) jwt kaminari (~> 1.0, >= 1.0.1)