comet23 has quit [Quit: Connection closed for inactivity]
Nex6 has joined #ruby
Nex6 has quit [Ping timeout: 250 seconds]
taupiqueur has quit [Ping timeout: 252 seconds]
taupiqueur has joined #ruby
_ht_ has quit [Ping timeout: 256 seconds]
_ht has joined #ruby
taupiqueur has quit [Ping timeout: 268 seconds]
_ht has quit [Remote host closed the connection]
_ht has joined #ruby
impermanence has quit [Quit: Connection closed]
impermanence has joined #ruby
teclator has joined #ruby
dohtem has joined #ruby
cornduck has quit [Ping timeout: 276 seconds]
cornduck has joined #ruby
terminalpusher has quit [Remote host closed the connection]
<bougyman>
Oi. Having this problem for ages... RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(/usr/local/bin/brew --prefix openssl@1.1) --with-readline-dir=/usr/local/opt/readline" rbenv install 3.0.3, then rbenv shell 3.0.3, gem i pry, pry > Readline::VERSION is still Editline.
<bougyman>
If I leave out the --with-readline-dir, it does say "using readline from brew" as well. Either way it doesn't actually use it. Totally confused.
<havenwood>
bougyman: Or installing with ruby-install pointed at rbenv instead of ruby-build is another option. ruby-install --install-dir ~/.rbenv/versions/3.0.3 ruby-3.0.3