interfax / interfax-ruby

Fax send and receive in Ruby with the InterFAX REST API
https://www.interfax.net/en/dev/ruby
MIT License
17 stars 12 forks source link

Ruby 3.3 Compatibility #16

Open cloke opened 7 months ago

cloke commented 7 months ago

After upgrading to ruby 3.3.1 from 3.2.2 the interfax gem fails with the following error:

/versions/3.3.1/lib/ruby/gems/3.3.0/gems/interfax-1.2.1/lib/interfax/object.rb:1:in `<main>': uninitialized constant OpenStruct (NameError)

Adding require "ostruct" to object.rb resolves the issue.