Skip to content

Commit

Permalink
update rugged to v0.99
Browse files Browse the repository at this point in the history
It includes the Windows install fix.
  • Loading branch information
cfillion committed Mar 12, 2020
1 parent 16c5e59 commit 23fbf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reapack-index.gemspec
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'metaheader', '~> 2.0'
spec.add_runtime_dependency 'nokogiri', '~> 1.7'
spec.add_runtime_dependency 'pandoc-ruby', '~> 2.0'
spec.add_runtime_dependency 'rugged', '~> 0.25', '< 0.28'
spec.add_runtime_dependency 'rugged', '~> 0.99'
spec.add_runtime_dependency 'stable_sort', '~> 1.1'
end

0 comments on commit 23fbf5b

Please sign in to comment.