mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Pin hashie and faraday versions for zendesk api compatibility (#9214)
This commit is contained in:
7
Gemfile
7
Gemfile
@@ -255,3 +255,10 @@ end
|
|||||||
gem 'webpush', require: false
|
gem 'webpush', require: false
|
||||||
gem 'colored2', require: false
|
gem 'colored2', require: false
|
||||||
gem 'maxminddb'
|
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
|
||||||
|
@@ -456,12 +456,14 @@ DEPENDENCIES
|
|||||||
execjs
|
execjs
|
||||||
fabrication
|
fabrication
|
||||||
fakeweb
|
fakeweb
|
||||||
|
faraday (< 1.0.0)
|
||||||
fast_blank
|
fast_blank
|
||||||
fast_xor
|
fast_xor
|
||||||
fast_xs
|
fast_xs
|
||||||
fastimage
|
fastimage
|
||||||
flamegraph
|
flamegraph
|
||||||
gc_tracer
|
gc_tracer
|
||||||
|
hashie (< 4.0.0)
|
||||||
highline (~> 1.7.0)
|
highline (~> 1.7.0)
|
||||||
htmlentities
|
htmlentities
|
||||||
http_accept_language
|
http_accept_language
|
||||||
|
Reference in New Issue
Block a user