From 99920b5165f8164abe96785b735dba3b37a9cd60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 22:08:30 +0000 Subject: [PATCH] Update git requirement from ~> 1.8.1 to >= 1.8.1, < 1.12.0 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.8.1...v1.11.0) --- updated-dependencies: - dependency-name: git dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- djin.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 76acca8..548bfe5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ PATH dry-schema (~> 1.6.0) dry-struct (~> 1.3.0) dry-validation (= 1.5.1) - git (~> 1.8.1) + git (>= 1.8.1, < 1.12.0) mustache (~> 1.1.1) vseries (~> 0.1.0) @@ -72,7 +72,7 @@ GEM dry-schema (~> 1.5) factory_bot (6.1.0) activesupport (>= 5.0.0) - git (1.8.1) + git (1.11.0) rchardet (~> 1.8) i18n (1.8.7) concurrent-ruby (~> 1.0) diff --git a/djin.gemspec b/djin.gemspec index 587f05e..6f8fc9d 100644 --- a/djin.gemspec +++ b/djin.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'dry-schema', '~> 1.6.0' spec.add_dependency 'dry-struct', '~> 1.3.0' spec.add_dependency 'dry-validation', '= 1.5.1' - spec.add_dependency 'git', '~> 1.8.1' + spec.add_dependency 'git', '>= 1.8.1', '< 1.12.0' spec.add_dependency 'mustache', '~> 1.1.1' spec.add_dependency 'vseries', '~> 0.1.0' spec.add_development_dependency 'bundler', '~> 2.0'