Refactor #15573
Support rest-client 2.0.0
Pull request:
Fixed in Releases:
Found in Releases:
Description
The Gemfile since #13698 limits Foreman to rest-client ~> 1.8.0, but 2.0.0 should be compatible and work fine, with the exception of tests which need changes to construct fake responses. The dependency should be relaxed to permit 2.x.
Related issues
Associated revisions
refs #15573 - permit rest-client 2.x
History
#1
Updated by The Foreman Bot about 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3620 added
#2
Updated by Dominic Cleal about 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6e7af6fc94029b8cc387afb1a095ff7a98f9e2f6.
#3
Updated by Dominic Cleal about 6 years ago
- Legacy Backlogs Release (now unused) set to 160
#4
Updated by The Foreman Bot about 5 years ago
- Pull request https://github.com/theforeman/foreman-packaging/pull/1704 added
#5
Updated by Tomer Brisker almost 3 years ago
- Related to Bug #27681: rest-client 2.1.0 breaks tests added
fixes #15573 - support rest-client 2.x
Add a test helper that understands how to create fake responses for both
supported 1.8 and 2.x versions.