sparklemotion / mechanize

Mechanize is a ruby library that makes automated web interaction easy.
https://www.rubydoc.info/gems/mechanize/
MIT License
4.39k stars 473 forks source link

dep: ruby 3.4 unbundled gems #634

Closed flavorjones closed 7 months ago

flavorjones commented 7 months ago

Explicitly add gems that are unbundled in Ruby 3.4 (that Ruby 3.3 is already warning about):

Also: add truffleruby (stable) and jruby-head to the CI matrix.

Fixes #633