fpm.gemspec (fpm-1.13.1) | : | fpm.gemspec (fpm-1.14.0) | ||
---|---|---|---|---|
skipping to change at line 44 | skipping to change at line 44 | |||
# https://github.com/marcandre/backports | # https://github.com/marcandre/backports | |||
spec.add_dependency("backports", ">= 2.6.2") # license: MIT | spec.add_dependency("backports", ">= 2.6.2") # license: MIT | |||
# For reading and writing rpms | # For reading and writing rpms | |||
spec.add_dependency("arr-pm", "~> 0.0.11") # license: Apache 2 | spec.add_dependency("arr-pm", "~> 0.0.11") # license: Apache 2 | |||
# For command-line flag support | # For command-line flag support | |||
# https://github.com/mdub/clamp/blob/master/README.markdown | # https://github.com/mdub/clamp/blob/master/README.markdown | |||
spec.add_dependency("clamp", "~> 1.0.0") # license: MIT | spec.add_dependency("clamp", "~> 1.0.0") # license: MIT | |||
spec.add_development_dependency("rake", "~> 10") # license: MIT | ||||
# For sourcing from pleaserun | # For sourcing from pleaserun | |||
spec.add_dependency("pleaserun", "~> 0.0.29") # license: Apache 2 | spec.add_dependency("pleaserun", "~> 0.0.29") # license: Apache 2 | |||
# For sourcing from git repos | # For sourcing from git repos | |||
spec.add_dependency("git", ">= 1.3.0", "< 2.0") # license: MIT | spec.add_dependency("git", ">= 1.3.0", "< 2.0") # license: MIT | |||
spec.add_dependency("stud") | spec.add_dependency("stud") | |||
# In Ruby 3.0, rexml was moved to a bundled gem instead of a default one, | # In Ruby 3.0, rexml was moved to a bundled gem instead of a default one, | |||
# so I think this needs to be added explicitly? | # so I think this needs to be added explicitly? | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added |