You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2023. It is now read-only.
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
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 ?