Skip to content

Commit

Permalink
Fix ruby-xz version
Browse files Browse the repository at this point in the history
  • Loading branch information
decaz authored and jordansissel committed May 21, 2018
1 parent 005baa9 commit 2ecfc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("rake", "~> 10") # license: MIT

# For creating FreeBSD package archives (xz-compressed tars)
spec.add_dependency("ruby-xz") # license: MIT
spec.add_dependency("ruby-xz", "~> 0.2.3") # license: MIT

# For sourcing from pleaserun
spec.add_dependency("pleaserun", "~> 0.0.29") # license: Apache 2
Expand Down

0 comments on commit 2ecfc64

Please sign in to comment.