chore: add bullet since this version supports rails 8

This commit is contained in:
Nelson Jovel 2024-11-21 12:01:06 -08:00
parent 13a8e4dafd
commit 95e72f4e2e
2 changed files with 7 additions and 1 deletions

View file

@ -33,7 +33,7 @@ gem "watir"
group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem "brakeman"
# gem "bullet"
gem "bullet", "~> 8.0"
gem "dexter"
gem "erb_lint", require: false
gem "erblint-github"
@ -77,3 +77,4 @@ end
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
# gem "reline", "~> 0.3.2"