From a43710db3d3d8d034a9dcbdbbd634745deec2ced Mon Sep 17 00:00:00 2001 From: magicmilo Date: Wed, 24 Nov 2021 13:35:31 +0000 Subject: [PATCH] rubocop --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dcb8a18b3..cd22b2eb7 100644 --- a/Gemfile +++ b/Gemfile @@ -33,8 +33,8 @@ gem "chartkick" gem "roo" # Json Schema gem "json-schema" -gem "uk_postcode" gem "turbo-rails", "~> 0.8" +gem "uk_postcode" group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console