Skip to content

Commit

Permalink
Merge pull request #28 from fontist/maxirmx-windows-build
Browse files Browse the repository at this point in the history
Fixed runtime dependencies
  • Loading branch information
maxirmx authored Feb 11, 2024
2 parents 4c7f6be + c4a45b5 commit 3f6ee26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
2 changes: 1 addition & 1 deletion lib/excavate/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Excavate
VERSION = "0.3.5"
VERSION = "0.3.6"
end

0 comments on commit 3f6ee26

Please sign in to comment.