From 406990355dfbb524b60cddff0b29950369e59647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 14:09:50 +0000 Subject: [PATCH] Update git requirement from ~> 1.13.0 to >= 1.13, < 4 Updates the requirements on [git](https://github.com/ruby-git/ruby-git) to permit the latest version. - [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.13.0...v1.19.1) --- updated-dependencies: - dependency-name: git dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vanagon.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vanagon.gemspec b/vanagon.gemspec index a80986e6..9a5b8c83 100644 --- a/vanagon.gemspec +++ b/vanagon.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |gem| gem.add_dependency('docopt') # Handle git repos responsibly # - MIT licensed: https://rubygems.org/gems/git - gem.add_dependency('git', '~> 1.13.0') + gem.add_dependency('git', '>= 1.13', '< 4') # Parse scp-style triplets like URIs; used for Git source handling. # - MIT licensed: https://rubygems.org/gems/build-uri gem.add_dependency('build-uri', '~> 1.0')