Skip to content

Commit

Permalink
Problem: xdg 9.0 does not work on Ruby below 3.4
Browse files Browse the repository at this point in the history
Solution: allow older version of xdg
  • Loading branch information
yrashk committed Dec 28, 2024
1 parent 7270739 commit e3e297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgpm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "progress", "~> 3.6.0"
spec.add_dependency "semver_dialects", "~> 3.4.3"
spec.add_dependency "tty-command", "~> 0.10.1"
spec.add_dependency "xdg", "~> 9.0.0"
spec.add_dependency "xdg", [">= 8.7.0", "< 10"]
spec.add_dependency "zeitwerk", "~> 2.6.18"
spec.add_dependency "zlib", "~> 3.1.1"

Expand Down

0 comments on commit e3e297e

Please sign in to comment.