Project

General

Profile

« Previous | Next » 

Revision a082d9ca

Added by Michael Moll about 6 years ago

Fixes #21997 - make http_proxy extension excon >0.59 compatible (#5526)

excon 0.60 defines it's own "logger", which conflicts here.

View differences:

Gemfile
gem 'turbolinks', '>= 2.5.4', '< 3'
gem 'logging', '>= 1.8.0', '< 3.0.0'
gem 'fog-core', '1.45.0'
# lib/foreman/http_proxy/excon_connection_extension.rb is not compatible
# with excon 0.60, see https://projects.theforeman.org/issues/21997
gem 'excon', '>= 0.58', '< 0.60'
gem 'net-scp'
gem 'net-ssh'
gem 'net-ldap', '>= 0.8.0'

Also available in: Unified diff