diff --git a/.rubocop.yml b/.rubocop.yml index aa6ea904b..89cdc8d73 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -233,6 +233,10 @@ Style/NegatedIfElseCondition: Style/RaiseArgs: Enabled: false +Style/RedundantConstantBase: + Exclude: + - 'config/environments/production.rb' + Style/Semicolon: Enabled: false diff --git a/Gemfile b/Gemfile index 79275f83a..46db0d614 100644 --- a/Gemfile +++ b/Gemfile @@ -103,7 +103,7 @@ group :test do gem "selenium-webdriver", "~> 3.142.7" gem 'webdrivers', '4.6.1', require: false # RuboCop - gem 'rubocop', '~> 1.39.0' + gem 'rubocop', '~> 1.41.1' gem 'rubocop-performance', '~> 1.15.0' gem 'rubocop-rails', '~> 2.17.2' end