Skip to content

Commit 5192674

Browse files
committed
[dep] Downgrade rugged to 1.5.1
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.
1 parent edcf226 commit 5192674

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "rugged", "~> 1.6"
5+
gem "rugged", "~> 1.5.1"
66
gem "liquid", "~> 5.4"
77

88
gem "irb", "~> 1.4", :group => [:development]

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
psych (>= 4.0.0)
1212
reline (0.3.5)
1313
io-console (~> 0.5)
14-
rugged (1.6.3)
14+
rugged (1.5.1)
1515
stringio (3.0.7)
1616

1717
PLATFORMS
@@ -21,7 +21,7 @@ DEPENDENCIES
2121
irb (~> 1.4)
2222
liquid (~> 5.4)
2323
rdoc (~> 6.4)
24-
rugged (~> 1.6)
24+
rugged (~> 1.5.1)
2525

2626
BUNDLED WITH
2727
2.3.5

0 commit comments

Comments
 (0)