From 9577f38b5a95c608f01486187eb3c243f3302aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 04:20:48 +0000 Subject: [PATCH] chore(deps): bump git from 1.18.0 to 1.19.1 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.18.0 to 1.19.1. - [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.18.0...v1.19.1) --- updated-dependencies: - dependency-name: git dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index bc95c48..99b14dd 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'sqlite3', '~> 1.6.9' # Tools gem 'chronic_duration', '~> 0.10.6' gem 'commander', '~> 4.6.0' -gem 'git', '~> 1.18.0' +gem 'git', '~> 1.19.1' gem 'gitlab', '~> 4.19.0' gem 'rake' gem 'sentry-ruby' diff --git a/Gemfile.lock b/Gemfile.lock index a9392f8..d4217f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.1) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) awesome_print (1.9.2) @@ -35,7 +35,7 @@ GEM ruby2_keywords ffi (1.15.5) formatador (1.1.0) - git (1.18.0) + git (1.19.1) addressable (~> 2.8) rchardet (~> 1.8) gitlab (4.19.0) @@ -92,7 +92,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.1) + public_suffix (5.0.4) puma (6.4.2) nio4r (~> 2.0) racc (1.7.1) @@ -186,7 +186,7 @@ DEPENDENCIES awesome_print chronic_duration (~> 0.10.6) commander (~> 4.6.0) - git (~> 1.18.0) + git (~> 1.19.1) gitlab (~> 4.19.0) guard guard-puma