emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby 10d8172958: Document Pry + Ruby 3.3 compatibility


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 10d8172958: Document Pry + Ruby 3.3 compatibility
Date: Tue, 16 Jan 2024 21:59:48 -0500 (EST)

branch: elpa/inf-ruby
commit 10d8172958020e19c96263549c819f1402be214a
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    Document Pry + Ruby 3.3 compatibility
    
    dgutov/robe#147
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 12fdf3ee4e..59e11679cf 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,10 @@ type <kbd>M-x describe-function [RET] inf-ruby-minor-mode 
[RET]</kbd>.
 
 ## Bugs
 
+* To use Pry in `inf-ruby` with Ruby 3.3, you should install
+`readline-ext` (and add it to `Gemfile`, if it is used)
+([dgutov/robe#147](https://github.com/dgutov/robe/issues/147#issuecomment-1894806030)).
+
 * If there is a [triangle instead of 
prompt](https://github.com/nonsequitur/inf-ruby/issues/159), or you see a 
[reline related 
error](https://github.com/ruby/irb/issues/43#issuecomment-589593889), or your 
REPL simply [doesn't react to 
input](https://github.com/nonsequitur/inf-ruby/issues/51), try putting the 
following in your `~/.irbrc`:
 
 ```rb



reply via email to

[Prev in Thread] Current Thread [Next in Thread]