Error with Ruby 3.2, need pry > 0.14
Belibaste opened this issue · 0 comments
Belibaste commented
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 ?