Skip to content

Commit

Permalink
Fixed runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Feb 11, 2024
1 parent 4c7f6be commit 31106de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions excavate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "arr-pm", "~> 0.0"
spec.add_runtime_dependency "bundler", "~> 2.3", ">= 2.3.24"
# Workaround for https://github.com/metanorma/ruby-libmspack/issues/2
spec.add_runtime_dependency "ffi-compiler2", "= 2.0.1"
spec.add_runtime_dependency "ffi-libarchive-binary", "~> 0.3"
spec.add_runtime_dependency "libmspack", "~> 0.1"
spec.add_runtime_dependency "ruby-ole", "~> 1.0"
spec.add_runtime_dependency "rubyzip", "~> 2.3"
spec.add_runtime_dependency "seven-zip", "~> 1.4"
spec.add_runtime_dependency "thor", "~> 1.0"

# Workaround for https://github.com/metanorma/ruby-libmspack/issues/2
spec.add_development_dependency "ffi-compiler2", "= 2.0.1"

spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop", "~> 1.7"
spec.add_development_dependency "rubocop-performance", "~> 1.15"
Expand Down

0 comments on commit 31106de

Please sign in to comment.