From 6e30705810c939b03d62c080ba110d748d2aa5d6 Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Sun, 22 Oct 2023 15:57:57 -0700 Subject: [PATCH] rubocop autofixed quotes --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 0e8aeae..c654450 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ group :test do gem 'rubocop', require: false - gem "ruby_audit", "~> 2.2" + gem 'ruby_audit', '~> 2.2' end -gem "bundle-audit", "~> 0.1.0" +gem 'bundle-audit', '~> 0.1.0'