Skip to content

Commit e3e297e

Browse files
committed
Problem: xdg 9.0 does not work on Ruby below 3.4
Solution: allow older version of xdg
1 parent 7270739 commit e3e297e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgpm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
4040
spec.add_dependency "progress", "~> 3.6.0"
4141
spec.add_dependency "semver_dialects", "~> 3.4.3"
4242
spec.add_dependency "tty-command", "~> 0.10.1"
43-
spec.add_dependency "xdg", "~> 9.0.0"
43+
spec.add_dependency "xdg", [">= 8.7.0", "< 10"]
4444
spec.add_dependency "zeitwerk", "~> 2.6.18"
4545
spec.add_dependency "zlib", "~> 3.1.1"
4646

0 commit comments

Comments
 (0)