Skip to content

Commit

Permalink
Merge pull request #103 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 e48e7e7 + 5e1976d commit 10f7384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atspi_app_driver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.files = File.read("Manifest.txt").split
spec.require_paths = ["lib"]

spec.add_runtime_dependency "gir_ffi", "~> 0.17.0"
spec.add_dependency "gir_ffi", "~> 0.17.0"

spec.add_development_dependency "gir_ffi-gtk", "~> 0.17.0"
spec.add_development_dependency "minitest", "~> 5.12"
Expand Down

0 comments on commit 10f7384

Please sign in to comment.