With Ruby 2.6.2 and transit-ruby 0.8.602, I get deprecation warnings from Transit about the usage of BigDecimal.new, which is deprecated in Ruby 2.6+. BigDecimal() should be used instead.
/ruby/2.6.0/gems/transit-ruby-0.8.602/lib/transit/read_handlers.rb:43: warning: BigDecimal.new is deprecated; use BigDecimal() method instead.
With Ruby 2.6.2 and transit-ruby 0.8.602, I get deprecation warnings from Transit about the usage of BigDecimal.new, which is deprecated in Ruby 2.6+. BigDecimal() should be used instead.