amazing-print / amazing_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
MIT License
783 stars 33 forks source link

Update Nokogiri & Ruby version #121

Open etherz10 opened 2 days ago

etherz10 commented 2 days ago

Closes #120

While bumping the minimum Nokogiri version I ran into the following error which required me to update the minimum required Ruby version for the Gem.

Given 3.0.x is already EOL I think stopping 2.x is fine?

Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "ruby":
  In Gemfile:
    ruby

    amazing_print was resolved to 1.6.0, which depends on
      ruby (>= 2.5.0)

    nokogiri (~> 1.16.7) was resolved to 1.16.7, which depends on
      ruby (>= 3.0.0)