chore: properly set up PRY Ruby console

This commit is contained in:
David Bailey 2023-05-18 14:07:54 +02:00
parent 30eab9065e
commit 2a20ba8b76
3 changed files with 15 additions and 5 deletions

View file

@ -7,6 +7,8 @@ gemspec
gem "rake", "~> 13.0"
gem "pry"
gem "debug", "~> 1.0"
gem "solargraph", "~> 0.48"