Pry v0.14.0 Release Notes

Release Date: 2021-02-08 // almost 4 years ago
  • ๐Ÿ”‹ Features
    • Made ? an alias to show-source -d (#2133)
    • โž• Added support for Ruby 3.0
    ๐Ÿ’ฅ Breaking changes
    • โœ‚ Deleted support for plugin autoloading (#2119). In order to load a Pry plugin you must require it from your pryrc or add it to your Gemfile.
      # ~/.pryrc
      require 'pryrc'