From 1a9ef6fb318c97c2ccad8f1b38bcefecfc656169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:01:33 +0000 Subject: [PATCH] Bump git from 1.11.0 to 1.13.0 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.11.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.11.0...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(-) mode change 100755 => 100644 Gemfile.lock diff --git a/Gemfile b/Gemfile index fbba1e8..90cf079 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'aws-sdk-sqs', '~> 1.22' gem 'iso_country_codes' # gem "rack-timeout" gem 'sentry-raven', '~> 2.9' -gem 'git', '~> 1.5' +gem 'git', '~> 1.13' gem "sprockets", "~> 3.7", ">= 3.7.2" gem "kt-paperclip", "~> 6.4.1" diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index 33b2ea1..6f029a9 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,8 @@ GEM faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) ffi (1.15.5) - git (1.11.0) + git (1.13.0) + addressable (~> 2.8) rchardet (~> 1.8) globalid (1.0.0) activesupport (>= 5.0) @@ -377,7 +378,7 @@ DEPENDENCIES facets factory_bot_rails (~> 4.8, >= 4.8.2) faker - git (~> 1.5) + git (~> 1.13) hashdiff (>= 1.0.0.beta1, < 2.0.0) httplog (~> 1.3) iso8601 (~> 0.12.1)