Skip to content

Commit

Permalink
Merge pull request #105 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 58d10cd + 02bf954 commit 82593a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions live_ast.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Gem::Specification.new do |spec|
"--visibility", "private"]
spec.extra_rdoc_files = ["README.rdoc", "CHANGES.rdoc"]

spec.add_runtime_dependency "ruby2ruby", ">= 2.4", "< 2.6"
spec.add_runtime_dependency "ruby_parser", "~> 3.14"
spec.add_dependency "ruby2ruby", ">= 2.4", "< 2.6"
spec.add_dependency "ruby_parser", "~> 3.14"

spec.add_development_dependency "bindings", "~> 1.0.0"
spec.add_development_dependency "minitest", "~> 5.0"
Expand Down

0 comments on commit 82593a6

Please sign in to comment.