Skip to content

Commit

Permalink
Relax Prism version requirement
Browse files Browse the repository at this point in the history
While 1.3.0+ is recommended, earlier versions work.
  • Loading branch information
presidentbeef committed Dec 30, 2024
1 parent c7018cd commit 5ae38b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def self.extended_dependencies spec
spec.add_dependency "haml", "~>5.1"
spec.add_dependency "slim", ">=1.3.6", "< 5.3"
spec.add_dependency "rexml", "~>3.0"
spec.add_dependency "prism", "~>1.3"
spec.add_dependency "prism", "~>1.0"
end
end
end

0 comments on commit 5ae38b9

Please # to comment.