From 3cfdd0cda2666ea592e03b7058734eac26e7a066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 07:15:44 +0000 Subject: [PATCH] Update rugged requirement from 1.4.2 to 1.5.0 Updates the requirements on [rugged](https://github.com/libgit2/rugged) to permit the latest version. - [Release notes](https://github.com/libgit2/rugged/releases) - [Changelog](https://github.com/libgit2/rugged/blob/master/CHANGELOG.md) - [Commits](https://github.com/libgit2/rugged/compare/v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: rugged dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2f65acf..2eaa767 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'rugged', '1.4.2' +gem 'rugged', '1.5.0'