ruby_jard
ruby_jard copied to clipboard
Error with Ruby 3.2, need pry > 0.14
When using ruby 3.2, an error occurred during Rails initialization : undefined method =~ for class Pry::Code (NameError)
Pry added support for Ruby 3.2 at v0.14.2, but ruby_jard depends on ~> 0.13.0
Can we bump pry version ?