Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump ansible_tower_client to v0.20.2
Pull in fixes for using the ansible_tower v2 API

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1740860
  • Loading branch information
agrare committed Jan 22, 2020
1 parent 5e51b5c commit 06c76fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-ansible_tower.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,lib}/**/*"]

s.add_runtime_dependency "ansible_tower_client", ">= 0.20.1"
s.add_runtime_dependency "ansible_tower_client", "~> 0.20", ">= 0.20.2"

s.add_development_dependency "codeclimate-test-reporter", "~> 1.0.0"
s.add_development_dependency "simplecov"
Expand Down

0 comments on commit 06c76fa

Please sign in to comment.