[dep] Downgrade rugged to 1.5.1

See https://github.com/libgit2/rugged/issues/909

rugged does not support setting custom extensions, and with
libgit 1.6, you need to set custom extensions to open a repository
with the partialclone extension.
This commit is contained in:
Nemo
2023-06-08 12:40:59 +05:30
parent edcf2268f7
commit 5192674f33
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
source "https://rubygems.org"
gem "rugged", "~> 1.6"
gem "rugged", "~> 1.5.1"
gem "liquid", "~> 5.4"
gem "irb", "~> 1.4", :group => [:development]