DEV: Pin hashie and faraday versions for zendesk api compatibility (#9214)

This commit is contained in:
David Taylor 2020-03-19 19:52:31 +00:00 committed by GitHub
parent f3ddc36ac6
commit e9a3639b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -255,3 +255,10 @@ end
gem 'webpush', require: false
gem 'colored2', require: false
gem 'maxminddb'
# These are not direct dependencies, but we need to restrict
# versions for compatibility with https://github.com/discourse/discourse-zendesk-plugin
# These restrictions can be removed once the zendesk_api gem is updated
# for newer versions of hashie and faraday
gem 'hashie', '< 4.0.0', require: false # https://github.com/zendesk/zendesk_api_client_rb/pull/422
gem 'faraday', '< 1.0.0', require: false # https://github.com/zendesk/zendesk_api_client_rb/pull/421

View File

@ -456,12 +456,14 @@ DEPENDENCIES
execjs
fabrication
fakeweb
faraday (< 1.0.0)
fast_blank
fast_xor
fast_xs
fastimage
flamegraph
gc_tracer
hashie (< 4.0.0)
highline (~> 1.7.0)
htmlentities
http_accept_language