microformats / microformats-ruby

Ruby gem that parse HTML containing microformats/microformats2 and returns Ruby objects, a Ruby hash or a JSON hash
https://rubygems.org/gems/microformats
Creative Commons Zero v1.0 Universal
100 stars 29 forks source link

Support Ruby 3.1 #121

Closed Terreii closed 2 years ago

Terreii commented 2 years ago

microformats-ruby doesn't support Ruby v3.1.x.

Bundler found conflicting requirements for the Ruby version:
  In Gemfile:
    Ruby (~> 3.1.2.0)

    microformats (~> 4.3, >= 4.3.1) was resolved to 4.3.1, which depends on
      Ruby (< 3.1, >= 2.4)