Skip to content

Commit

Permalink
fix builds for real
Browse files Browse the repository at this point in the history
  • Loading branch information
exterm committed Feb 1, 2024
1 parent cd45511 commit ab47897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packwerk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Gem::Specification.new do |spec|
# For Ruby parsing
spec.add_dependency("ast")
spec.add_dependency("parser")
spec.add_dependency("prism")
spec.add_dependency("prism", ">= 0.20.0")

# For ERB parsing
spec.add_dependency("better_html")
Expand Down

0 comments on commit ab47897

Please sign in to comment.