Skip to content

Commit

Permalink
Merge pull request #56 from libgit2/cmn/gems
Browse files Browse the repository at this point in the history
Update gems, let CI work with ruby 3
  • Loading branch information
carlosmn authored Jun 3, 2021
2 parents 9ce0db9 + 26c5cfb commit 5191bcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docurium.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Gem::Specification.new do |s|
s.add_dependency "mustache", "~> 1.1"
s.add_dependency "rocco", "~>0.8"
s.add_dependency "gli", "~>2.5"
s.add_dependency "rugged", "~>0.21"
s.add_dependency "rugged", "~>1.1"
s.add_dependency "redcarpet", "~>3.0"
s.add_dependency "ffi-clang", "~> 0.5"
s.add_dependency "parallel", "~> 1.17.0"
s.add_development_dependency "rake", "~> 12"
s.add_dependency "parallel", "~> 1.20"
s.add_development_dependency "rake", "~> 13"
s.add_development_dependency "minitest", "~> 5.11"

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 5191bcc

Please sign in to comment.