Add standardrb

This commit is contained in:
Andrew Tomaka 2023-03-07 22:09:33 -05:00
parent fe99fbc9de
commit 91e2a5f4ff
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
14 changed files with 87 additions and 53 deletions

View file

@ -17,10 +17,11 @@ gem "bootsnap", require: false
# gem "image_processing", "~> 1.2"
group :development, :test do
gem "debug", platforms: %i[ mri mingw x64_mingw ]
gem "debug", platforms: %i[mri mingw x64_mingw]
end
group :development do
gem "standard"
gem "web-console"
end