Add irb to Gemfile

This commit is contained in:
2023-11-21 08:36:11 +11:00
parent f9c48118aa
commit c66a2c89d5
2 changed files with 22 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ gem "sentry-ruby"
gem "warning"
group :cli, :development do
gem "irb"
gem "hanami-reloader", "~> 2.1.0.rc"
end
@@ -67,6 +68,8 @@ group :cli, :development, :test do
end
group :development do
gem "ed25519"
gem "bcrypt_pbkdf"
gem "guard-puma", "~> 0.8"
gem "standardrb"
gem "capistrano", "~> 3.7", require: false