Skip to content

Commit

Permalink
Fixes #36586 - pin ostree bindings below 2.1.1 (#10645)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed Jul 13, 2023
1 parent 51f7a12 commit ba8eb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "pulp_rpm_client", ">= 3.19.0", "< 3.20.0"
gem.add_dependency "pulp_certguard_client", "< 2.0"
gem.add_dependency "pulp_python_client", ">= 3.8.0", "< 3.9"
gem.add_dependency "pulp_ostree_client"
gem.add_dependency "pulp_ostree_client", "< 2.1.1"

# UI
gem.add_dependency "deface", '>= 1.0.2', '< 2.0.0'
Expand Down

0 comments on commit ba8eb2a

Please sign in to comment.