Skip to content

Update Graphlient to the latest version for ruby 3.0

Roy Zwambag requested to merge 359943-update-graphlient-gem into master

Graphlient version 0.4 is not compatible with Ruby 3 and started giving errors in our ruby 3 branch, so we update it to the latest version (0.5), which is compatible with ruby 3

The spec change is necessary for the faraday update, it changes some request headers so we mock the correct request

https://my.diffend.io/gems/graphlient/0.4.0/0.5.0

Related to #359943 (closed)

Merge request reports