Skip to content

Commit

Permalink
Merge pull request #23 from rakuda-san-desu/add_reline_gem
Browse files Browse the repository at this point in the history
コンソールのエラー対応として reline gem を追加
  • Loading branch information
rakuda-san-desu authored Dec 18, 2024
2 parents f3a993a + 91ec077 commit 3e6baff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 3e6baff

Please sign in to comment.