Add irb and reline to gems

This commit is contained in:
rebuilt 2023-03-15 12:47:48 -07:00
parent 3395126cd4
commit 25c9fb6b77
2 changed files with 10 additions and 0 deletions

View file

@ -98,3 +98,5 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem "reline", "~> 0.3.2"