From ecb9b311dc81178fd7988c6071b3ebe5860d83a3 Mon Sep 17 00:00:00 2001 From: Sylvain Pastor Date: Fri, 1 Dec 2023 15:25:48 +0100 Subject: [PATCH] chore: add rubocop gem to gemfile --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index fb3097bc..0f19c213 100644 --- a/Gemfile +++ b/Gemfile @@ -47,6 +47,7 @@ gem 'pundit' gem 'devise-i18n' gem 'doorkeeper-i18n' gem 'rails-i18n' +gem 'rubocop', require: false group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 9e388c3c..16ac2566 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -275,6 +275,7 @@ DEPENDENCIES rack-cors rails (~> 7.0.3) rails-i18n + rubocop rubocop-rails tzinfo-data