Skip to content

Commit

Permalink
Fixes #27594 - Pin ansible gem with <=
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored and jlsherrill committed Aug 12, 2019
1 parent d498ed7 commit b941f99
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 @@ -44,7 +44,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "anemone"
gem.add_dependency "pulpcore_client"
gem.add_dependency "pulp_file_client", "< 3.0.0"
gem.add_dependency "pulp_ansible_client", "0.2.0b2.dev01565187947"
gem.add_dependency "pulp_ansible_client", "<= 0.2.0b2.dev01565187947"
gem.add_dependency "pulp_docker_client"

# UI
Expand Down

0 comments on commit b941f99

Please sign in to comment.