This commit is contained in:
2023-02-10 18:33:02 +02:00
parent 602a079f18
commit 67fd6607f4
3 changed files with 721 additions and 0 deletions

View File

@ -34,6 +34,10 @@ gem "simple_form_tailwind_css"
gem "passenger" , require: "phusion_passenger/rack_handler"
gem "bootsnap", require: false
group :production do
end
gem 'newrelic_rpm'
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]