remove bootsnap from production
This commit is contained in:
parent
117c9e3dbc
commit
d51df54586
2
Gemfile
2
Gemfile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user