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)