From 37493bc0576191b75a35a25f1f7a8f66c8a2a9f8 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 30 Aug 2023 10:26:41 +0100 Subject: [PATCH] Upgrade IRB and Reline to the latest release --- Gemfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c31461c57..ae5c0d79e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,8 +20,9 @@ GEM diff-lcs (1.5.0) erubi (1.12.0) io-console (0.6.0) - irb (1.7.0) - reline (>= 0.3.0) + irb (1.8.0) + rdoc (~> 6.5) + reline (>= 0.3.6) json (2.6.3) language_server-protocol (3.17.0.3) minitest (5.19.0) @@ -51,7 +52,7 @@ GEM rdoc (6.5.0) psych (>= 4.0.0) regexp_parser (2.8.1) - reline (0.3.5) + reline (0.3.8) io-console (~> 0.5) rexml (3.2.6) rubocop (1.56.1)