diff --git a/Gemfile b/Gemfile index 80f4266b..d07d0bf9 100644 --- a/Gemfile +++ b/Gemfile @@ -49,6 +49,7 @@ end group :development do gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed + gem 'rubocop', '~> 1.64' gem 'rubocop-factory_bot', '~> 2.26' gem 'rubocop-minitest', '~> 0.35.0' gem 'rubocop-rails', '~> 2.25' diff --git a/Gemfile.lock b/Gemfile.lock index a7b5bc92..68fade18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,6 +307,7 @@ DEPENDENCIES pundit (~> 2.3) rack-cors (~> 2.0) rails (~> 7.1) + rubocop (~> 1.64) rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.35.0) rubocop-rails (~> 2.25)