From 318dc10596b9e23a04b8aa6e50bc2a4df5fc5fc2 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Sat, 12 Feb 2022 11:51:06 +0000 Subject: [PATCH] Rubocop --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2c45b2e0b..7aa7295b7 100644 --- a/Gemfile +++ b/Gemfile @@ -55,10 +55,10 @@ gem "sentry-ruby" group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem "bundler-audit" gem "byebug", platforms: %i[mri mingw x64_mingw] gem "dotenv-rails" gem "pry-byebug" - gem "bundler-audit" end group :development do