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