Skip to content

Commit

Permalink
Merge pull request #1904 from presidentbeef/relax_prism_version
Browse files Browse the repository at this point in the history
Relax Prism version requirement
  • Loading branch information
presidentbeef authored Dec 31, 2024
2 parents c7018cd + 5ae38b9 commit b0eb1fc
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 b0eb1fc

Please sign in to comment.