From d51df545866e01f9765ad9991773446ea255b560 Mon Sep 17 00:00:00 2001 From: Torsten Date: Sat, 10 Dec 2022 00:41:21 +0200 Subject: [PATCH] remove bootsnap from production --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1a7faff..49e73c4 100644 --- a/Gemfile +++ b/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