Skip to content

Commit

Permalink
[dep] Downgrade rugged to 1.5.1
Browse files Browse the repository at this point in the history
See libgit2/rugged#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.
  • Loading branch information
captn3m0 committed Jun 8, 2023
1 parent edcf226 commit 5192674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
psych (>= 4.0.0)
reline (0.3.5)
io-console (~> 0.5)
rugged (1.6.3)
rugged (1.5.1)
stringio (3.0.7)

PLATFORMS
Expand All @@ -21,7 +21,7 @@ DEPENDENCIES
irb (~> 1.4)
liquid (~> 5.4)
rdoc (~> 6.4)
rugged (~> 1.6)
rugged (~> 1.5.1)

BUNDLED WITH
2.3.5

0 comments on commit 5192674

Please sign in to comment.