Skip to content

Commit

Permalink
Problem: dependencies on Ruby 3.4.x
Browse files Browse the repository at this point in the history
`xdg` won't install, requiring Ruby 3.3 at the most.

Solution: update `xdg` to 0.9.0
  • Loading branch information
yrashk committed Dec 28, 2024
1 parent 9c5c5b9 commit 7270739
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", "~> 8.7.0"
spec.add_dependency "xdg", "~> 9.0.0"
spec.add_dependency "zeitwerk", "~> 2.6.18"
spec.add_dependency "zlib", "~> 3.1.1"

Expand Down

0 comments on commit 7270739

Please sign in to comment.