You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to load savon but immediately it throws NoMethod error in httpi/auth/ssl.rb:13:
SSL_VERSIONS = OpenSSL::SSL::SSLContext::METHODS.reject { |method| method.match /server|client/ }.sort.reverse
METHODS returns array of symbols for wich "match" wouldn't work, sort too. What happened here?
$ gem -v
1.8.24
$ ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
$ gem list savon
savon (2.9.0)
$ gem list httpi
httpi (2.3.0)
The text was updated successfully, but these errors were encountered:
I am trying to load savon but immediately it throws NoMethod error in httpi/auth/ssl.rb:13:
SSL_VERSIONS = OpenSSL::SSL::SSLContext::METHODS.reject { |method| method.match /server|client/ }.sort.reverse
METHODS returns array of symbols for wich "match" wouldn't work, sort too. What happened here?
$ gem -v
1.8.24
$ ruby -v
ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
$ gem list savon
savon (2.9.0)
$ gem list httpi
httpi (2.3.0)
The text was updated successfully, but these errors were encountered: