From a2718ab50f9e67e9298bd779433c0188c19ba6d3 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 29 Oct 2023 23:33:33 -0400 Subject: rubocop -a --- Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 83760a0..a66c300 100644 --- a/Gemfile +++ b/Gemfile @@ -4,14 +4,14 @@ ruby "3.2.2" gem "rails", "~> 7.1.1" -gem "propshaft" +gem "bootsnap", require: false +gem "importmap-rails" gem "pg" +gem "propshaft" gem "puma" -gem "importmap-rails" -gem "turbo-rails" gem "stimulus-rails" gem "tailwindcss-rails" -gem "bootsnap", require: false +gem "turbo-rails" group :development, :test do gem "debug" end -- cgit v1.2.3