Refactor #26979
Remove ruby 1.x compatiblity code
Status:
Closed
Priority:
Normal
Assignee:
Category:
Core
Target version:
Pull request:
Fixed in Releases:
Found in Releases:
Description
We no longer support running on Ruby 1.x so we can remove the workarounds.
Associated revisions
Refs #26979 - Remove left over require
bf476d0ad900e36f25865592538942a4b91610ad removed lib/daemon.rb since
it only contained Ruby 1.x compatibility but left the require causing it
to fail to start up.
Refs #26979 - Require at least rack 1.3
This removes a workaround for an ancient rack version. EPEL7 contains
rack 1.6.4 so this should be safe.
Refs #26979 - Remove old platforms
History
#1
Updated by The Foreman Bot almost 3 years ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/654 added
#2
Updated by Tomer Brisker almost 3 years ago
- Fixed in Releases 1.23.0 added
#3
Updated by Ewoud Kohl van Wijngaarden almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset bf476d0ad900e36f25865592538942a4b91610ad.
#4
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/theforeman/smart-proxy/pull/660 added
Fixes #26979 - Remove Ruby 1.x compatibility code