From 37af23e8f1e71d7896e61ca8e933c4417258291c Mon Sep 17 00:00:00 2001 From: Matthew Phelan Date: Mon, 13 Sep 2021 11:37:57 +0100 Subject: [PATCH] Rubocop --- Gemfile | 2 +- app/views/case_logs/show.html.erb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ff5851039..5ba5edb6d 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "bootsnap", ">= 1.4.4", require: false # Gov.UK frontend components gem "govuk-components" gem "govuk_design_system_formbuilder" -gem 'hotwire-rails' +gem "hotwire-rails" group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/app/views/case_logs/show.html.erb b/app/views/case_logs/show.html.erb index 44cdf648f..0d27a877b 100644 --- a/app/views/case_logs/show.html.erb +++ b/app/views/case_logs/show.html.erb @@ -11,5 +11,6 @@

<%= render "tasklist" %> +