Skip to content

Commit

Permalink
Merge pull request #362 from mvz/update-gemspec-runtime-dependencies
Browse files Browse the repository at this point in the history
Replace soft-deprecated runtime dependency specification
  • Loading branch information
mvz authored Jul 14, 2024
2 parents 0d53de4 + 95e4809 commit 346763c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gir_ffi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
spec.rdoc_options = ["--main", "README.md"]
spec.extra_rdoc_files = ["DESIGN.md", "Changelog.md", "README.md", "TODO.md"]

spec.add_runtime_dependency "ffi", ["~> 1.16", ">= 1.16.3"]
spec.add_runtime_dependency "ffi-bit_masks", "~> 0.1.1"
spec.add_dependency "ffi", ["~> 1.16", ">= 1.16.3"]
spec.add_dependency "ffi-bit_masks", "~> 0.1.1"

spec.add_development_dependency "aruba", "~> 2.0"
spec.add_development_dependency "minitest", "~> 5.12"
Expand Down

0 comments on commit 346763c

Please sign in to comment.