remove bootsnap from production

This commit is contained in:
Torsten 2022-12-10 00:41:21 +02:00
parent 117c9e3dbc
commit d51df54586
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ gem "pg", "~> 1.1"
gem "importmap-rails"
gem "tailwindcss-rails"
gem "bootsnap", require: false
gem "sassc-rails"
gem 'haml-rails'
@ -26,6 +25,7 @@ end
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "bootsnap", require: false
gem "debug", platforms: %i[ mri mingw x64_mingw ]
gem "mina"
end