From a21d98b305de09e0977789259aa979fd32dc36c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 07:35:37 +0000 Subject: [PATCH] Update rugged requirement from 1.4.2 to 1.5.0.1 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.1) --- 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..e41fe55 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'rugged', '1.4.2' +gem 'rugged', '1.5.0.1'