From 91ec0773b934862b4138aded2816b8ee981dab74 Mon Sep 17 00:00:00 2001 From: rakuda Date: Wed, 18 Dec 2024 11:18:29 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=82=BD=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E3=81=AE=E3=82=A8=E3=83=A9=E3=83=BC=E5=AF=BE=E5=BF=9C=E3=81=A8?= =?UTF-8?q?=E3=81=97=E3=81=A6=20reline=20gem=20=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 1 + Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index ee3539e..d258001 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,7 @@ gem "bootsnap", "1.16.0", require: false gem "sqlite3", "1.6.1" group :development, :test do + gem 'reline', '0.5.10' gem "debug", "1.7.1", platforms: %i[ mri mingw x64_mingw ] end diff --git a/Gemfile.lock b/Gemfile.lock index 86cbfb5..6de4656 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ GEM importmap-rails (1.1.5) actionpack (>= 6.0.0) railties (>= 6.0.0) - io-console (0.6.0) + io-console (0.8.0) irb (1.10.0) rdoc reline (>= 0.3.8) @@ -230,7 +230,7 @@ GEM rdoc (6.6.0) psych (>= 4.0.0) regexp_parser (2.7.0) - reline (0.4.0) + reline (0.5.10) io-console (~> 0.5) repl_type_completor (0.1.2) prism (>= 0.19.0, < 0.20.0) @@ -342,6 +342,7 @@ DEPENDENCIES puma (= 5.6.8) rails (= 7.0.4.3) rails-controller-testing (= 1.0.5) + reline (= 0.5.10) repl_type_completor (= 0.1.2) sassc-rails (= 2.1.2) selenium-webdriver (= 4.8.3)