Skip to content

Commit

Permalink
Merge pull request #251 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 02fd6a3 + b32bd39 commit cb63e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ripper_ruby_parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.extra_rdoc_files = ["README.md"]
spec.require_paths = ["lib"]

spec.add_runtime_dependency "sexp_processor", "~> 4.10"
spec.add_dependency "sexp_processor", "~> 4.10"

spec.add_development_dependency "minitest", "~> 5.6"
spec.add_development_dependency "minitest-focus", "~> 1.3", ">= 1.3.1"
Expand Down

0 comments on commit cb63e0e

Please sign in to comment.